summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--package.json8
1 files changed, 2 insertions, 6 deletions
diff --git a/package.json b/package.json
index c3b71f1c..5203e54b 100644
--- a/package.json
+++ b/package.json
@@ -5,9 +5,8 @@
"main": "app.js",
"license": "MIT",
"scripts": {
- "dev": "webpack --config webpack.config.js --progress --colors --watch & nodemon --delay 1 app.js",
- "build": "webpack --config webpack.production.js --progress --colors",
- "assets:install": "bower install",
+ "build:dev": "webpack --config webpack.config.js --progress --colors --watch",
+ "build:prod": "webpack --config webpack.production.js --progress --colors",
"postinstall": "bin/heroku",
"start": "node app.js"
},
@@ -142,8 +141,6 @@
"devDependencies": {
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
- "bower": "^1.7.9",
- "bower-webpack-plugin": "^0.1.9",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.25.0",
"ejs-loader": "^0.3.0",
@@ -156,7 +153,6 @@
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
- "nodemon": "^1.11.0",
"optimize-css-assets-webpack-plugin": "^1.3.0",
"script-loader": "^0.7.0",
"style-loader": "^0.13.1",