-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 1.96 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
{
"name": "owl-admin",
"version": "1.0.0",
"description": "Owl Admin",
"scripts": {
"dev": "vite",
"preview": "vite preview",
"build": "vite build --mode production"
},
"dependencies": {
"@ant-design/colors": "^7.0.0",
"@fortawesome/fontawesome-free": "^6.5.1",
"@iconify/react": "^4.1.0",
"@loadable/component": "^5.13.2",
"@wangeditor/editor": "^5.1.23",
"@wangeditor/editor-for-react": "^1.0.6",
"ahooks": "^3.7.6",
"amis": "^6.6.0",
"amis-core": "^6.6.0",
"amis-editor": "^6.6.0",
"amis-editor-core": "^6.6.0",
"amis-ui": "^6.6.0",
"antd": "^5.12.2",
"axios": "^0.24.0",
"lodash": "^4.17.21",
"query-string": "^8.1.0",
"rc-queue-anim": "^2.0.0",
"react": "^17.0.2",
"react-activation": "^0.12.4",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^17.0.2",
"react-redux": "^7.2.6",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"redux": "^4.1.2"
},
"devDependencies": {
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@typescript-eslint/eslint-plugin": "^5.4.0",
"@typescript-eslint/parser": "^5.4.0",
"@vitejs/plugin-react": "^1.1.0",
"autoprefixer": "^10.4.15",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react-hooks": "^4.3.0",
"less": "^4.1.2",
"less-loader": "7.3.0",
"postcss": "^8.4.29",
"postcss-less": "4",
"tailwindcss": "^3.3.3",
"typescript": "^4.5.2",
"vite": "^5.2.13",
"vite-plugin-compression": "^0.5.1"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": [
"eslint --fix --cache"
]
}
}