{
  "name": "greg",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
    "@emotion/react": "^11.5.0",
    "@emotion/styled": "^11.3.0",
    "@mui/icons-material": "^5.0.5",
    "@mui/lab": "^5.0.0-alpha.49",
    "@mui/material": "^5.0.5",
    "@mui/system": "^5.0.5",
    "@mui/utils": "^5.0.1",
    "@navikt/fnrvalidator": "^1.1.4",
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^12.1.2",
    "@testing-library/user-event": "^13.5.0",
    "@types/jest": "^27.0.2",
    "@types/lodash": "^4.14.176",
    "@types/node": "^16.11.6",
    "@types/react": "^17.0.33",
    "@types/react-dom": "^17.0.10",
    "@types/react-helmet": "^6.1.4",
    "@types/react-router-dom": "^5.3.2",
    "date-fns": "^2.24.0",
    "fetch-intercept": "^2.4.0",
    "http-proxy-middleware": "^2.0.1",
    "i18n-iso-countries": "^6.8.0",
    "i18next": "^21.3.3",
    "i18next-browser-languagedetector": "^6.1.2",
    "i18next-http-backend": "^1.3.1",
    "libphonenumber-js": "^1.9.35",
    "lodash": "^4.17.21",
    "react": "^17.0.2",
    "react-cookie": "^4.1.1",
    "react-dom": "^17.0.2",
    "react-helmet": "^6.1.0",
    "react-hook-form": "^7.17.5",
    "react-i18next": "^11.11.4",
    "react-router-dom": "^5.3.0",
    "react-scripts": "4.0.3",
    "typeface-roboto": "^1.1.13",
    "typescript": "^4.4.4",
    "web-vitals": "^2.1.2"
  },
  "scripts": {
    "start": "NODE_ENV=development HOST=0.0.0.0 npm run build:env && DISABLE_ESLINT_PLUGIN='true' react-scripts start",
    "build": "npm run build:env && DISABLE_ESLINT_PLUGIN='true' react-scripts build",
    "build:no-env": "DISABLE_ESLINT_PLUGIN='true' react-scripts build",
    "build:env": "node scripts/build-env.js",
    "test": "react-scripts test --env=jsdom",
    "test:ci": "react-scripts test --env=jsdom --ci --reporters=default --reporters=jest-junit --coverageReporters=cobertura --coverage --coverageDirectory=coverage",
    "coverage:ci": "react-scripts test --env=jsdom --ci --coverage --color --watchAll=false",
    "coverage": "react-scripts test --env=jsdom --coverage --color",
    "lint": "eslint --ext js,jsx,ts,tsx src",
    "lint-report": "eslint --ext js,jsx,ts,tsx -f checkstyle -o checkstyle-result.xml src",
    "clean": "rm -rf node_modules",
    "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": {
    "@typescript-eslint/eslint-plugin": "^4.31.1",
    "@typescript-eslint/parser": "^4.31.1",
    "eslint": "^7.32.0",
    "eslint-config-airbnb": "^18.2.1",
    "eslint-config-airbnb-typescript": "^14.0.1",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-import": "^2.25.2",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.25.1",
    "eslint-plugin-react-hooks": "^4.2.0",
    "jest-fetch-mock": "^3.0.3",
    "jest-junit": "^12.2.0"
  }
}