-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1000 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 1000 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
{
"name": "reall3dviewer",
"version": "2.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"build-pkg": "tsc && vite build --config vite-pkg.config.ts && node buildPkg.js --before && vite build --config vite-pkg.config.ts && node buildPkg.js --after",
"preview": "vite preview"
},
"dependencies": {
"@dimforge/rapier3d-compat": "^0.19.3",
"@gotoeasy/three-tile": "^0.8.8",
"@tweenjs/tween.js": "^25.0.0",
"fflate": "^0.8.2",
"nipplejs": "^0.10.2",
"three": "^0.171.0",
"xz-decompress": "^0.2.3"
},
"devDependencies": {
"@types/node": "^22.13.5",
"@types/three": "^0.171.0",
"@vituum/vite-plugin-postcss": "^1.1.0",
"less": "^4.2.2",
"typescript": "^5.6.3",
"vite": "^6.1.1",
"vite-plugin-dts": "^4.5.4",
"vite-plugin-glsl": "^1.4.2",
"vite-plugin-svg-icons": "^2.0.1"
}
}