-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
67 lines (67 loc) · 1.86 KB
/
package.json
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "webscape-wanderer",
"version": "0.1.0",
"scripts": {
"dev": "vite --host 0.0.0.0 --port 8888",
"build": "vite build --mode lib",
"build:examples": "vite build",
"preview": "vite preview"
},
"main": "dist/webscape-wanderer.js",
"type": "module",
"devDependencies": {
"@types/three": "^0.169.0",
"angle-normals": "^1.0.0",
"bunny": "^1.0.1",
"events": "^3.3.0",
"normalized-interaction-events": "^2.0.1",
"rollup-plugin-polyfill-node": "^0.12.0",
"vite": "^4.5.5",
"vite-plugin-glsl": "^1.3.0",
"vite-plugin-gltf": "^3.1.0",
"vite-plugin-top-level-await": "*",
"vite-plugin-wasm": "*"
},
"dependencies": {
"@very-simple/router": "github:micahscopes/router",
"browser-level": "^1.0.1",
"color-blend": "^4.0.0",
"color-hash": "^2.0.2",
"colord": "^2.9.3",
"comlink": "^4.3.1",
"d3": "^7.6.1",
"d3-force-3d": "github:vasturiano/d3-force-3d",
"dat.gui": "^0.7.9",
"detect-browser": "^5.3.0",
"fast-memoize": "^2.5.2",
"fdg-wasm": "^0.1.1",
"gl-matrix": "^3.4.3",
"gpu-io": "github:micahscopes/gpu-io",
"grid-mesh": "^0.1.0",
"inertial-turntable-camera": "^2.0.4",
"level": "^8.0.0",
"level-mem": "^6.0.1",
"levelgraph": "^3.0.0",
"levelup": "^5.1.1",
"lil-gui": "^0.18.2",
"lit": "^2.7.1",
"lodash-es": "^4.17.21",
"marked": "^9.1.2",
"memdown": "^6.1.1",
"memoizee": "^0.4.17",
"memory-level": "^1.0.0",
"mesh-primitives": "github:glo-js/mesh-primitives",
"mesh-simplify": "^2.0.0",
"moize": "^6.1.6",
"ngraph.forcelayout": "^3.3.1",
"ngraph.graph": "^20.0.1",
"normals": "^1.1.0",
"quadstore": "^13.2.3",
"quadstore-comunica": "^4.5.0",
"raf": "^3.4.1",
"rdf-data-factory": "^1.1.1",
"three": "^0.169.0",
"throttled-queue": "^2.1.4",
"typescript": "^5.6.3"
}
}