{ "name": "test", "version": "0.1.0", "private": true, "dependencies": { "@headlessui/react": "^1.5.0", "@react-keycloak/web": "^3.4.0", "@reduxjs/toolkit": "^1.8.1", "axios": "^0.26.1", "classnames": "^2.3.1", "cross-env": "^7.0.3", "formik": "^2.2.9", "graphql": "^16.4.0", "graphql-tag": "^2.12.6", "i18next": "^21.6.16", "i18next-browser-languagedetector": "^6.1.4", "i18next-http-backend": "^1.4.0", "jwt-decode": "^3.1.2", "keycloak-js": "^18.0.0", "lodash": "^4.17.21", "lodash.debounce": "^4.0.8", "react": "^18.0.0", "react-dom": "^18.0.0", "react-hotkeys": "^2.0.0", "react-i18next": "^11.16.7", "react-redux": "^7.2.8", "react-router-dom": "^6.3.0", "react-scripts": "5.0.0", "react-scrollbars-custom": "^4.0.27", "web-vitals": "^2.1.4", "yup": "^0.32.11" }, "scripts": { "dev-tools": "redux-devtools --hostname=localhost --port=8000", "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "devDependencies": { "@testing-library/jest-dom": "^5.16.4", "@testing-library/react": "^12.1.4", "@testing-library/user-event": "^13.5.0", "@types/jest": "^27.4.1", "@types/lodash.debounce": "^4.0.6", "@types/node": "^16.11.26", "@types/react": "^17.0.44", "@types/react-dom": "^17.0.15", "@types/react-redux": "^7.1.23", "autoprefixer": "^10.4.4", "postcss": "^8.4.12", "tailwindcss": "^3.0.23", "typescript": "^4.6.3" } }