aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/package.json b/package.json
index c6052b2..b00ea68 100644
--- a/package.json
+++ b/package.json
@@ -6,11 +6,10 @@
"scripts": {
"start": "node ./bin/www",
"setup": "npm install && bower install",
- "build-dev": "browserify -d -t [ babelify --presets [ es2015 ] ] -e ./public/javascripts/main.js > ./public/javascripts/bundle.js",
- "watch": "watchify -v -d -t [ babelify --presets [ es2015 ] ] -e ./public/javascripts/main.js -o ./public/javascripts/bundle.js",
- "build": "browserify -t [ babelify --presets [ es2015 ] ] -e ./public/javascripts/main.js | uglifyjs -cm > ./public/javascripts/bundle.js"
+ "dev": "webpack -wd"
},
"dependencies": {
+ "babel-loader": "^7.1.2",
"bluebird": "^3.4.6",
"body-parser": "^1.16.0",
"browser-request": "^0.3.3",
@@ -34,12 +33,13 @@
"then-yield": "0.0.1"
},
"devDependencies": {
- "babel-preset-es2015": "^6.22.0",
+ "babel-preset-es2015": "^6.24.1",
"babelify": "^7.3.0",
"bower": "^1.7.9",
"browserify": "^14.0.0",
"gulp": "^3.9.1",
- "watchify": "^3.7.0"
+ "watchify": "^3.7.0",
+ "webpack": "^3.5.6"
},
"author": "Noah Loomans <noahloomans@gmail.com>",
"license": "MIT",