-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 2.01 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": "react-admin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build:stg": "tsc && vite build --mode stag",
"lint": "eslint --fix --ext .ts,.tsx src && prettier --write ./src",
"format": "prettier --write ./src",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.3.7",
"@ant-design/pro-components": "^2.7.10",
"@formkit/auto-animate": "^0.8.2",
"ahooks": "^3.8.0",
"antd": "^5.18.3",
"axios": "^1.7.2",
"dayjs": "^1.11.11",
"echarts": "^5.5.1",
"form-render": "^2.4.4",
"framer-motion": "^11.2.12",
"qs": "^6.12.1",
"radash": "^12.1.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hot-toast": "^2.4.1",
"react-router-dom": "^6.23.1",
"superjson": "^2.2.1",
"url-join": "^5.0.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/qs": "^6.9.15",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "^7.5.0",
"@typescript-eslint/parser": "^7.5.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.7",
"postcss": "^8.4.39",
"postcss-import": "^16.1.0",
"prettier": "^3.3.2",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"vite": "^5.3.2",
"vite-imagetools": "^7.0.2",
"vite-plugin-env-parse": "^1.0.13",
"vite-plugin-imagemin": "^0.6.1",
"vite-plugin-minipic": "^1.1.3",
"vite-plugin-mock-dev-server": "^1.5.1",
"vite-plugin-svgr": "^4.2.0"
}
}