mirror of
https://github.com/zoriya/flood.git
synced 2026-05-31 10:22:44 +00:00
Update dependencies
This commit is contained in:
@@ -7,7 +7,6 @@ const HtmlWebpackPlugin = require('html-webpack-plugin');
|
||||
const ExtractTextPlugin = require('extract-text-webpack-plugin');
|
||||
const ManifestPlugin = require('webpack-manifest-plugin');
|
||||
const InterpolateHtmlPlugin = require('react-dev-utils/InterpolateHtmlPlugin');
|
||||
const SWPrecacheWebpackPlugin = require('sw-precache-webpack-plugin');
|
||||
const eslintFormatter = require('react-dev-utils/eslintFormatter');
|
||||
const ModuleScopePlugin = require('react-dev-utils/ModuleScopePlugin');
|
||||
const paths = require('./paths');
|
||||
|
||||
Generated
+2426
-2303
File diff suppressed because it is too large
Load Diff
+47
-50
@@ -15,20 +15,50 @@
|
||||
"start:development:client": "node client/scripts/start.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"archiver": "^1.3.0",
|
||||
"archiver": "^2.0.0",
|
||||
"autoprefixer": "^7.1.2",
|
||||
"axios": "^0.16.2",
|
||||
"babel-core": "6.25.0",
|
||||
"babel-eslint": "7.2.3",
|
||||
"babel-loader": "^7.1.1",
|
||||
"babel-plugin-transform-react-jsx": "^6.8.0",
|
||||
"babel-plugin-transform-runtime": "^6.15.0",
|
||||
"babel-polyfill": "^6.9.1",
|
||||
"babel-preset-es2015": "^6.18.0",
|
||||
"babel-preset-react-app": "^3.0.1",
|
||||
"babel-preset-stage-2": "^6.18.0",
|
||||
"babel-runtime": "^6.25.0",
|
||||
"bcrypt-nodejs": "0.0.3",
|
||||
"body-parser": "^1.12.4",
|
||||
"case-sensitive-paths-webpack-plugin": "2.1.1",
|
||||
"chalk": "^2.0.1",
|
||||
"classnames": "^2.1.5",
|
||||
"clipboard": "^1.5.15",
|
||||
"compression": "^1.6.1",
|
||||
"cookie-parser": "^1.4.3",
|
||||
"css-loader": "0.28.4",
|
||||
"d3": "^3.5.6",
|
||||
"debug": "^2.2.0",
|
||||
"deep-equal": "^1.0.1",
|
||||
"envify": "^4.0.0",
|
||||
"events": "^1.1.0",
|
||||
"express": "^4.14.0",
|
||||
"feedsub": "^0.3.0",
|
||||
"extract-text-webpack-plugin": "^3.0.0",
|
||||
"feedsub": "^0.4.0",
|
||||
"file-loader": "0.11.2",
|
||||
"flux": "^3.1.0",
|
||||
"fs-extra": "^4.0.1",
|
||||
"geoip-country-only": "^1.1.8",
|
||||
"html-webpack-plugin": "^2.30.1",
|
||||
"inuit-box-sizing": "^0.2.0",
|
||||
"inuit-defaults": "^0.2.3",
|
||||
"inuit-functions": "^0.2.0",
|
||||
"inuit-mixins": "^0.2.3",
|
||||
"inuit-normalize": "^4.1.1",
|
||||
"inuit-page": "^0.2.1",
|
||||
"inuit-reset": "^0.1.1",
|
||||
"jsonwebtoken": "^7.0.1",
|
||||
"jsx-loader": "^0.13.2",
|
||||
"lodash": "^4.3.0",
|
||||
"mkdirp": "^0.5.1",
|
||||
"moment": "^2.14.1",
|
||||
@@ -37,11 +67,15 @@
|
||||
"mv": "^2.1.1",
|
||||
"nedb": "^1.7.2",
|
||||
"node-sass": "^4.5.3",
|
||||
"object-assign": "4.1.1",
|
||||
"ospath": "^1.2.2",
|
||||
"passport": "^0.3.2",
|
||||
"passport-jwt": "^2.1.0",
|
||||
"pug": "^2.0.0-beta3",
|
||||
"react-document-title": "^2.0.3",
|
||||
"postcss-flexbugs-fixes": "^3.2.0",
|
||||
"postcss-loader": "2.0.6",
|
||||
"promise": "^8.0.1",
|
||||
"react": "^15.6.1",
|
||||
"react-addons-create-fragment": "^15.6.0",
|
||||
"react-addons-css-transition-group": "^15.6.0",
|
||||
@@ -56,65 +90,28 @@
|
||||
"react-router": "^3.0.0",
|
||||
"rimraf": "^2.6.1",
|
||||
"sass-loader": "^6.0.6",
|
||||
"serve-favicon": "^2.3.0",
|
||||
"spdy": "^3.4.7",
|
||||
"style-loader": "0.18.2",
|
||||
"transform-loader": "^0.2.3",
|
||||
"url-loader": "0.5.9",
|
||||
"webpack": "^3.4.1",
|
||||
"xmlrpc": "^1.3.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "7.1.1",
|
||||
"axios": "^0.15.3",
|
||||
"babel": "^6.5.2",
|
||||
"babel-core": "6.25.0",
|
||||
"babel-eslint": "7.2.3",
|
||||
"babel-jest": "20.0.3",
|
||||
"babel-loader": "7.0.0",
|
||||
"babel-plugin-transform-react-jsx": "^6.8.0",
|
||||
"babel-plugin-transform-runtime": "^6.15.0",
|
||||
"babel-polyfill": "^6.9.1",
|
||||
"babel-preset-es2015": "^6.18.0",
|
||||
"babel-preset-react-app": "^3.0.1",
|
||||
"babel-preset-stage-2": "^6.18.0",
|
||||
"babel-runtime": "6.23.0",
|
||||
"case-sensitive-paths-webpack-plugin": "2.1.1",
|
||||
"chalk": "1.1.3",
|
||||
"classnames": "^2.1.5",
|
||||
"css-loader": "0.28.4",
|
||||
"envify": "^4.0.0",
|
||||
"eslint": "3.19.0",
|
||||
"eslint-config-airbnb": "^14.1.0",
|
||||
"eslint-config-airbnb": "^15.1.0",
|
||||
"eslint-config-react-app": "^1.0.5",
|
||||
"eslint-loader": "1.7.1",
|
||||
"eslint-plugin-flowtype": "2.34.0",
|
||||
"eslint-plugin-import": "2.2.0",
|
||||
"eslint-plugin-jsx-a11y": "5.0.3",
|
||||
"eslint-plugin-import": "^2.7.0",
|
||||
"eslint-plugin-jsx-a11y": "^5.1.1",
|
||||
"eslint-plugin-react": "7.1.0",
|
||||
"extract-text-webpack-plugin": "2.1.2",
|
||||
"file-loader": "0.11.2",
|
||||
"flux": "^3.1.0",
|
||||
"fs-extra": "3.0.1",
|
||||
"html-webpack-plugin": "2.29.0",
|
||||
"inuit-box-sizing": "^0.2.0",
|
||||
"inuit-defaults": "^0.2.3",
|
||||
"inuit-functions": "^0.2.0",
|
||||
"inuit-mixins": "^0.2.3",
|
||||
"inuit-normalize": "^4.1.1",
|
||||
"inuit-page": "^0.2.1",
|
||||
"inuit-reset": "^0.1.1",
|
||||
"jest": "20.0.4",
|
||||
"jsx-loader": "^0.13.2",
|
||||
"nodemon": "^1.8.1",
|
||||
"object-assign": "4.1.1",
|
||||
"postcss-flexbugs-fixes": "3.0.0",
|
||||
"postcss-loader": "2.0.6",
|
||||
"promise": "7.1.1",
|
||||
"source-map-loader": "^0.1.5",
|
||||
"style-loader": "0.18.2",
|
||||
"sw-precache-webpack-plugin": "0.11.3",
|
||||
"transform-loader": "^0.2.3",
|
||||
"url-loader": "0.5.9",
|
||||
"webpack": "2.6.1",
|
||||
"webpack-dev-server": "2.5.0",
|
||||
"webpack-manifest-plugin": "1.1.0"
|
||||
"source-map-loader": "^0.2.1",
|
||||
"webpack-dev-server": "^2.6.1",
|
||||
"webpack-manifest-plugin": "^1.2.1"
|
||||
},
|
||||
"babel": {
|
||||
"presets": [
|
||||
@@ -126,6 +123,6 @@
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=7.0.0",
|
||||
"npm" : "~5.3.0"
|
||||
"npm": "~5.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user