-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.4 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
{
"version": "1.0.0",
"license": "MIT",
"private": true,
"scripts": {
"heroku-postbuild": "npm run build",
"build": "webpack -p --env production",
"server": "webpack-dev-server --hot --host 0.0.0.0",
"upgrade": "npm-upgrade check",
"start": "node src/server"
},
"babel": {
"presets": [
"env",
"react",
"stage-0"
]
},
"engines": {
"node": "8.9.1"
},
"dependencies": {
"babel-core": "6.26.0",
"babel-loader": "7.1.2",
"babel-preset-env": "1.6.1",
"babel-preset-react": "6.24.1",
"babel-preset-stage-0": "6.24.1",
"baobab": "2.5.0",
"bluebird": "3.5.1",
"css-loader": "0.28.7",
"express": "4.16.2",
"extract-text-webpack-plugin": "3.0.2",
"flexboxgrid": "6.3.1",
"html-webpack-plugin": "2.30.1",
"i18next": "10.0.7",
"i18next-xhr-backend": "1.5.0",
"inferno-compat": "3.10.1",
"lodash.merge": "4.6.0",
"lodash.throttle": "4.1.1",
"lodash.uniqby": "4.7.0",
"moment": "2.19.1",
"morgan": "1.9.0",
"npm-upgrade": "1.2.0",
"primer-alerts": "1.0.2",
"primer-buttons": "0.3.1",
"primer-navigation": "1.4.1",
"react-router": "3.2.0",
"regenerator-runtime": "0.11.0",
"request": "2.83.0",
"style-loader": "0.19.0",
"stylus": "0.54.5",
"stylus-loader": "3.0.1",
"superagent": "3.8.0",
"webpack": "3.8.1",
"webpack-dev-server": "2.9.4"
}
}