-
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) · 961 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 961 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": "triminator",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"go": "pnpm build && pnpm preview"
},
"dependencies": {
"@headlessui/react": "^1.7.15",
"@react-three/drei": "^9.102.6",
"@react-three/fiber": "^8.15.19",
"@types/three": "^0.162.0",
"@zip.js/zip.js": "^2.7.17",
"minecraft-textures": "^1.20.0",
"preact": "^10.15.1",
"preact-reconciler": "^0.1.8",
"preact-router": "^4.1.1",
"three": "^0.162.0",
"uuid": "^9.0.1",
"vite-tsconfig-paths": "^4.3.2"
},
"devDependencies": {
"@babel/core": "^7.24.3",
"@preact/preset-vite": "^2.5.0",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.4.14",
"lil-gui": "^0.19.2",
"postcss": "^8.4.25",
"tailwindcss": "^3.3.2",
"three-inspect": "^0.4.5",
"typescript": "^5.0.2",
"vite": "^4.4.0"
}
}