webpack - various ameliorations
This commit is contained in:
39
package.json
39
package.json
@@ -18,10 +18,10 @@
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
"build:production": "webpack -p",
|
||||
"build": "webpack -d",
|
||||
"watch": "node watch.js",
|
||||
"lint": "eslint -c .eslintrc assets/scripts",
|
||||
"build:production": "webpack -p --progress --release",
|
||||
"build": "webpack -d --progress",
|
||||
"watch": "node watch.js --watch",
|
||||
"lint": "eslint -c .eslintrc assets/scripts watch.js webpack.config.js",
|
||||
"install": "composer install"
|
||||
},
|
||||
"engines": {
|
||||
@@ -29,39 +29,42 @@
|
||||
"npm": ">=2.1.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
"assets-webpack-plugin": "^3.3.0",
|
||||
"assets-webpack-plugin": "^3.4.0",
|
||||
"autoprefixer": "^6.1.0",
|
||||
"babel-cli": "^6.1.18",
|
||||
"babel-core": "^6.1.20",
|
||||
"babel-eslint": "^5.0.0",
|
||||
"babel-loader": "^6.1.0",
|
||||
"babel-cli": "^6.6.5",
|
||||
"babel-core": "^6.7.4",
|
||||
"babel-eslint": "^6.0.0",
|
||||
"babel-loader": "^6.2.4",
|
||||
"babel-preset-es2015": "^6.1.18",
|
||||
"babel-register": "^6.5.2",
|
||||
"body-parser": "^1.14.1",
|
||||
"browser-sync": "^2.11.1",
|
||||
"clean-webpack-plugin": "^0.1.3",
|
||||
"css-loader": "^0.22.0",
|
||||
"browser-sync": "^2.11.2",
|
||||
"clean-webpack-plugin": "^0.1.8",
|
||||
"css-loader": "^0.23.1",
|
||||
"cssnano": "^3.5.2",
|
||||
"eslint": "^1.9.0",
|
||||
"eslint-config-airbnb": "^1.0.0",
|
||||
"eslint": "^2.5.1",
|
||||
"eslint-config-airbnb": "^6.2.0",
|
||||
"eslint-loader": "^1.3.0",
|
||||
"extract-text-webpack-plugin": "^0.9.1",
|
||||
"eslint-plugin-react": "^4.2.3",
|
||||
"extract-text-webpack-plugin": "^1.0.1",
|
||||
"file-loader": "^0.8.5",
|
||||
"image-webpack-loader": "^1.6.3",
|
||||
"imagemin-pngcrush": "^4.1.0",
|
||||
"imports-loader": "^0.6.5",
|
||||
"minimist": "^1.2.0",
|
||||
"monkey-hot-loader": "0.0.3",
|
||||
"node-sass": "^3.4.2",
|
||||
"optimize-css-assets-webpack-plugin": "^1.3.0",
|
||||
"postcss": "^5.0.18",
|
||||
"postcss-loader": "^0.8.0",
|
||||
"qs": "^6.1.0",
|
||||
"resolve-url-loader": "^1.4.3",
|
||||
"sass-loader": "^3.1.1",
|
||||
"style-loader": "^0.13.0",
|
||||
"url-loader": "^0.5.7",
|
||||
"webpack": "^1.12.4",
|
||||
"webpack-dev-middleware": "^1.2.0",
|
||||
"webpack-hot-middleware": "^2.5.0"
|
||||
"webpack": "^1.12.14",
|
||||
"webpack-dev-middleware": "^1.6",
|
||||
"webpack-hot-middleware": "^2.10.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"babel-runtime": "^6.5.0",
|
||||
|
||||
Reference in New Issue
Block a user