-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
67 lines (67 loc) · 1.76 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
{
"name": "admin-antd-react-vite",
"description": "Vite React 18 Antd Admin",
"private": true,
"version": "2.0.0",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint ./src --ext ts,tsx",
"lint:fix": "eslint ./src --ext ts,tsx --fix",
"svgo": "svgo -f src/assets/iconsvg --config=src/assets/iconsvg/svgo.yml",
"preinstall": "only-allow pnpm"
},
"dependencies": {
"@ckeditor/ckeditor5-build-decoupled-document": "^35.0.1",
"@ckeditor/ckeditor5-react": "^5.0.2",
"@toast-ui/editor": "^3.2.0",
"@toast-ui/react-editor": "^3.2.0",
"antd": "^4.22.0",
"axios": "^0.27.2",
"classnames": "^2.3.1",
"echarts": "^5.3.3",
"lodash": "^4.17.21",
"mockjs": "^1.1.0",
"query-string": "^7.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.3.0",
"recoil": "^0.7.4"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/react": "^18.0.15",
"@types/react-dom": "^18.0.6",
"@types/react-router-dom": "^5.3.3",
"@vitejs/plugin-react": "^2.0.0",
"eslint": "^8.20.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.30.1",
"less": "^4.1.3",
"only-allow": "^1.1.1",
"prettier": "^2.7.1",
"svgo": "^1.3.2",
"typescript": "^4.6.4",
"vite": "^3.0.0",
"vite-plugin-mock": "^2.9.6",
"vite-plugin-svg-icons": "^2.0.1"
},
"engines": {
"node": ">= 14.18.0"
},
"keywords": [
"react",
"typescript",
"admin",
"template",
"antd",
"Ant Design",
"vite",
"Recoil"
]
}