Skip to content

Commit

Permalink
Remove brunch packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sderickson committed Dec 27, 2017
1 parent 9bc4efd commit 79aaa14
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions package.json
Expand Up @@ -31,7 +31,7 @@
"scripts": {
"start": "node ./index.js",
"test": "./node_modules/.bin/karma start",
"predeploy": "echo Starting deployment--hold onto your butts.; echo Skipping brunch build --production",
"predeploy": "echo Starting deployment--hold onto your butts.; echo Skipping webpack build --production",
"postdeploy": "echo Deployed. Unclench.",
"postinstall": "bower install && webpack",
"webpack": "webpack",
Expand Down Expand Up @@ -67,7 +67,6 @@
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"bootstrap-sass": "3.3.7",
"brunch-static": "^1.2.1",
"chalk": "^1.1.3",
"cheerio": "^0.22.0",
"chunk-splitting-plugin": "^2.4.0",
Expand Down Expand Up @@ -98,7 +97,6 @@
"jquery": "~2.1.0",
"jquery-mousewheel": "~3.1.9",
"jquery.browser": "~0.0.6",
"json-brunch": "^1.5.4",
"json-loader": "^0.5.4",
"jsondiffpatch": "^0.2.3",
"lodash": "^2.4.2",
Expand Down Expand Up @@ -147,19 +145,12 @@
"yamljs": "^0.2.8"
},
"devDependencies": {
"after-brunch": "0.0.5",
"assetsmanager-brunch": "^1.8.1",
"auto-reload-brunch": "^1.8.1",
"bower": "~1.6.4",
"brunch": "^1.8.5",
"bundle-loader": "^0.5.5",
"coffee-script-brunch": "^1.8.3",
"coffeelint-brunch": "^1.7.1",
"commonjs-require-definition": "0.2.0",
"compressible": "~1.0.1",
"copy-webpack-plugin": "^4.0.1",
"country-data": "0.0.24",
"css-brunch": "^1.7.0",
"exports-loader": "^0.6.3",
"faker": "^3.1.0",
"file-loader": "^0.11.2",
Expand All @@ -170,9 +161,7 @@
"imports-loader": "^0.6.5",
"intercom-client": "^2.8.5",
"istanbul": "^0.4.5",
"jade-brunch": "1.7.5",
"jasmine": "2.4.1",
"javascript-brunch": "> 1.0 < 1.8",
"karma": "^1.7.1",
"karma-chrome-launcher": "^0.1.12",
"karma-coffee-preprocessor": "~0.1.2",
Expand All @@ -190,9 +179,7 @@
"pg": "^6.1.2",
"recursive-readdir-sync": "^1.0.6",
"requirejs": "~2.1.10",
"sass-brunch": "https://github.com/basicer/sass-brunch-bleeding/archive/1.9.1-bleeding.tar.gz",
"sass-loader": "^6.0.6",
"telepath-brunch": "https://github.com/nwinter/telepath-brunch/tarball/master",
"webpack-bundle-analyzer": "^2.9.0",
"webpack-livereload-plugin": "https://github.com/codecombat/webpack-livereload-plugin/tarball/master"
},
Expand Down

0 comments on commit 79aaa14

Please sign in to comment.