-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1007 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1007 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
37
38
39
40
41
{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "biome check",
"format": "biome format --write"
},
"dependencies": {
"@iconify/react": "6.0.2",
"@vercel/analytics": "1.5.0",
"@vercel/functions": "3.1.4",
"@vercel/speed-insights": "1.2.0",
"ahooks": "3.9.6",
"clsx": "2.1.1",
"es-toolkit": "1.41.0",
"next": "16.0.10",
"react": "19.2.0",
"react-dom": "19.2.0",
"tailwind-merge": "3.3.1",
"zod": "4.1.12",
"zustand": "5.0.8"
},
"devDependencies": {
"@biomejs/biome": "2.2.0",
"@next/third-parties": "16.0.7",
"@tailwindcss/postcss": "4.1.16",
"@types/node": "20.19.24",
"@types/react": "19.2.2",
"@types/react-dom": "19.2.2",
"daisyui": "5.4.3",
"postcss-preset-env": "10.4.0",
"schema-dts": "1.1.5",
"tailwindcss": "4.1.16",
"typescript": "5.9.3",
"wrangler": "4.45.3"
}
}