-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.17 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
{
"name": "uplanner",
"version": "0.1.0",
"description": "Curated university event digest",
"private": true,
"babel": {
"presets": [
"es2015",
"stage-0"
]
},
"dependencies": {
"apicache": "^0.8.4",
"babel-cli": "^6.18.0",
"babel-core": "^6.18.2",
"babel-preset-es2015": "^6.14.0",
"babel-preset-stage-0": "^6.5.0",
"bluebird": "^3.4.6",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"foreman": "^2.0.0",
"material-ui": "^0.16.4",
"moment": "^2.16.0",
"mysql2": "^1.1.2",
"node-fetch": "^1.6.3",
"path": "^0.12.7",
"react": "^15.4.0",
"react-dom": "^15.4.0",
"react-router": "^3.0.0",
"react-scripts": "^0.7.0",
"react-tap-event-plugin": "^2.0.1",
"ssh2": "^0.5.4"
},
"scripts": {
"dev": "set NODE_ENV=development&nf start --procfile Procfile.dev",
"start": "set NODE_ENV=production&nf start",
"server": "set NODE_ENV=development&nf start api=1 --procfile Procfile.dev",
"client": "set NODE_ENV=development&nf start web=1 --procfile Procfile.dev",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
}
}