-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.48 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
74
75
76
77
78
79
80
81
82
83
84
{
"name": "yggdrasil-gateway-frontend",
"version": "1.0.0",
"description": "Arco Design Pro",
"scripts": {
"start": "react-app-rewired start",
"dev": "react-app-rewired start",
"build": "react-app-rewired build",
"build:dev": "node scripts/build-dev.js build",
"eject": "react-scripts eject",
"eslint": "eslint src/ --ext .ts,.tsx,.js,.jsx --fix --cache",
"stylelint": "stylelint \"src/**/*.less\" \"src/**/*.css\" --fix --cache",
"pre-commit": "npm run eslint",
"prepare": "husky install && husky add .husky/pre-commit \"npm run pre-commit\""
},
"license": "LGPL-3.0-or-later",
"dependencies": {
"@antv/data-set": "^0.11.8",
"@arco-design/color": "^0.4.0",
"@arco-design/web-react": "^2.32.2",
"@arco-themes/react-arco-pro": "^0.0.7",
"@loadable/component": "^5.13.2",
"@turf/turf": "^6.5.0",
"axios": "^1.7.2",
"bizcharts": "^4.1.11",
"classnames": "^2.3.1",
"copy-to-clipboard": "^3.3.1",
"copy-webpack-plugin": "^12.0.2",
"crypto-js": "^4.2.0",
"file-loader": "^6.2.0",
"i18next": "^23.11.5",
"lodash": "^4.17.21",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"query-string": "^6.13.8",
"react": "^17.0.2",
"react-color": "^2.18.1",
"react-dom": "^17.0.2",
"react-i18next": "^14.1.2",
"react-redux": "^7.2.6",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.1.2"
},
"devDependencies": {
"@arco-plugins/webpack-react": "^1.1.1",
"@svgr/webpack": "^5.5.0",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"cross-env": "^7.0.3",
"customize-cra": "^1.0.0",
"customize-cra-less-loader": "^2.0.0",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"husky": "^7.0.2",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"postcss-less": "^5.0.0",
"prettier": "^2.4.1",
"pretty-quick": "^3.1.2",
"react-app-rewired": "^2.1.8",
"react-scripts": "^5.0.0",
"typescript": "^4.5.2",
"webpack": "^5.64.4"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}