-
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) · 995 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 995 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": "google-earth-in-threejs",
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build:wasm": "node scripts/build-wasm.mjs",
"build": "vite build",
"preview": "vite preview",
"benchmark:voxel": "node scripts/benchmark-performance.mjs",
"benchmark:webgpu": "node scripts/benchmark-webgpu-browser.mjs"
},
"devDependencies": {
"path-browserify": "^1.0.1",
"playwright": "^1.53.1",
"rollup-plugin-polyfill-node": "^0.13.0",
"vite": "^6.4.1",
"vite-plugin-node-polyfills": "^0.23.0"
},
"dependencies": {
"3d-tiles-renderer": "^0.4.11",
"@deck.gl/core": "^8.9.30",
"@loaders.gl/3d-tiles": "^3.4.14",
"@loaders.gl/core": "^3.4.14",
"@loaders.gl/tiles": "^3.4.14",
"buffer": "^6.0.3",
"debug": "^4.4.1",
"file-saver": "^2.0.5",
"minecraft-data": "^3.91.0",
"prismarine-nbt": "^2.7.0",
"prismarine-schematic": "^1.2.3",
"process": "^0.11.10",
"three": "^0.177.0"
}
}