-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 852 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 852 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
{
"name": "geospatial",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --open",
"clean": "rm -rf dist",
"build": "npm run clean && vite build",
"preview": "vite preview",
"deploy": "npm run build && gh-pages -d dist"
},
"devDependencies": {
"@types/stats.js": "^0.17.3",
"@types/three": "^0.177.0",
"gh-pages": "^6.3.0",
"typescript": "^5.8.3",
"vite": "^6.3.1"
},
"dependencies": {
"@here/quantized-mesh-decoder": "^1.2.8",
"@takram/three-atmosphere": "^0.12.0",
"@takram/three-clouds": "^0.3.0",
"@takram/three-geospatial": "^0.2.2",
"@takram/three-geospatial-effects": "^0.3.2",
"3d-tiles-renderer": "^0.4.10",
"postprocessing": "^6.37.4",
"three": "^0.177.0",
"three-stdlib": "^2.36.0",
"workerpool": "^9.3.2"
}
}