{
  "name": "<%= slugify(project) %>-client",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
    "@apollo/client": "3.3.13",
    "@date-io/moment": "1.3.13",
    "@material-ui/core": "4.11.3",
    "@material-ui/icons": "4.11.2",
    "@material-ui/pickers": "3.3.10",
    "classnames": "2.2.6",
    "final-form": "4.20.2",
    "graphql": "15.5.0",
    "graphql-tag": "2.11.0",
    "http-proxy-middleware": "^1.0.6",
    "lodash": "4.17.21",
    "moment": "2.29.1",
    "prop-types": "15.7.2",
    "query-string": "6.14.1",
    "react": "16.14.0",
    "react-dom": "16.14.0",
    "react-dropzone": "7.0.1",
    "react-final-form": "6.5.3",
    "react-progress-bar-plus": "1.3.1",
    "react-router-dom": "5.2.0",
    "universal-cookie": "4.0.4"
  },
  "scripts": {
    "format": "prettier --write \"./src/**/*.ts{,?}\"",
    "lint": "eslint --ext js,ts,tsx src",
    "start": "react-scripts start",
    "build": "react-scripts build && mv ./build/ ../server/public",
    "eject": "react-scripts eject",
    "test": "react-scripts test",
    "introspect": "apollo service:download --endpoint=http://localhost:8080/api/graphql --header='x-csrf-token:development'",
    "generate": "apollo client:codegen --includes=\"src/**/*.ts{,?}\" --tagName=gql --localSchemaFile=schema.json --target=typescript --outputFlat src/graphql.ts",
    "graphql": "npm run introspect && npm run generate",
    "kill": "bash ./scripts/kill.sh",
    "kill-force": "bash ./scripts/kill.sh -9"
  },
  "devDependencies": {
    "@types/classnames": "2.2.11",
    "@types/jest": "26.0.20",
    "@types/lodash": "4.14.168",
    "@types/node": "12.20.4",
    "@types/prop-types": "15.7.3",
    "@types/query-string": "6.3.0",
    "@types/react": "16.14.5",
    "@types/react-dom": "16.9.11",
    "@types/react-router": "5.1.13",
    "@types/react-router-dom": "5.1.7",
    "apollo": "2.32.5",
    "eslint-plugin-prettier": "3.3.1",
    "prettier": "2.2.1",
    "react-scripts": "4.0.3",
    "typescript": "4.2.3"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ]
}
