{
  "name": "frontend-neighbouring-rights",
  "version": "1.0.0",
  "private": true,
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "build": "frontend build",
    "check:types": "./scripts/checkGeneratedTypes.sh",
    "clean": "rm -rf node_modules && rm -rf .cache && yarn install --force",
    "generate:types": "./scripts/generateTypes.sh",
    "lint:css": "stylelint 'src/**/*.scss' --syntax scss",
    "lint:js": "eslint --ext .js,.ts,.tsx,.jsx --cache --cache-location .cache/.eslintcache src",
    "lint": "yarn lint:css && yarn lint:js",
    "start": "frontend start",
    "test:unit": "jest",
    "test": "yarn lint && yarn test:unit"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "eslintConfig": {
    "extends": "@theorchard/react-ts"
  },
  "jest": {
    "preset": "@theorchard/frontend-cli"
  },
  "dependencies": {
    "@apollo/client": "^3.4.10",
    "@orchard/frontend-react-components": "^3.3.5",
    "@theorchard/suite-components": "^1.1.1",
    "@theorchard/suite-frontend": "^2.3.25",
    "@theorchard/suite-icons": "^1.1.5",
    "classnames": "^2.3.1",
    "dayjs": "1.10.7",
    "graphql": "^15.3.0",
    "lodash": "^4.17.21",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-hook-form": "^7.15.3",
    "react-router-dom": "^5.3.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^5.14.1",
    "@testing-library/react": "^11.2.7",
    "@testing-library/react-hooks": "^3.7.0",
    "@theorchard/eslint-config-react-ts": "^1.1.10",
    "@theorchard/frontend-cli": "^2.3.3",
    "@theorchard/suite-testing": "^1.0.0",
    "@types/classnames": "^2.3.1",
    "@types/jest": "^26.0.24",
    "@types/lodash": "^4.14.175",
    "@types/react": "^16.14.15",
    "@types/react-dom": "^16.9.14",
    "@types/react-router-dom": "^5.1.8",
    "apollo": "^2.33.6",
    "jest": "^26.6.3",
    "react-test-renderer": "^17.0.2",
    "stylelint": "^13.13.1",
    "stylelint-config-recommended": "^3.0.0",
    "ts-node": "^9.1.1",
    "typescript": "^4.4.2"
  }
}
