Skip to content

Commit

Permalink
migrate to webpackman
Browse files Browse the repository at this point in the history
  • Loading branch information
ewnd9 committed Feb 15, 2016
1 parent b86a3a2 commit 960587f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 96 deletions.
16 changes: 4 additions & 12 deletions package.json
Expand Up @@ -6,11 +6,12 @@
"bin": "cli.js",
"scripts": {
"start": "npm-run-all --parallel start:frontend start:backend",
"start:frontend": "webpack-dev-server --hot --inline",
"start:frontend": "wserve --x-entry frontend/app.js --x-html frontend/index.html --x-dist public",
"start:backend": "npm-run-all --parallel build:backend:watch start:nodemon",
"start:nodemon": "nodemon --watch lib app.js",
"build:backend": "babel -s -d lib src",
"build:backend:watch": "babel --watch -s -d lib src",
"build:frontend": "rm -rf public/* && NODE_ENV=production wbuild --x-entry frontend/app.js --x-html frontend/index.html --x-dist public",
"style": "eslint src/ frontend/",
"test": "ava ./test/*.js",
"test:watch": "nodemon test/*.js --exec ava"
Expand Down Expand Up @@ -54,25 +55,21 @@
},
"devDependencies": {
"alertify.js": "^1.0.8",
"autoprefixer": "^6.2.3",
"ava": "^0.9.1",
"babel-cli": "^6.4.0",
"babel-core": "^6.4.0",
"babel-eslint": "^5.0.0-beta9",
"babel-loader": "^6.2.1",
"babel-plugin-transform-runtime": "^6.4.0",
"babel-polyfill": "^6.5.0",
"babel-preset-es2015": "^6.3.13",
"babel-preset-react": "^6.3.13",
"babel-preset-react-hmre": "^1.1.0",
"babel-preset-stage-0": "^6.3.13",
"bootstrap": "^3.3.6",
"chai": "^3.2.0",
"classnames": "^2.2.3",
"css-loader": "^0.23.0",
"eslint": "^1.10.3",
"eslint-plugin-react": "^3.14.0",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.8.5",
"got": "^6.0.1",
"isomorphic-fetch": "^2.2.0",
"mocha": "^2.2.5",
Expand All @@ -82,9 +79,7 @@
"node-notifier": "^4.4.0",
"nodemon": "^1.8.1",
"npm-run-all": "^1.4.0",
"postcss-loader": "^0.8.0",
"pre-commit": "^1.1.2",
"precss": "^1.4.0",
"proxyquire": "^1.7.3",
"react": "^0.14.4",
"react-dom": "^0.14.4",
Expand All @@ -95,10 +90,7 @@
"script-loader": "^0.6.1",
"sinon": "^1.17.2",
"socket.io-client": "^1.4.2",
"style-loader": "^0.13.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.9",
"webpack-dev-server": "^1.14.0"
"webpackman": "^0.1.0"
},
"pre-commit": [
"style"
Expand Down
84 changes: 0 additions & 84 deletions webpack.config.js

This file was deleted.

0 comments on commit 960587f

Please sign in to comment.