mirror of
https://github.com/react-webpack-generators/generator-react-webpack.git
synced 2025-12-08 18:01:59 +00:00
Updated react, grunt and web pack. Removed jsx-loader pulling from github.
Signed-off-by: Simon Bailey <simon@newtriks.com>
This commit is contained in:
parent
10fbac95fc
commit
73a21873ee
@ -7,16 +7,16 @@
|
||||
"mainInput": "<%= scriptAppName %>",
|
||||
"mainOutput": "main",
|
||||
"dependencies": {
|
||||
"react": "~0.8.0"
|
||||
"react": "~0.10.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "~0.4.2",
|
||||
"grunt": "~0.4.4",
|
||||
"load-grunt-tasks": "~0.2.1",
|
||||
"grunt-contrib-watch": "~0.5.3",
|
||||
"grunt-contrib-connect": "~0.6.0",
|
||||
"connect-livereload": "~0.3.1",
|
||||
"webpack": "~1.0.0-beta4",
|
||||
"jsx-loader": "petehunt/jsx-loader",
|
||||
"webpack": "~1.1.2",
|
||||
"jsx-loader": "~0.9.0",
|
||||
"grunt-webpack": "~1.0.0",
|
||||
"style-loader": "~0.6.0",
|
||||
"url-loader": "~0.5.2",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user