-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
60 lines (60 loc) · 1.73 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
{
"name": "runnergo-fe-admin",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "cross-env NODE_ENV=development webpack-dev-server --config scripts/start.js",
"build:test": " NODE_ENV=test webpack --config scripts/test.js",
"build": " NODE_ENV=production webpack --config scripts/build.js"
},
"repository": {
"type": "git",
"url": "ssh://[email protected]:2223/RG/runnergo-fe-admin.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@babel/plugin-transform-runtime": "^7.21.4",
"@babel/preset-env": "^7.21.4",
"@babel/preset-react": "^7.18.6",
"@svgr/webpack": "^7.0.0",
"babel-loader": "^9.1.2",
"clean-webpack-plugin": "^4.0.0",
"copy-webpack-plugin": "^11.0.0",
"css-loader": "^6.7.3",
"html-webpack-plugin": "^5.5.0",
"less-loader": "^11.1.0",
"node-polyfill-webpack-plugin": "^2.0.1",
"style-loader": "^3.3.2",
"webpack": "^5.77.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.13.2",
"webpack-merge": "^5.8.0"
},
"dependencies": {
"@arco-design/web-react": "^2.46.3",
"@emotion/css": "^11.11.2",
"ali-oss": "^6.17.1",
"apipost-inside-tools": "^0.1.37",
"apipost-tools": "^0.0.21",
"axios": "^1.3.4",
"classnames": "^2.3.2",
"cross-env": "^7.0.3",
"dayjs": "^1.11.7",
"event-bus-hooks": "^1.0.8",
"i18next": "^22.4.14",
"i18next-browser-languagedetector": "^7.0.1",
"less": "^4.1.3",
"lodash": "^4.17.21",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^12.2.0",
"react-redux": "^8.0.1",
"react-resizable": "^3.0.5",
"react-router-dom": "^6.3.0",
"redux": "^4.2.0",
"uuid": "^9.0.0"
}
}