-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.4 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.4 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
46
47
48
49
50
51
52
53
{
"name": "playground",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"devDependencies": {
"@tweakpane/core": "^2.0.5",
"@types/d3-contour": "^3.0.6",
"@types/d3-delaunay": "^6.0.4",
"@types/d3-scale": "^4.0.9",
"@types/d3-scale-chromatic": "^3.1.0",
"@types/d3-shape": "^3.1.8",
"@types/delaunator": "^5.0.3",
"@types/earcut": "^3.0.0",
"@types/poisson-disk-sampling": "^2.2.4",
"@types/three": "^0.169.0",
"eslint": "^9.14.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-prettier": "^5.2.1",
"filehound": "^1.17.6",
"typescript": "~5.6.2",
"vite": "^5.4.10",
"vite-plugin-glsl": "^1.3.0"
},
"dependencies": {
"@tweenjs/tween.js": "^25.0.0",
"alea": "^1.0.1",
"d3-contour": "^4.0.2",
"d3-delaunay": "^6.0.4",
"d3-force-3d": "^3.0.5",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.1.0",
"d3-shape": "^3.2.0",
"delaunator": "^5.0.1",
"earcut": "^3.0.1",
"gsap": "^3.12.7",
"ogl": "^1.0.11",
"pixi.js": "^8.17.1",
"poisson-disk-sampling": "^2.3.1",
"satellite.js": "^5.0.0",
"simplex-noise": "^4.0.3",
"three": "^0.182.0",
"three-forcegraph": "^1.42.12",
"tweakpane": "^4.0.5",
"tweakpane-plugin-infodump": "^4.0.2"
}
}