-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.03 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": "marbled-paper",
"version": "1.0.0",
"description": "",
"main": "src/main.js",
"scripts": {
"build": "NODE_ENV=production parcel -p $PORT -d build index.html",
"start": "parcel serve -p $PORT -d build index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nonphoto/marbled-paper.git"
},
"author": "Jonas Luebbers",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/nonphoto/marbled-paper/issues"
},
"homepage": "https://github.com/nonphoto/marbled-paper",
"dependencies": {
"a-big-triangle": "^1.0.3",
"controlkit": "^0.1.9",
"gl-fbo": "^2.0.5",
"gl-matrix": "^3.0.0",
"gl-shader": "^4.2.1",
"gl-texture2d": "^2.1.0",
"hex-rgb": "^4.0.0",
"lodash.shuffle": "^4.2.0",
"raf-loop": "^1.1.3",
"stats.js": "^1.0.0"
},
"devDependencies": {
"cssnano": "^4.1.10",
"glslify-bundle": "^5.1.1",
"glslify-deps": "^1.3.1",
"parcel-bundler": "^1.12.0"
},
"glitch": {
"projectType": "generated_static"
}
}