-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
90 lines (90 loc) · 2.87 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
85
86
87
88
89
90
{
"name": "smart-park-management",
"version": "1.0.0",
"description": "智慧园区项目包含react,webgl",
"main": "index.js",
"scripts": {
"start": "node server.js --max_old_space_size=4096",
"build": "webpack --config webpack.production.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/poorboy1991/smart-park-management.git"
},
"author": "kai.xiang",
"license": "ISC",
"bugs": {
"url": "https://github.com/poorboy1991/smart-park-management/issues"
},
"homepage": "https://github.com/poorboy1991/smart-park-management#readme",
"dependencies": {
"@rematch/core": "^2.0.1",
"antd": "^4.12.3",
"axios": "^0.21.1",
"core-js": "^3.9.0",
"history": "^4.10.1",
"lodash": "^4.17.21",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"mobx": "^4.3.1",
"mobx-react": "^5.2.3",
"mobx-react-devtools": "^6.1.1",
"react-loadable": "^5.5.0",
"react-router-dom": "^5.2.0"
},
"devDependencies": {
"@babel/core": "^7.13.1",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-decorators": "^7.13.5",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "^7.13.0",
"@babel/plugin-proposal-optional-chaining": "^7.13.0",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.13.7",
"@babel/preset-env": "^7.13.5",
"@babel/preset-react": "^7.12.13",
"@babel/runtime": "^7.13.7",
"antd-dayjs-webpack-plugin": "^1.0.6",
"autoprefixer": "^10.2.4",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",
"babel-plugin-import": "^1.13.3",
"body-parser": "^1.19.0",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
"css-loader": "^5.1.0",
"css-minimizer-webpack-plugin": "^1.2.0",
"dayjs": "^1.10.4",
"eslint": "^7.20.0",
"eslint-loader": "^4.0.2",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-react-hooks": "^4.2.0",
"express": "^4.17.1",
"favicons": "^6.2.1",
"favicons-webpack-plugin": "^5.0.2",
"file-loader": "^6.2.0",
"happypack": "^5.0.1",
"html-webpack-plugin": "^5.2.0",
"less": "^4.1.1",
"less-loader": "^8.0.0",
"mini-css-extract-plugin": "^1.3.9",
"mockjs": "^1.1.0",
"postcss": "^8.2.6",
"postcss-loader": "^5.0.0",
"prettier": "^2.2.1",
"style-loader": "^2.0.0",
"sw-precache-webpack-plugin": "^1.0.0",
"terser-webpack-plugin": "^5.1.1",
"url-loader": "^4.1.1",
"webpack": "^5.24.2",
"webpack-bundle-analyzer": "^4.4.0",
"webpack-cli": "^4.5.0",
"webpack-dev-middleware": "^4.1.0",
"webpack-hot-middleware": "^2.25.0",
"webpackbar": "^4.0.0",
"workbox-webpack-plugin": "^6.1.1",
"xml-loader": "^1.2.1",
"webpack-merge": "^4.1.3"
}
}