Updated with latest version of react boilerplate

This commit is contained in:
Christian Alfoni
2014-11-10 21:15:14 +01:00
parent e2c81b975b
commit e160286d01
44 changed files with 32386 additions and 4168 deletions

View File

@@ -1,35 +1,31 @@
{
"name": "flux-react-boilerplate",
"version": "2.0.0",
"description": "React flux architecture boilerplate",
"main": "gulp",
"scripts": {
"test": "./node_modules/karma/bin/karma start karma.conf.js"
},
"version": "3.0.0",
"description": "React application boilerplate",
"author": "Christian Alfoni",
"license": "ISC",
"devDependencies": {
"browserify": "^5.9.3",
"chai": "^1.9.1",
"flux-react": "^2.1.0",
"gulp": "^3.8.7",
"browserify": "^6.2.0",
"glob": "^4.0.6",
"gulp": "^3.8.9",
"gulp-concat": "^2.3.4",
"gulp-cssmin": "^0.1.6",
"gulp-if": "^1.2.4",
"gulp-livereload": "^2.1.0",
"gulp-livereload": "^2.1.1",
"gulp-notify": "^1.4.2",
"gulp-shell": "^0.2.10",
"gulp-streamify": "0.0.5",
"gulp-uglify": "^0.3.1",
"gulp-util": "^3.0.0",
"react": "^0.11.1",
"reactify": "^0.14.0",
"gulp-jasmine2-phantomjs": "^0.1.1",
"gulp-shell": "^0.2.10",
"phantomjs": "^1.9.12",
"react-addons": "^0.9.0",
"reactify": "^0.15.2",
"vinyl-source-stream": "^0.1.1",
"watchify": "^1.0.2",
"karma": "^0.12.21",
"karma-bro": "^0.6.2",
"karma-chrome-launcher": "^0.1.4",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.7",
"karma-phantomjs-launcher": "^0.1.4",
"mocha": "^1.21.4"
"watchify": "^2.1.1"
},
"dependencies": {
"flux-react": "^2.4.1",
"react": "^0.12.0"
}
}