-
Notifications
You must be signed in to change notification settings - Fork 165
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.25 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.25 KB
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
42
43
44
45
{
"name": "bruno-simon-folio-2025",
"version": "0.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "vite --mode development",
"build": "vite build --mode production",
"preview": "vite preview",
"compress": "node scripts/compress.js static/"
},
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"@dimforge/rapier3d": "^0.17.3",
"@gltf-transform/cli": "^4.1.0",
"@gltf-transform/core": "^4.2.1",
"@gltf-transform/extensions": "^4.2.1",
"@gltf-transform/functions": "^4.2.1",
"@tweakpane/plugin-camerakit": "^0.3.0",
"@tweakpane/plugin-essentials": "^0.2.1",
"@vitejs/plugin-basic-ssl": "^2.1.0",
"camera-controls": "^3.1.2",
"dotenv": "^17.2.3",
"emoji-regex": "^10.4.0",
"glob": "^13.0.0",
"gsap": "^3.12.5",
"howler": "^2.2.4",
"msgpack-lite": "^0.1.26",
"normalize-wheel": "^1.0.1",
"seedrandom": "^3.0.5",
"sharp": "^0.34.5",
"stats-gl": "^3.6.0",
"stylus": "^0.64.0",
"three": "^0.182.0",
"tweakpane": "^4.0.4",
"uuid": "^11.1.0",
"vite": "^7.2.4",
"vite-plugin-node-polyfills": "^0.24.0",
"vite-plugin-restart": "^0.4.1",
"vite-plugin-top-level-await": "^1.6.0",
"vite-plugin-wasm": "^3.5.0"
}
}