mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 20:59:44 +02:00
71 lines
1.7 KiB
JSON
71 lines
1.7 KiB
JSON
|
{
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"build": "react-scripts build",
|
||
|
"eject": "react-scripts eject",
|
||
|
"lint": "eslint src",
|
||
|
"start": "react-scripts start",
|
||
|
"test": "react-scripts test"
|
||
|
},
|
||
|
"browserslist": [
|
||
|
">0.2%",
|
||
|
"not dead",
|
||
|
"not ie <= 11",
|
||
|
"not op_mini all"
|
||
|
],
|
||
|
"eslintConfig": {
|
||
|
"env": {
|
||
|
"browser": true
|
||
|
},
|
||
|
"extends": [
|
||
|
"airbnb",
|
||
|
"airbnb/hooks"
|
||
|
],
|
||
|
"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.0.1",
|
||
|
"dequal": "^1.0.0",
|
||
|
"history": "^4.9.0",
|
||
|
"i18next": "^17.0.13",
|
||
|
"i18next-browser-languagedetector": "^3.0.3",
|
||
|
"initials": "^3.0.1",
|
||
|
"lodash": "^4.17.15",
|
||
|
"prop-types": "^15.7.2",
|
||
|
"react": "^16.9.0",
|
||
|
"react-beautiful-dnd": "^11.0.5",
|
||
|
"react-datepicker": "^2.9.3",
|
||
|
"react-dom": "^16.9.0",
|
||
|
"react-i18next": "^10.12.2",
|
||
|
"react-input-mask": "^2.0.4",
|
||
|
"react-redux": "^7.1.1",
|
||
|
"react-router-dom": "^5.0.1",
|
||
|
"react-scripts": "3.1.1",
|
||
|
"react-textarea-autosize": "^7.1.0",
|
||
|
"redux": "^4.0.4",
|
||
|
"redux-logger": "^3.0.6",
|
||
|
"redux-orm": "^0.13.3",
|
||
|
"redux-saga": "^1.0.5",
|
||
|
"reselect": "^4.0.0",
|
||
|
"sails.io.js": "^1.2.1",
|
||
|
"semantic-ui-react": "^0.88.0",
|
||
|
"socket.io-client": "^2.2.0",
|
||
|
"validator": "^11.1.0",
|
||
|
"whatwg-fetch": "^3.0.0"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"eslint": "^6.2.2",
|
||
|
"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"
|
||
|
}
|
||
|
}
|