-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
63 lines (63 loc) · 1.71 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
{
"name": "rspress-rsbuild-react-admin-pro",
"private": true,
"version": "1.0.0",
"scripts": {
"start": "pnpm run dev",
"dev": "rsbuild dev --open",
"build": "rsbuild build",
"preview": "rsbuild preview"
},
"dependencies": {
"@ant-design/cssinjs": "^1.21.1",
"@ant-design/icons": "^5.5.1",
"@tanstack/react-query": "^5.59.20",
"ahooks": "^3.8.1",
"antd": "^5.21.6",
"axios": "^1.7.7",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"echarts": "^5.5.1",
"echarts-for-react": "^3.0.2",
"html2canvas": "^1.4.1",
"i18next": "^23.16.4",
"i18next-browser-languagedetector": "^8.0.0",
"jsencrypt": "^3.3.2",
"lodash-es": "^4.17.21",
"nanoid": "^5.0.8",
"paj-md5.js": "^1.0.1",
"prettier": "^3.3.3",
"qs": "^6.13.0",
"radash": "^12.1.0",
"rc-util": "^5.43.0",
"react": "^18.3.1",
"react-avatar-editor": "^13.0.2",
"react-dom": "^18.3.1",
"react-error-boundary": "^4.1.2",
"react-i18next": "^15.1.1",
"react-router-dom": "^6.28.0",
"react-sticky": "^6.0.3",
"react-svg": "^16.1.34",
"screenfull": "^6.0.2",
"tailwind-merge": "^2.5.4",
"zustand": "^4.5.5"
},
"devDependencies": {
"@eslint/js": "^9.14.0",
"@rsbuild/core": "1.1.0",
"@rsbuild/plugin-less": "1.1.0",
"@rsbuild/plugin-react": "1.0.7",
"@types/lodash-es": "^4.17.12",
"@types/node": "^20.17.6",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@unocss/postcss": "^0.64.0",
"eslint": "^9.14.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "5.0.0",
"globals": "^15.12.0",
"typescript": "^5.6.3",
"typescript-eslint": "^8.13.0",
"unocss": "^0.64.0"
}
}