-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.58 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
{
"name": "react-admin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/happy-work-theme": "^1.0.0",
"@ant-design/icons": "^5.4.0",
"@reduxjs/toolkit": "^2.2.7",
"ahooks": "^3.8.1",
"antd": "^5.20.1",
"dayjs": "^1.11.12",
"echarts": "^5.5.1",
"i18next": "^23.12.3",
"lodash-es": "^4.17.21",
"mitt": "^3.0.1",
"nprogress": "^0.2.0",
"react": "^18.3.1",
"react-activation": "^0.12.4",
"react-dom": "^18.3.1",
"react-i18next": "^15.0.1",
"react-redux": "^9.1.2",
"react-router-dom": "^6.26.0",
"react-transition-group": "^4.4.5",
"redux-persist": "^6.0.0",
"redux-saga": "^1.3.0",
"redux-thunk": "^3.1.0",
"sortablejs": "^1.15.2",
"tailwindcss": "^3.4.10"
},
"devDependencies": {
"@eslint/js": "^9.8.0",
"@iconify/react": "^5.0.2",
"@types/node": "^22.3.0",
"@types/nprogress": "^0.2.3",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-transition-group": "^4.4.11",
"@types/sortablejs": "^1.15.8",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.20",
"eslint": "^9.8.0",
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
"eslint-plugin-react-refresh": "^0.4.9",
"globals": "^15.9.0",
"postcss": "^8.4.41",
"sass": "^1.77.8",
"typescript": "^5.5.3",
"typescript-eslint": "^8.0.0",
"vite": "^5.4.0",
"vite-plugin-svg-icons": "^2.0.1"
}
}