-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.22 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "@jx3box/jx3box-talent",
"version": "1.3.2",
"description": "奇穴模拟器",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/JX3BOX/jx3box-talent.git"
},
"dependencies": {
"@jx3box/jx3box-build-common": "^0.1.9",
"@jx3box/jx3box-common": "^8.5.2",
"@jx3box/jx3box-data": "^3.7.0",
"ansi-escapes": "^5.0.0",
"cli-color": "^2.0.3",
"jquery": "^3.5.1",
"lodash": "^4.17.15",
"moment": "^2.29.4",
"papaparse": "^5.3.2",
"progress": "^2.0.3"
},
"devDependencies": {
"axios": "^0.21.2",
"csslab": "^4.0.3",
"csv": "^5.3.2",
"csv-generate": "^3.2.4",
"csv-parse": "^4.8.2",
"csv-writer": "^1.5.0",
"fs-extra": "^10.0.0",
"glob": "^7.1.6",
"iconv-lite": "^0.5.2",
"less": "^3.11.1"
},
"scripts": {
"update": "npm install @jx3box/jx3box-common@latest @jx3box/jx3box-data@latest",
"build": "npx lessc ./talent.less ./talent.css",
"talent": "node ./tools/prepare.js && node ./tools/build.js && node ./tools/mobile_build.js"
}
}