aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json23
1 files changed, 11 insertions, 12 deletions
diff --git a/package.json b/package.json
index e085cbe..8ae0621 100644
--- a/package.json
+++ b/package.json
@@ -4,21 +4,19 @@
"main": "app.js",
"private": true,
"scripts": {
- "start": "node ./bin/www",
- "setup": "npm install && bower install --allow-root",
- "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",
- "postinstall": "bower install --allow-root"
+ "start": "node ./src/server/bin/www",
+ "setup": "npm install && bower install",
+ "dev": "webpack -wd"
},
"dependencies": {
+ "babel-loader": "^7.1.2",
"bluebird": "^3.4.6",
- "body-parser": "~1.15.1",
+ "body-parser": "^1.16.0",
"browser-request": "^0.3.3",
"cheerio": "^0.22.0",
"compression": "^1.6.2",
"cookie-parser": "~1.4.3",
- "debug": "~2.2.0",
+ "debug": "^2.6.0",
"diacritics": "^1.2.3",
"encoding": "^0.1.12",
"express": "^4.13.4",
@@ -32,16 +30,17 @@
"request": "^2.74.0",
"smoothscroll-polyfill": "^0.3.4",
"spdy": "^3.4.4",
- "then-yield": "0.0.1"
+ "then-yield": "0.0.1",
+ "webshot": "^0.18.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
- "babel-preset-es2016": "^6.16.0",
"babelify": "^7.3.0",
"bower": "^1.7.9",
- "browserify": "^13.1.0",
+ "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",