-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.36 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
{
"name": "regl-glslify-webpack-example",
"version": "0.0.0",
"description": "A simple regl example using webpack and glslify",
"main": "bundle.js",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack -p --progress --config=webpack.prod.js ",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Giff Song <giff.song@gmail.com>",
"license": "MIT",
"dependencies": {
"canvas-orbit-camera": "^1.0.2",
"control-panel": "^1.2.0",
"d3-array": "^1.2.0",
"d3-color": "^1.0.3",
"d3-scale": "^1.0.6",
"eases": "^1.0.8",
"fail-nicely": "^2.0.0",
"gl-mat4": "^1.1.4",
"gl-vec2": "^1.0.0",
"gl-vec3": "^1.0.3",
"glsl-colormap": "^1.0.1",
"glsl-diffuse-lambert": "^1.0.0",
"glslify": "^6.1.0",
"lodash": "^4.17.4",
"mathjs": "^3.16.3",
"ndarray": "^1.0.18",
"ndarray-linspace": "^2.0.3",
"ndarray-ops": "^1.2.2",
"ndarray-pack": "^1.2.1",
"ndarray-show": "^2.0.0",
"ndarray-vector-fill": "^1.0.0",
"regl": "^1.3.0",
"regl-camera": "^2.1.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.21.1",
"glslify-loader": "^1.0.2",
"json-loader": "^0.5.4",
"raw-loader": "^0.5.1",
"uglifyjs-webpack-plugin": "^0.4.6",
"webpack": "^3.5.5",
"webpack-dev-server": "^2.7.1"
}
}