-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 1.25 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
{
"name": "scribble-lab",
"version": "2.0.0",
"description": "My own prototyping tool for sketching some ideas.",
"scripts": {
"start": "node scripts/start.js",
"create:group": "node scripts/createGroup.js",
"create:scribble": "node scripts/createScribble.js",
"build:scribble": "node scripts/buildScribble.js",
"build:scribble:noMinified": "node scripts/buildScribble.js noMinified",
"build:data": "node scripts/buildData.js"
},
"author": "Jérémie Boulay <[email protected]>",
"license": "MIT",
"dependencies": {
"canvas-sketch": "^0.7.7",
"dat.gui": "^0.7.7",
"dat.gui.image": "^1.0.2",
"gsap": "^3.5.1",
"mo-js": "^0.288.1",
"mojs-player": "^0.43.15",
"noisejs": "^2.1.0",
"p2": "^0.7.1",
"pixi.js": "^4.8.9",
"postprocessing": "^6.13.2",
"react": "^15.3.2",
"react-dom": "^15.3.2",
"regl": "^1.4.2",
"three": "^0.116.1",
"three-orbit-controls": "^72.0.0",
"three.fbo-helper": "^1.1.1",
"three.meshline": "https://github.com/Jeremboo/THREE.MeshLine/tarball/master",
"threejs-texture-tool": "^0.5.1"
},
"devDependencies": {
"camelcase": "^4.0.0",
"canvas-sketch-cli": "^1.11.7",
"fs-extra": "^9.0.0",
"readline-sync": "^1.4.10"
}
}