-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
67 lines (67 loc) · 1.83 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
{
"name": "wormnet",
"version": "0.0.0",
"description": "Worm brain visualization",
"main": "bundle.js",
"scripts": {
"start": "webpack-dev-server",
"build": "webpack -p --progress --config=webpack.prod.js ",
"test": "echo \"Error: no test specified\" && exit 1",
"cors": "gsutil cors set cors.json gs://somebucket"
},
"author": "Giff Song <giff.song@gmail.com>",
"license": "MIT",
"dependencies": {
"canvas-orbit-camera": "^1.0.2",
"d3-array": "^1.2.0",
"d3-color": "^1.0.3",
"d3-scale": "^1.0.6",
"eases": "^1.0.8",
"fail-nicely": "^2.0.0",
"firebase": "^4.3.0",
"gl-mat4": "^1.1.4",
"gl-vec2": "^1.0.0",
"gl-vec3": "^1.0.3",
"glslify": "^6.1.0",
"key-pressed": "^0.0.1",
"lodash": "^4.17.4",
"material-ui": "^0.18.7",
"mathjs": "^3.16.3",
"mouse-change": "^1.3.0",
"mouse-position": "^1.0.0",
"mouse-pressed": "0.0.1",
"mouse-wheel": "^1.2.0",
"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",
"orbit-camera": "0.0.3",
"prop-types": "^15.5.10",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-router": "^4.2.0",
"react-router-dom": "^4.1.2",
"react-tap-event-plugin": "^2.0.1",
"regl": "^1.3.0",
"scroll-speed": "^1.0.0",
"storage": "^0.2.0",
"store": "^2.0.12",
"ts-lib": "^0.0.5",
"uid-safe": "^2.1.5"
},
"devDependencies": {
"autoprefixer": "^7.1.4",
"browser-sync": "^2.18.13",
"connect-history-api-fallback": "^1.3.0",
"fuse-box": "^2.3.1-beta.11",
"postcss": "^6.0.11",
"postcss-import": "^11.0.0",
"rimraf": "^2.6.2",
"ts-node": "^3.3.0",
"tslib": "^1.7.1",
"typescript": "^2.5.2",
"uglify-js": "^3.1.0"
}
}