With updated deps
This commit is contained in:
40
package.json
Executable file
40
package.json
Executable file
@@ -0,0 +1,40 @@
|
||||
{
|
||||
"name": "flux-react-boilerplate",
|
||||
"version": "1.0.0",
|
||||
"description": "React flux architecture boilerplate",
|
||||
"main": "gulp",
|
||||
"scripts": {
|
||||
"test": "./node_modules/karma/bin/karma start karma.conf.js"
|
||||
},
|
||||
"author": "Christian Alfoni",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"browserify": "^5.9.3",
|
||||
"chai": "^1.9.1",
|
||||
"es6-promise": "^1.0.0",
|
||||
"flux-react": "^1.1.2",
|
||||
"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-streamify": "0.0.5",
|
||||
"gulp-uglify": "^0.3.1",
|
||||
"gulp-util": "^3.0.0",
|
||||
"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-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",
|
||||
"watchify": "^1.0.2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user