2019-08-31 04:07:25 +05:00
|
|
|
{
|
2019-10-03 20:07:41 +05:00
|
|
|
"name": "planka-client",
|
2019-08-31 04:07:25 +05:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"build": "react-scripts build",
|
|
|
|
"eject": "react-scripts eject",
|
2019-10-01 18:33:52 +05:00
|
|
|
"lint": "eslint --ext js,jsx src",
|
2019-08-31 04:07:25 +05:00
|
|
|
"start": "react-scripts start",
|
|
|
|
"test": "react-scripts test"
|
|
|
|
},
|
2019-10-03 20:07:41 +05:00
|
|
|
"browserslist": {
|
|
|
|
"production": [
|
|
|
|
">0.2%",
|
|
|
|
"not dead",
|
|
|
|
"not op_mini all"
|
|
|
|
],
|
|
|
|
"development": [
|
|
|
|
"last 1 chrome version",
|
|
|
|
"last 1 firefox version",
|
|
|
|
"last 1 safari version"
|
|
|
|
]
|
|
|
|
},
|
2019-08-31 04:07:25 +05:00
|
|
|
"eslintConfig": {
|
|
|
|
"env": {
|
|
|
|
"browser": true
|
|
|
|
},
|
|
|
|
"extends": [
|
|
|
|
"airbnb",
|
|
|
|
"airbnb/hooks"
|
|
|
|
],
|
|
|
|
"parser": "babel-eslint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"axios": "^0.19.0",
|
|
|
|
"classnames": "^2.2.6",
|
|
|
|
"connected-react-router": "^6.5.2",
|
2019-10-01 04:18:33 +05:00
|
|
|
"date-fns": "^2.4.1",
|
2019-08-31 04:07:25 +05:00
|
|
|
"dequal": "^1.0.0",
|
2019-09-25 02:26:31 +05:00
|
|
|
"history": "^4.10.1",
|
2019-10-13 07:50:45 +05:00
|
|
|
"i18next": "^17.2.0",
|
2019-10-07 21:59:29 +05:00
|
|
|
"i18next-browser-languagedetector": "^4.0.0",
|
2019-08-31 04:07:25 +05:00
|
|
|
"initials": "^3.0.1",
|
|
|
|
"lodash": "^4.17.15",
|
|
|
|
"prop-types": "^15.7.2",
|
2019-10-05 06:12:36 +05:00
|
|
|
"react": "^16.10.2",
|
2019-08-31 04:07:25 +05:00
|
|
|
"react-beautiful-dnd": "^11.0.5",
|
2019-09-09 01:40:06 +05:00
|
|
|
"react-datepicker": "^2.9.6",
|
2019-10-05 06:12:36 +05:00
|
|
|
"react-dom": "^16.10.2",
|
2019-10-01 04:18:33 +05:00
|
|
|
"react-i18next": "^10.13.1",
|
2019-08-31 04:07:25 +05:00
|
|
|
"react-input-mask": "^2.0.4",
|
2019-10-03 03:02:46 +05:00
|
|
|
"react-markdown": "^4.2.2",
|
2019-08-31 04:07:25 +05:00
|
|
|
"react-redux": "^7.1.1",
|
2019-10-01 18:33:52 +05:00
|
|
|
"react-router-dom": "^5.1.2",
|
2019-10-03 20:07:41 +05:00
|
|
|
"react-scripts": "3.2.0",
|
2019-08-31 04:07:25 +05:00
|
|
|
"react-textarea-autosize": "^7.1.0",
|
|
|
|
"redux": "^4.0.4",
|
|
|
|
"redux-logger": "^3.0.6",
|
2019-10-01 04:18:33 +05:00
|
|
|
"redux-orm": "^0.14.1",
|
2019-09-25 02:26:31 +05:00
|
|
|
"redux-saga": "^1.1.1",
|
2019-08-31 04:07:25 +05:00
|
|
|
"reselect": "^4.0.0",
|
|
|
|
"sails.io.js": "^1.2.1",
|
2019-09-25 02:26:31 +05:00
|
|
|
"semantic-ui-react": "^0.88.1",
|
|
|
|
"socket.io-client": "^2.3.0",
|
2019-08-31 04:07:25 +05:00
|
|
|
"validator": "^11.1.0",
|
|
|
|
"whatwg-fetch": "^3.0.0"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
2019-10-01 04:18:33 +05:00
|
|
|
"eslint-config-airbnb": "^18.0.1"
|
2019-08-31 04:07:25 +05:00
|
|
|
}
|
|
|
|
}
|