forked from sunhaoxiang/pure-admin-react
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.99 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.99 KB
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
{
"name": "pure-admin-react",
"type": "module",
"version": "1.1.0",
"private": true,
"description": "A concise, elegant, powerful and user experience focused background management system",
"author": "sunhaoxiang",
"license": "MIT",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@ant-design/icons": "^5.6.1",
"@ant-design/v5-patch-for-react-19": "^1.0.3",
"@iconify/react": "^6.0.0",
"@tanstack/react-query": "^5.75.5",
"ahooks": "^3.8.4",
"antd": "^5.25.0",
"axios": "^1.9.0",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"echarts": "^5.6.0",
"es-toolkit": "^1.37.2",
"i18next": "^25.1.2",
"motion": "^12.10.4",
"overlayscrollbars": "^2.11.2",
"overlayscrollbars-react": "^0.5.6",
"quill": "^2.0.3",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-i18next": "^15.5.1",
"react-router-dom": "^7.5.3",
"react-use": "^17.6.0",
"zustand": "^5.0.4"
},
"devDependencies": {
"@antfu/eslint-config": "^4.13.0",
"@eslint-react/eslint-plugin": "^1.49.0",
"@eslint/js": "^9.26.0",
"@iconify-json/icon-park-outline": "^1.2.2",
"@iconify/tools": "^4.1.2",
"@types/node": "^22.15.16",
"@types/react": "^19.1.3",
"@types/react-dom": "^19.1.3",
"@unocss/eslint-config": "^66.1.1",
"@unocss/postcss": "^66.1.1",
"@vitejs/plugin-react": "^4.4.1",
"autoprefixer": "^10.4.21",
"eslint": "^9.26.0",
"eslint-plugin-perfectionist": "^4.12.3",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.1.0",
"postcss": "^8.5.3",
"sass": "^1.87.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.32.0",
"unocss": "^66.1.1",
"vite": "^6.3.5",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-pages": "^0.33.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"@parcel/watcher",
"esbuild"
]
}
}