-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.15 KB
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 1.15 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": "coral",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@rollup/pluginutils": "^5.3.0",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"esbuild": "^0.27.0",
"vite": "^5.3.3",
"vite-plugin-glsl": "^1.1.2",
"vite-plugin-mkcert": "^1.17.6"
},
"dependencies": {
"@mapbox/sphericalmercator": "^1.1.0",
"@mapbox/tile-cover": "^3.0.2",
"@mapbox/tilebelt": "^1.0.1",
"@mapbox/vector-tile": "^1.3.1",
"@mkkellogg/gaussian-splats-3d": "^0.4.7",
"@turf/area": "^6.0.1",
"@turf/destination": "^6.0.1",
"@turf/helpers": "^6.1.4",
"@turf/intersect": "^6.1.2",
"@turf/transform-rotate": "^5.1.5",
"@turf/transform-translate": "^5.1.5",
"@turf/union": "6.2.0-alpha.2",
"ai": "^5.0.29",
"buffer": "^6.0.3",
"get-pixels": "^3.3.3",
"lil-gui": "^0.17.0",
"meshline": "^3.3.1",
"pbf": "^3.1.0",
"regenerator": "^0.14.2",
"stats.js": "^0.17.0",
"teleportvr": "^3.0.4",
"three": "^0.169.0",
"three-laser-pointer": "^1.2.3",
"uniq": "^1.0.1",
"xhr": "^2.6.0"
}
}