|
|
@@ -5,7 +5,9 @@ |
|
|
"main": "index.js",
|
|
|
"scripts": {
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
- "start": "node server/server"
|
|
|
+ "start": "node server/server",
|
|
|
+ "dev": "webpack --progress --colors --watch",
|
|
|
+ "build": "NODE_ENV=production webpack --progress --colors"
|
|
|
},
|
|
|
"keywords": [],
|
|
|
"author": "",
|
|
|
@@ -17,22 +19,23 @@ |
|
|
"socket.io": "^1.4.8"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
- "babel-preset-es2015": "^6.16.0",
|
|
|
+ "babel-core": "^6.18.2",
|
|
|
+ "babel-loader": "^6.2.7",
|
|
|
+ "babel-preset-es2015": "^6.18.0",
|
|
|
"babel-preset-react": "^6.16.0",
|
|
|
- "babelify": "^7.3.0",
|
|
|
- "grunt": "^1.0.1",
|
|
|
- "grunt-autoprefixer": "^3.0.4",
|
|
|
- "grunt-browserify": "^5.0.0",
|
|
|
- "grunt-contrib-cssmin": "^1.0.2",
|
|
|
- "grunt-contrib-uglify": "^2.0.0",
|
|
|
- "grunt-contrib-watch": "^1.0.0",
|
|
|
- "grunt-env": "^0.4.4",
|
|
|
- "grunt-exorcise": "^2.1.1",
|
|
|
- "grunt-sass": "^1.2.1",
|
|
|
+ "clean-webpack-plugin": "^0.1.14",
|
|
|
+ "css-loader": "^0.25.0",
|
|
|
+ "extract-text-webpack-plugin": "^1.0.1",
|
|
|
+ "node-sass": "^3.11.2",
|
|
|
+ "postcss-cssnext": "^2.8.0",
|
|
|
+ "postcss-loader": "^1.1.1",
|
|
|
"react": "^15.3.2",
|
|
|
"react-dom": "^15.3.2",
|
|
|
"react-icons": "^2.2.1",
|
|
|
"react-redux": "^4.4.5",
|
|
|
- "redux": "^3.6.0"
|
|
|
+ "redux": "^3.6.0",
|
|
|
+ "sass-loader": "^4.0.2",
|
|
|
+ "style-loader": "^0.13.1",
|
|
|
+ "webpack": "^1.13.3"
|
|
|
}
|
|
|
}
|
0 comments on commit
e97ca13