-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 927 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 927 Bytes
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
{
"name": "confkeeper",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "rsbuild dev",
"build": "rsbuild build",
"preview": "rsbuild preview"
},
"dependencies": {
"@douyinfe/semi-icons": "^2.90.13",
"@douyinfe/semi-illustrations": "^2.90.13",
"@douyinfe/semi-ui-19": "^2.90.13",
"alova": "^3.5.0",
"jwt-decode": "^4.0.0",
"motion": "^12.30.0",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-icons": "^5.5.0",
"react-router-dom": "^7.13.0",
"zustand": "^5.0.11"
},
"devDependencies": {
"@rsbuild/core": "2.0.0-beta.1",
"@rsbuild/plugin-react": "^1.4.5",
"@rsbuild/plugin-sass": "^1.5.0",
"@tailwindcss/postcss": "^4.1.18",
"@types/node": "^24.10.9",
"@types/react": "^19.2.10",
"@types/react-dom": "^19.2.3",
"sass": "^1.97.3",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
}
}