Updated deps
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
## React FLUX Boilerplate
|
||||
|
||||
Based on the architecture suggestions from Facebook, this boilerplate will help you deal with it. It has included the
|
||||
react-flux-dispatcher and react-flux-store. Read more about FLUX over at [Facebook Flux](http://facebook.github.io/flux/) and I wrote a post about it too: [React JS and FLUX](http://christianalfoni.github.io/javascript/2014/08/20/react-js-and-flux.html).
|
||||
flux-react extension to React JS. Read more about FLUX over at [Facebook Flux](http://facebook.github.io/flux/) and I wrote a post about it too: [React JS and FLUX](http://christianalfoni.github.io/javascript/2014/08/20/react-js-and-flux.html).
|
||||
|
||||
### How to use
|
||||
|
||||
* Clone the repo
|
||||
* Run `npm install`
|
||||
* Open `dev/index.html` or run `python -m SimpleHTTPServer` in the `dev` folder
|
||||
* Open `dev/index.html`, run `python -m SimpleHTTPServer` in the `dev` folder or set up your own server
|
||||
|
||||
### Development
|
||||
* Run `gulp`
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
"browserify": "^5.9.3",
|
||||
"chai": "^1.9.1",
|
||||
"es6-promise": "^1.0.0",
|
||||
"flux-react": "^1.1.2",
|
||||
"flux-react": "^1.3.2",
|
||||
"gulp": "^3.8.7",
|
||||
"gulp-concat": "^2.3.4",
|
||||
"gulp-cssmin": "^0.1.6",
|
||||
@@ -30,8 +30,6 @@
|
||||
"karma-phantomjs-launcher": "^0.1.4",
|
||||
"mocha": "^1.21.4",
|
||||
"react": "^0.11.1",
|
||||
"react-flux-dispatcher": "^1.0.0",
|
||||
"react-flux-store": "^1.0.0",
|
||||
"react-tools": "^0.11.1",
|
||||
"reactify": "^0.14.0",
|
||||
"vinyl-source-stream": "^0.1.1",
|
||||
|
||||
Reference in New Issue
Block a user