Update package.json

This commit is contained in:
Alexey Safronov 2019-07-05 12:26:05 +03:00
parent 37a3cce40c
commit f2b6daf6e6

View File

@ -3,17 +3,32 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"dependencies": { "dependencies": {
"bootstrap": "^4.3.1", "asc-web-components": "file:../../../web/ASC.Web.Components/",
"axios": "^0.19.0",
"bootstrap": "4.3.1",
"connected-react-router": "6.5.0",
"history": "4.9.0",
"i18next": "17.0.6",
"i18next-browser-languagedetector": "3.0.1",
"i18next-xhr-backend": "3.0.0",
"jquery": "3.4.1", "jquery": "3.4.1",
"merge": "^1.2.1", "merge": "^1.2.1",
"oidc-client": "^1.7.1", "node-sass": "^4.12.0",
"oidc-client": "^1.8.2",
"prop-types": "^15.7.2",
"react": "^16.8.6", "react": "^16.8.6",
"react-dom": "^16.8.6", "react-dom": "^16.8.6",
"react-router-bootstrap": "^0.25.0", "react-i18next": "10.11.3",
"react-router-dom": "^5.0.0", "react-redux": "7.1.0",
"react-scripts": "^3.0.1", "react-router": "5.0.1",
"reactstrap": "^8.0.0", "react-router-dom": "5.0.1",
"rimraf": "^2.6.3" "react-scripts": "3.0.1",
"reactstrap": "8.0.0",
"redux": "4.0.1",
"redux-thunk": "2.3.0",
"universal-cookie": "^4.0.0",
"lodash": "4.17.11",
"lodash-es": "4.17.11"
}, },
"devDependencies": { "devDependencies": {
"ajv": "^6.10.0", "ajv": "^6.10.0",
@ -21,10 +36,12 @@
"cross-env": "^5.2.0", "cross-env": "^5.2.0",
"eslint": "^5.16.0", "eslint": "^5.16.0",
"eslint-config-react-app": "^4.0.1", "eslint-config-react-app": "^4.0.1",
"eslint-plugin-flowtype": "^3.9.0", "eslint-plugin-flowtype": "^3.11.1",
"eslint-plugin-import": "^2.17.2", "eslint-plugin-import": "^2.18.0",
"eslint-plugin-jsx-a11y": "^6.2.1", "eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.13.0" "eslint-plugin-react": "^7.14.2",
"redux-devtools-extension": "^2.13.8",
"rimraf": "2.6.3"
}, },
"eslintConfig": { "eslintConfig": {
"extends": "react-app" "extends": "react-app"