-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 1.88 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 1.88 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
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"engines": {
"node": ">=22.11.0",
"npm": ">=10.9.0",
"yarn": "Yarn is not supported, please use npm",
"pnpm": "PNPM is not supported, please use npm",
"bun": "Bun is not supported, please use npm",
"deno": "Deno is not supported, please use Node.js"
},
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"format": "eslint --fix .",
"preview": "vite preview",
"prepare": "husky"
},
"browserslist": [
"defaults and fully supports es6-module"
],
"dependencies": {
"@hookform/resolvers": "5.1.1",
"@tanstack/react-table": "8.21.3",
"ahooks": "3.9.0",
"axios": "1.10.0",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"cmdk": "1.1.1",
"date-fns": "4.1.0",
"input-otp": "1.4.2",
"lucide-react": "0.525.0",
"next-themes": "0.4.6",
"radix-ui": "1.4.2",
"react": "19.1.0",
"react-day-picker": "9.8.0",
"react-dom": "19.1.0",
"react-hook-form": "7.60.0",
"react-router-dom": "7.6.3",
"sonner": "2.0.6",
"tailwind-merge": "3.3.1",
"zod": "3.25.74"
},
"devDependencies": {
"@commitlint/cli": "19.8.1",
"@commitlint/config-conventional": "19.8.1",
"@eslint/js": "9.30.1",
"@eslint/json": "0.12.0",
"@stylistic/eslint-plugin-js": "4.4.1",
"@types/node": "24.0.10",
"@types/react": "19.1.8",
"@types/react-dom": "19.1.6",
"@unocss/eslint-config": "66.3.3",
"@vitejs/plugin-react-swc": "3.10.2",
"browserslist": "4.25.1",
"eslint": "9.30.1",
"eslint-plugin-react": "7.37.5",
"eslint-plugin-react-hooks": "5.2.0",
"eslint-plugin-react-refresh": "0.4.20",
"globals": "16.3.0",
"husky": "9.1.7",
"lightningcss": "1.30.1",
"unocss": "66.3.3",
"unocss-preset-animations": "1.2.1",
"vite": "7.0.2"
}
}