{ "name": "planka-client", "private": true, "scripts": { "build": "react-app-rewired build", "eject": "react-scripts eject", "lint": "eslint --ext js,jsx src config-overrides.js", "start": "react-app-rewired start", "test": "react-app-rewired test" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "eslintConfig": { "env": { "browser": true, "jest": true }, "parser": "@babel/eslint-parser", "parserOptions": { "babelOptions": { "presets": [ "airbnb" ] }, "requireConfigFile": false }, "plugins": [ "prettier" ], "extends": [ "airbnb", "airbnb/hooks", "plugin:prettier/recommended" ], "rules": { "import/no-extraneous-dependencies": [ "error", { "devDependencies": [ "src/setupTests.js", "**/*.test.js" ] } ], "prettier/prettier": [ "error", { "printWidth": 100, "singleQuote": true, "trailingComma": "all" } ] } }, "dependencies": { "@juggle/resize-observer": "^3.4.0", "classnames": "^2.3.1", "connected-react-router": "^6.9.3", "date-fns": "^2.29.1", "dequal": "^2.0.3", "history": "^4.10.1", "i18next": "^21.8.14", "i18next-browser-languagedetector": "^6.1.4", "initials": "^3.1.2", "js-cookie": "^3.0.1", "jwt-decode": "^3.1.2", "lodash": "^4.17.21", "node-sass": "^7.0.1", "photoswipe": "^5.3.0", "prop-types": "^15.8.1", "react": "^17.0.2", "react-beautiful-dnd": "^13.1.0", "react-datepicker": "^4.8.0", "react-dom": "^17.0.2", "react-dropzone": "^14.2.2", "react-i18next": "^11.18.1", "react-input-mask": "^2.0.4", "react-markdown": "^8.0.3", "react-photoswipe-gallery": "^2.2.1", "react-redux": "^7.2.8", "react-router-dom": "^5.3.1", "react-scripts": "5.0.1", "react-textarea-autosize": "^8.3.4", "redux": "^4.2.0", "redux-logger": "^3.0.6", "redux-orm": "^0.16.2", "redux-saga": "^1.1.3", "remark-breaks": "^3.0.2", "remark-gfm": "^3.0.1", "reselect": "^4.1.6", "sails.io.js": "^1.2.1", "semantic-ui-react": "^2.1.3", "socket.io-client": "^2.3.1", "validator": "^13.7.0", "whatwg-fetch": "^3.6.2", "zxcvbn": "^4.4.2" }, "devDependencies": { "@wojtekmaj/enzyme-adapter-react-17": "^0.6.7", "babel-preset-airbnb": "^5.0.0", "chai": "^4.3.6", "enzyme": "^3.11.0", "eslint": "^8.20.0", "eslint-config-airbnb": "^19.0.4", "eslint-config-prettier": "^8.5.0", "eslint-plugin-import": "^2.26.0", "eslint-plugin-jsx-a11y": "^6.6.1", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", "jest-enzyme": "^7.1.2", "prettier": "2.7.1", "react-app-rewired": "^2.2.1", "react-test-renderer": "^17.0.2" } }