mirror of
https://github.com/mgerb/react-starter
synced 2026-01-09 08:32:48 +00:00
package updates
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"description": "A seed for a simple react application",
|
||||
"scripts": {
|
||||
"build": "webpack -p --progress --colors",
|
||||
"dev": "webpack-dev-server --inline --hot --history-api-fallback"
|
||||
"dev": "webpack-dev-server --inline --hot --history-api-fallback",
|
||||
"c9": "webpack-dev-server --host 0.0.0.0 --port 8080 --inline --hot --history-api-fallback"
|
||||
},
|
||||
"author": "Mitchell Gerber",
|
||||
"license": "MIT",
|
||||
@@ -19,7 +20,7 @@
|
||||
"css-loader": "^0.26.1",
|
||||
"eslint": "^3.12.2",
|
||||
"eslint-plugin-react": "^6.8.0",
|
||||
"extract-text-webpack-plugin": "2.0.0-beta.4",
|
||||
"extract-text-webpack-plugin": "2.0.0-rc.1",
|
||||
"html-webpack-plugin": "^2.24.1",
|
||||
"node-sass": "^4.1.1",
|
||||
"postcss-loader": "^1.2.1",
|
||||
@@ -28,7 +29,7 @@
|
||||
"react-router": "^3.0.0",
|
||||
"sass-loader": "^4.1.1",
|
||||
"style-loader": "^0.13.1",
|
||||
"webpack": "2.2.0-rc.3",
|
||||
"webpack-dev-server": "2.2.0-rc.0"
|
||||
"webpack": "2.2.1",
|
||||
"webpack-dev-server": "2.2.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user