{ "name": "redaktions-app", "version": "0.1.0", "private": true, "dependencies": { "@apollo/client": "^3.2", "@material-ui/core": "^4.11.0", "@material-ui/icons": "^4.9.1", "@material-ui/lab": "^4.0.0-alpha.57", "@testing-library/user-event": "^7.2.1", "graphql": "^15.3.0", "notistack": "^1.0.3", "react": "^16.14.0", "react-dom": "^16.13.1", "react-router-dom": "^5.2.0", "react-scripts": "^4.0.2", "typescript": "^3.8" }, "devDependencies": { "@testing-library/jest-dom": "^5.11.4", "@testing-library/react": "^11.1.0", "@types/jest": "^24.9.1", "@types/node": "^12.12.54", "@types/react": "^16.9.46", "@types/react-dom": "^16.9.8", "@types/react-router-dom": "^5.1.5", "@typescript-eslint/eslint-plugin": "^4.12.0", "@typescript-eslint/parser": "^4.12.0", "eslint-config-prettier": "^7.2.0", "eslint-plugin-prettier": "^3.4.0", "eslint-plugin-react": "^7.22.0", "husky": "^4.3.6", "jest-environment-jsdom-sixteen": "^1.0.3", "lint-staged": "^10.5.3", "prettier": "^2.3.0" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test --env=jest-environment-jsdom-sixteen --watchAll=false", "eject": "react-scripts eject" }, "eslintConfig": { "extends": "react-app" }, "husky": { "hooks": { "pre-commit": "lint-staged" } }, "lint-staged": { "*.{js,jsx,ts,tsx}": [ "eslint", "prettier --write" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }