-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.38 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
{
"name": "nous",
"version": "0.1.0",
"private": true,
"dependencies": {
"babel-plugin-react-css-modules": "^2.7.0",
"js-cookie": "^2.1.4",
"lodash": "^4.17.0",
"moment": "^2.18.1",
"pubnub": "^4.8.0",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"superagent": "^3.5.2"
},
"devDependencies": {
"babel-core": "^6.24.1",
"babel-loader": "^6.4.1",
"babel-plugin-react-transform": "^2.0.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.28.0",
"extract-text-webpack-plugin": "^2.1.0",
"file-loader": "^0.11.1",
"node-sass": "^4.5.2",
"postcss-scss": "^1.0.0",
"react-transform-hmr": "^1.0.4",
"sass-loader": "^6.0.3",
"style-loader": "^0.16.1",
"surge": "^0.19.0",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.2"
},
"scripts": {
"get-modules": "npm install && cd alexa/nous && npm install && cd -",
"webpack": "webpack",
"webpack-dev-server": "webpack-dev-server",
"supervisor": "supervisor",
"build": "webpack -p --config webpack.config.js",
"start": "webpack-dev-server --hot --https --config webpack.config.js",
"surge": "npm run build && cd build && surge --domain nous.surge.sh && cd -"
}
}