Updated deps

This commit is contained in:
Christian Alfoni
2014-08-27 14:25:38 +02:00
parent d4fd322df6
commit c82f8a09fd
2 changed files with 3 additions and 5 deletions

View File

@@ -1,13 +1,13 @@
## React FLUX Boilerplate ## React FLUX Boilerplate
Based on the architecture suggestions from Facebook, this boilerplate will help you deal with it. It has included the 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 ### How to use
* Clone the repo * Clone the repo
* Run `npm install` * 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 ### Development
* Run `gulp` * Run `gulp`

View File

@@ -12,7 +12,7 @@
"browserify": "^5.9.3", "browserify": "^5.9.3",
"chai": "^1.9.1", "chai": "^1.9.1",
"es6-promise": "^1.0.0", "es6-promise": "^1.0.0",
"flux-react": "^1.1.2", "flux-react": "^1.3.2",
"gulp": "^3.8.7", "gulp": "^3.8.7",
"gulp-concat": "^2.3.4", "gulp-concat": "^2.3.4",
"gulp-cssmin": "^0.1.6", "gulp-cssmin": "^0.1.6",
@@ -30,8 +30,6 @@
"karma-phantomjs-launcher": "^0.1.4", "karma-phantomjs-launcher": "^0.1.4",
"mocha": "^1.21.4", "mocha": "^1.21.4",
"react": "^0.11.1", "react": "^0.11.1",
"react-flux-dispatcher": "^1.0.0",
"react-flux-store": "^1.0.0",
"react-tools": "^0.11.1", "react-tools": "^0.11.1",
"reactify": "^0.14.0", "reactify": "^0.14.0",
"vinyl-source-stream": "^0.1.1", "vinyl-source-stream": "^0.1.1",