New boilerplate
This commit is contained in:
19
package.json
19
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "flux-react-boilerplate",
|
||||
"version": "1.0.0",
|
||||
"version": "2.0.0",
|
||||
"description": "React flux architecture boilerplate",
|
||||
"main": "gulp",
|
||||
"scripts": {
|
||||
@@ -11,28 +11,25 @@
|
||||
"devDependencies": {
|
||||
"browserify": "^5.9.3",
|
||||
"chai": "^1.9.1",
|
||||
"es6-promise": "^1.0.0",
|
||||
"flux-react": "^1.3.2",
|
||||
"flux-react": "^2.1.0",
|
||||
"gulp": "^3.8.7",
|
||||
"gulp-concat": "^2.3.4",
|
||||
"gulp-cssmin": "^0.1.6",
|
||||
"gulp-if": "^1.2.4",
|
||||
"gulp-livereload": "^2.1.0",
|
||||
"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",
|
||||
"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",
|
||||
"react": "^0.11.1",
|
||||
"react-tools": "^0.11.1",
|
||||
"reactify": "^0.14.0",
|
||||
"vinyl-source-stream": "^0.1.1",
|
||||
"watchify": "^1.0.2"
|
||||
"mocha": "^1.21.4"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user