{
    "private": true,
    "name": "frontend-collaborator-standalone",
    "url": "https://github.com/theorchard/frontend-collaborator-standalone",
    "author": "The Orchard",
    "license": "UNLICENSED",
    "scripts": {
        "build": "frontend build",
        "start": "frontend start",
        "lint:css": "stylelint 'src/**/*.scss' --syntax scss",
        "lint:js": "eslint --ext .js,.ts,.tsx,.jsx src",
        "lint": "yarn lint:css && yarn lint:js && yarn tsc --noEmit",
        "test:unit": "jest",
        "test": "yarn lint && yarn test:unit",
        "generate:types": "./scripts/generateTypes.sh",
        "download:schema": "apollo client:download-schema -c apollo.config.js schema.gql"
    },
    "eslintConfig": {
        "extends": "@orchard/frontend-ts"
    },
    "jest": {
        "preset": "@theorchard/frontend-cli"
    },
    "dependencies": {
        "@apollo/client": "^3.2.2",
        "@datadog/browser-rum": "^1.21.0",
        "@orchard/frontend-identity": "^1.1.8",
        "@orchard/frontend-localization": "^1.1.12",
        "@orchard/frontend-react-components": "^3.2.46",
        "@sentry/browser": "^5.25.0",
        "graphql": "^15.3.0",
        "lodash": "^4.17.20",
        "react": "^16.13.1",
        "react-dom": "^16.13.1",
        "react-router-dom": "^5.2.0"
    },
    "devDependencies": {
        "@theorchard/frontend-cli": "4.0.1",
        "@types/jest": "^26.0.14",
        "@types/lodash": "^4.14.161",
        "@types/react": "^16.9.51",
        "@types/react-dom": "^16.9.8",
        "@types/react-router-dom": "^5.1.6",
        "apollo": "^2.31.0"
    }
}
