forked from pissang/paper-quilling-art
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.21 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
{
"name": "paper-scrolling-art",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "node node_modules/webpack/bin/webpack.js -w --mode development",
"build": "node node_modules/webpack/bin/webpack.js -p"
},
"repository": {
"type": "git",
"url": "https://github.com/pissang/paper-scrolling-art.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/pissang/paper-scrolling-art/issues"
},
"homepage": "https://github.com/pissang/paper-scrolling-art#readme",
"dependencies": {
"claygl": "git+https://github.com/pissang/claygl.git",
"claygl-advanced-renderer": "git+https://github.com/pissang/claygl-advanced-renderer.git",
"d3-scale-chromatic": "^1.2.0",
"density-clustering": "^1.3.0",
"geometry-extrude": "^0.1.2",
"lodash.clonedeep": "^4.5.0",
"lodash.debounce": "^4.0.8",
"lodash.merge": "^4.6.2",
"ray-tracing-renderer": "git+https://github.com/hoverinc/ray-tracing-renderer.git",
"seedrandom": "^3.0.5",
"simplex-noise": "^2.4.0",
"three": "^0.125.0",
"tweakpane": "^1.1.0",
"zrender": "^4.0.3"
},
"devDependencies": {
"text-loader": "0.0.1",
"webpack": "^4.40.2"
}
}