forked from iceqing/react-amis-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
79 lines (79 loc) · 2.13 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
{
"name": "react-amis-admin",
"version": "1.3.0",
"description": "基于 amis 的项目模板",
"main": "./src/index.tsx",
"repository": {
"type": "git",
"url": "https://github.com/iceqing/react-amis-admin"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "npm run dev",
"dev": "npm run vite",
"vite": "vite",
"vite-build": "vite build",
"build": "cross-env NODE_ENV=production vite build",
"postinstall": "patch-package"
},
"keywords": [
"amis",
"boilerplate",
"admin",
"react"
],
"author": "iceq",
"license": "Apache License 2.0",
"dependencies": {
"@fortawesome/fontawesome-free": "^6.2.1",
"amis": "3.6.3",
"amis-core": "3.6.3",
"amis-formula": "3.6.3",
"amis-ui": "3.6.3",
"antd": "5.12.1",
"axios": "^0.24.0",
"copy-to-clipboard": "3.3.2",
"core-js": "^2.5.7",
"lodash": "^4.17.11",
"mobx": "^4.5.0",
"mobx-react": "^6.3.1",
"mobx-state-tree": "^3.17.3",
"promise": "^8.1.0",
"react": "16.14.0",
"react-dom": "16.14.0",
"react-router": "5.1.2",
"react-router-dom": "5.1.2"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/plugin-proposal-decorators": "^7.17.2",
"@types/lodash": "^4.14.123",
"@types/node": "^14.18.33",
"@types/react": "^16.13.0",
"@types/react-dom": "^16.8.0",
"@types/react-router-dom": "^4.3.2",
"@vitejs/plugin-react": "^4.0.0",
"autoprefixer": "^10.4.13",
"axios-mock-adapter": "1.16.0",
"bce-sdk-js": "^0.2.9",
"cross-env": "^7.0.3",
"css-loader": "^3.4.2",
"file-loader": "^5.0.2",
"fs-walk": "0.0.2",
"html-minifier": "^4.0.0",
"html-webpack-plugin": "^4.0.1",
"monaco-editor": "^0.36.1",
"patch-package": "^6.4.7",
"qs": "^6.11.1",
"react-monaco-editor": "^0.52.0",
"rollup-plugin-visualizer": "^5.8.3",
"sass": "^1.45.2",
"sass-loader": "^8.0.2",
"style-loader": "^1.1.3",
"ts-loader": "^9.3.1",
"typescript": "^4.7.4",
"vite": "^4.2.1",
"vite-easy-mock": "^1.0.9",
"vite-plugin-svgr": "^3.2.0"
}
}