-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
34 lines (34 loc) · 914 Bytes
/
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
{
"name": "gre-lowrezjam2017",
"version": "0.1.0",
"private": true,
"homepage": "./",
"dependencies": {
"fontfaceobserver": "^2.0.13",
"gl-mat3": "^1.0.0",
"gl-vec3": "^1.0.3",
"lodash": "^4.17.4",
"raf": "^3.3.2",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"regl": "^1.3.0",
"seedrandom": "^2.4.3",
"simplex-noise": "^2.3.0",
"smoothstep": "^1.0.1",
"body-parser": "^1.17.2",
"cors": "^2.8.4",
"express": "^4.15.4",
"mongodb": "^2.2.31"
},
"devDependencies": {
"react-scripts": "1.0.10"
},
"scripts": {
"server": "node server/index.js",
"start": "react-scripts start",
"build": "react-scripts build && cd build && zip -r ../build.zip *",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject",
"deploy": "react-scripts build && surge -p build -d https://gre-lowrezjam2017.surge.sh"
}
}