-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.21 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.21 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
{
"name": "fcc-dashboard",
"private": true,
"version": "1.0.0",
"scripts": {
"build": "rsbuild build",
"check": "prettier --check",
"dev": "rsbuild dev --open",
"format": "prettier . --write",
"preview": "rsbuild preview"
},
"dependencies": {
"@cap.js/widget": "^0.1.43",
"@hookform/resolvers": "^5.2.2",
"@tabler/icons-react": "^3.41.1",
"@tanstack/react-query": "^5.97.0",
"antd": "^6.3.5",
"axios": "^1.15.0",
"clsx": "^2.1.1",
"cos-js-sdk-v5": "^1.10.1",
"dayjs": "^1.11.20",
"es-toolkit": "^1.45.1",
"nanoid": "^5.1.7",
"nuqs": "^2.8.9",
"react": "^19.2.5",
"react-dom": "^19.2.5",
"react-hook-form": "^7.72.1",
"react-router-dom": "^7.14.0",
"swr": "^2.4.1",
"tailwind-merge": "^3.5.0",
"zod": "^4.3.6",
"zustand": "^5.0.12"
},
"devDependencies": {
"@rsbuild/core": "1.7.5",
"@rsbuild/plugin-react": "1.4.6",
"@rsbuild/plugin-svgr": "^1.3.1",
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "^22.19.17",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"prettier": "3.8.2",
"tailwindcss": "^4.2.2",
"typescript": "^5.9.3"
},
"packageManager": "yarn@4.4.1"
}