-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 954 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 954 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
{
"name": "fe-client",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "pnpm@10.17.0",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "biome check .",
"format": "biome format --write .",
"check": "biome check --write .",
"preview": "vite preview"
},
"dependencies": {
"clsx": "^2.1.1",
"pretendard": "^1.3.9",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-ga4": "^2.1.0",
"react-icons": "^5.5.0",
"react-router-dom": "^7.10.1",
"react-spinners": "^0.17.0",
"zustand": "^5.0.9"
},
"devDependencies": {
"@biomejs/biome": "^2.3.7",
"@tailwindcss/vite": "^4.0.0",
"@types/node": "^24.10.1",
"@types/react": "^19.2.5",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.1",
"tailwindcss": "^4.1.17",
"typescript": "~5.9.3",
"vite": "^7.2.4",
"vite-plugin-svgr": "^4.5.0"
}
}