-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.68 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
{
"name": "admin-ui",
"version": "1.0.0",
"description": "use AMis",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --watch",
"start": "webpack-dev-server",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rushteam/admin-ui.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rushteam/admin-ui/issues"
},
"homepage": "https://github.com/rushteam/admin-ui#readme",
"dependencies": {
"amis": "^1.0.10",
"axios": "^0.19.2",
"bootstrap": "^3.4.1",
"bulma": "^0.8.2",
"lodash": "^4.17.15",
"mobx": "^4.15.4",
"mobx-react": "^5.4.4",
"mobx-state-tree": "^3.15.0",
"qs": "^6.9.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-router-dom": "^5.1.2"
},
"devDependencies": {
"@types/lodash": "^4.14.149",
"@types/qs": "^6.9.1",
"@types/react": "^16.9.33",
"@types/react-dom": "^16.9.6",
"@types/react-router-dom": "^5.1.3",
"clean-webpack-plugin": "^3.0.0",
"css-loader": "^3.5.1",
"font-awesome": "^4.7.0",
"html-webpack-plugin": "^4.0.4",
"mini-css-extract-plugin": "^0.9.0",
"mocker-api": "^2.0.3",
"mockjs": "^1.1.0",
"monaco-editor-webpack-plugin": "^1.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"style-loader": "^1.1.3",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"terser-webpack-plugin": "^2.3.5",
"ts-loader": "^6.2.2",
"typescript": "^3.8.3",
"url-loader": "^4.1.0",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}