{
  "name": "Project",
  "version": "1.0.0",
  "description": "ReactJS Website template",
  "proxy": "http://localhost:5000",
  "private": true,
  "prisma": {
    "seed": "ts-node prisma/seed.ts",
    "prisma:generate": "prisma generate --watch",
    "dev": "concurrently \"npm:start:dev\" \"npm:gen-typing\" \"npm:prisma:generate\""
  },
  "dependencies": {
    "@apollo/client": "^3.5.6",
    "@apollo/react-hooks": "^4.0.0",
    "@material-ui/core": "^4.12.3",
    "@material-ui/lab": "^4.0.0-alpha.60",
    "@prisma/client": "^3.4.2",
    "@testing-library/jest-dom": "^5.15.0",
    "@testing-library/react": "^11.2.7",
    "@testing-library/user-event": "^12.8.3",
    "@types/jest": "^26.0.24",
    "@types/node": "^12.20.36",
    "@types/react": "^17.0.34",
    "@types/react-dom": "^17.0.11",
    "apollo-boost": "^0.4.9",
    "apollo-server-core": "^3.5.0",
    "apollo-server-express": "^3.5.0",
    "express": "^4.17.1",
    "gen-typing": "ts-node ./src/gen-typings",
    "graphql": "^15.8.0",
    "konimath": "^1.1.2",
    "particles": "^0.3.1",
    "prop-types": "^15.7.2",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-helmet": "^6.1.0",
    "react-icons": "^4.3.1",
    "react-scripts": "4.0.3",
    "react-tsparticles": "^1.37.5",
    "styled-components": "^5.3.3",
    "typescript": "^4.4.4",
    "web-vitals": "^1.1.2"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "gen": "graphql-codegen --config codegen.yml"
  },
  "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": {
    "@graphql-codegen/cli": "2.3.0",
    "@graphql-codegen/introspection": "2.1.0",
    "@graphql-codegen/typescript": "2.4.1",
    "@graphql-codegen/typescript-operations": "2.2.1",
    "@graphql-codegen/typescript-react-apollo": "3.2.2",
    "@types/react-helmet": "^6.1.4",
    "@types/react-router-dom": "^5.3.2",
    "@types/styled-components": "^5.1.15",
    "prisma": "^3.4.2"
  }
}
