-
Notifications
You must be signed in to change notification settings - Fork 95
/
package.json
73 lines (73 loc) · 2.16 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "genshin-gacha-analyzer",
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/react": "^11.1.4",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"@types/jest": "^26.0.15",
"@types/node": "^12.0.0",
"@types/react": "^16.9.53",
"@types/react-dom": "^16.9.8",
"antd": "^4.11.2",
"classnames": "^2.3.2",
"copy-to-clipboard": "^3.3.1",
"core-js": "^3.9.1",
"dayjs": "^1.11.5",
"downloadjs": "^1.4.7",
"echarts": "^5.0.1",
"exceljs": "^4.2.1",
"ismobilejs": "^1.1.1",
"lodash": "^4.17.20",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-github-corner": "^2.5.0",
"react-lazyload": "^3.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "4.0.1",
"tween-animate": "3.1.4",
"typescript": "^4.0.3",
"web-vitals": "^0.2.4",
"xlsx": "^0.16.9"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "node scripts/compressFont.js && react-scripts start",
"build": "node scripts/compressFont.js && react-scripts build",
"build:no-source-map": "set \"GENERATE_SOURCEMAP=false\" && node scripts/compressFont.js && react-scripts build",
"build:local": "set \"PUBLIC_URL=./\" && set \"GENERATE_SOURCEMAP=false\" && node scripts/compressFont.js && react-scripts build",
"compressFont": "node scripts/compressFont.js",
"test": "react-scripts test",
"eject": "react-scripts eject",
"deploy": "yarn build && cd build && coscli sync ./ cos://cn-genshin/ -r --exclude \".*.map\""
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"@types/echarts": "^4.9.3",
"@types/lodash": "^4.14.168",
"fontmin": "^0.9.8",
"genshin-db": "^5.1.10",
"glob": "^7.1.6",
"postinstall-postinstall": "^2.1.0",
"source-map-explorer": "^2.5.2"
}
}