-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 906 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 906 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
{
"name": "keycap-configurator",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"sync-icons": "node scripts/sync-icons.mjs",
"prebuild": "node scripts/sync-icons.mjs",
"predev": "node scripts/sync-icons.mjs",
"dev": "vite",
"typecheck": "tsc --noEmit",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.5.0",
"jszip": "^3.10.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"three": "^0.183.1",
"three-bvh-csg": "^0.0.16"
},
"devDependencies": {
"@tabler/icons": "^3.36.0",
"@tailwindcss/vite": "^4.0.0",
"@types/react": "^19.2.13",
"@types/react-dom": "^19.2.3",
"@types/three": "^0.183.1",
"@vitejs/plugin-react": "^5.1.3",
"tailwindcss": "^4.0.0",
"typescript": "^5.6.0",
"vite": "^7.3.1"
}
}