1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-08-09 23:45:31 +02:00

Docker, update readme, update dependencies

This commit is contained in:
Maksim Eltyshev 2019-10-01 04:18:33 +05:00
parent 2398199740
commit adbcb67f03
30 changed files with 1202 additions and 1744 deletions

View file

@ -23,14 +23,11 @@
],
"parser": "babel-eslint"
},
"eslintIgnore": [
"src/service-worker.js"
],
"dependencies": {
"axios": "^0.19.0",
"classnames": "^2.2.6",
"connected-react-router": "^6.5.2",
"date-fns": "^2.3.0",
"date-fns": "^2.4.1",
"dequal": "^1.0.0",
"history": "^4.10.1",
"i18next": "^17.0.16",
@ -38,19 +35,19 @@
"initials": "^3.0.1",
"lodash": "^4.17.15",
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react": "^16.10.1",
"react-beautiful-dnd": "^11.0.5",
"react-datepicker": "^2.9.6",
"react-dom": "^16.9.0",
"react-i18next": "^10.13.0",
"react-dom": "^16.10.1",
"react-i18next": "^10.13.1",
"react-input-mask": "^2.0.4",
"react-redux": "^7.1.1",
"react-router-dom": "^5.1.0",
"react-scripts": "3.1.2",
"react-router-dom": "^5.1.1",
"react-scripts": "3.1.1",
"react-textarea-autosize": "^7.1.0",
"redux": "^4.0.4",
"redux-logger": "^3.0.6",
"redux-orm": "^0.14.0",
"redux-orm": "^0.14.1",
"redux-saga": "^1.1.1",
"reselect": "^4.0.0",
"sails.io.js": "^1.2.1",
@ -60,11 +57,7 @@
"whatwg-fetch": "^3.0.0"
},
"devDependencies": {
"eslint": "^6.4.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"eslint-plugin-react-hooks": "^2.0.1"
"eslint": "6.4.0",
"eslint-config-airbnb": "^18.0.1"
}
}