-
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) · 979 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 979 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": "knight-grid",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"lint": "biome lint --write",
"format": "biome format --write",
"typecheck": "tsc --noEmit",
"check": "biome check --write && tsc --noEmit"
},
"dependencies": {
"@radix-ui/react-popover": "^1.1.15",
"@tabler/icons-react": "^3.44.0",
"@tailwindcss/vite": "^4.3.0",
"clsx": "^2.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.0",
"three": "^0.180.0"
},
"devDependencies": {
"@biomejs/biome": "^2.0.0",
"@types/node": "^25.9.1",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@types/three": "^0.180.0",
"@vitejs/plugin-react": "^5.0.0",
"jiti": "^2.7.0",
"lightningcss": "^1.32.0",
"typescript": "^5.6.0",
"vite": "^7.0.0"
}
}