mirror of
https://github.com/zoriya/flood.git
synced 2026-06-24 10:03:00 +00:00
69 lines
1.8 KiB
JSON
69 lines
1.8 KiB
JSON
{
|
|
"name": "flood",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"livereload": "NODE_ENV='development' ./node_modules/.bin/gulp livereload",
|
|
"start": "nodemon ./server/bin/www"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^0.7.0",
|
|
"body-parser": "~1.12.0",
|
|
"classnames": "^2.1.5",
|
|
"cookie-parser": "~1.3.4",
|
|
"d3": "^3.5.6",
|
|
"debug": "~2.1.1",
|
|
"es6-promise": "^2.0.1",
|
|
"express": "~4.12.2",
|
|
"inuit-box-sizing": "^0.2.0",
|
|
"inuit-defaults": "^0.2.3",
|
|
"inuit-functions": "^0.2.0",
|
|
"inuit-mixins": "^0.2.3",
|
|
"inuit-normalize": "^3.0.3",
|
|
"inuit-page": "^0.2.1",
|
|
"inuit-reset": "^0.1.1",
|
|
"isomorphic-fetch": "^2.1.1",
|
|
"jade": "~1.9.2",
|
|
"keymirror": "^0.1.1",
|
|
"lodash": "^3.10.1",
|
|
"morgan": "~1.5.1",
|
|
"object-assign": "^2.0.0",
|
|
"q": "^1.2.0",
|
|
"react": "^0.14.3",
|
|
"react-addons-css-transition-group": "^0.14.3",
|
|
"react-dom": "^0.14.3",
|
|
"react-redux": "^4.0.0",
|
|
"redux": "^3.0.4",
|
|
"redux-thunk": "^1.0.0",
|
|
"reselect": "^2.0.1",
|
|
"sax": "^0.6.1",
|
|
"serve-favicon": "~2.2.0",
|
|
"xmlbuilder": "^2.6.2",
|
|
"xmlrpc": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"babel": "^5.8.23",
|
|
"babel-core": "^5.8.25",
|
|
"babel-loader": "^5.3.2",
|
|
"browser-sync": "^2.10.0",
|
|
"envify": "^3.4.0",
|
|
"gulp": "^3.9.0",
|
|
"gulp-autoprefixer": "^3.0.2",
|
|
"gulp-eslint": "^1.0.0",
|
|
"gulp-if": "^2.0.0",
|
|
"gulp-imagemin": "^2.3.0",
|
|
"gulp-minify-css": "^1.2.1",
|
|
"gulp-notify": "^2.2.0",
|
|
"gulp-sass": "^2.0.4",
|
|
"gulp-sourcemaps": "^1.6.0",
|
|
"gulp-svgmin": "^1.2.0",
|
|
"gulp-uglify": "^1.4.1",
|
|
"gulp-util": "^3.0.6",
|
|
"gulp-watch": "^4.3.5",
|
|
"jsx-loader": "^0.13.2",
|
|
"source-map-loader": "^0.1.5",
|
|
"transform-loader": "^0.2.3",
|
|
"webpack": "^1.12.2"
|
|
}
|
|
}
|