-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
91 lines (91 loc) · 2.32 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
91
{
"name": "easyoc-amis-admin",
"description": "base on amis-react-starter",
"version": "2.0.0",
"private": true,
"scripts": {
"vite": "vite",
"vite-build": "vite build"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@ant-design/pro-components": "^2.4.2",
"@fortawesome/fontawesome-free": "^6.1.1",
"@types/jest": "^27.0.3",
"@types/node": "^16.11.11",
"amis": "^2.8.0",
"amis-core": "2.8.0",
"amis-editor": "5.2.5",
"amis-editor-core": "5.2.5",
"amis-formula": "2.8.0",
"amis-ui": "^2.8.0",
"antd": "^5.3.1",
"axios": "^0.26.1",
"bootstrap": "3.4.1",
"copy-to-clipboard": "^3.3.1",
"core-js": "^3.29.1",
"dayjs": "^1.11.7",
"history": "^5.3.0",
"i18n-runtime": "0.0.23-beta.8",
"lodash": "^4.17.21",
"mobx": "^4.5.0",
"mobx-react": "^6.3.1",
"mobx-react-lite": "^3.4.3",
"mobx-state-tree": "^3.17.3",
"oidc-client-ts": "^2.2.2",
"path-to-regexp": "^6.2.1",
"qs": "6.5.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-full-screen": "^1.1.1",
"react-hook-form": "^7.39.3",
"react-router": "5.0.1",
"react-router-dom": "5.0.1",
"tslib": "^2.5.0"
},
"devDependencies": {
"@babel/core": "^7.21.3",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-decorators": "^7.21.0",
"@types/history": "^5.0.0",
"@types/lodash": "^4.14.123",
"@types/node": "^11.13.8",
"typescript": "^4.5.5",
"@types/qs": "^6.5.3",
"@types/react": "^17.0.39",
"@types/react-dom": "^18.0.8",
"@types/react-router": "5.0.1",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^1.3.2",
"@vue/compiler-sfc": "^3.0.4",
"axios-mock-adapter": "^1.16.0",
"css-loader": "^6.5.1",
"express": "^4.17.1",
"file-loader": "^6.2.0",
"less": "^4.1.3",
"less-loader": "^11.1.0",
"prettier": "^2.2.1",
"style-loader": "^3.3.1",
"ts-loader": "^9.2.6",
"url-loader": "^4.1.1",
"vite": "^4.2.0"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}