{ "name": "website", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "codegen": "graphql-codegen" }, "dependencies": { "@kichiyaki/roboto": "^1.0.0", "@material-ui/core": "^4.11.3", "@material-ui/icons": "^4.11.2", "@material-ui/lab": "^4.0.0-alpha.57", "clsx": "^1.1.1", "date-fns": "^2.19.0", "graphql": "^15.5.0", "lodash": "^4.17.21", "next": "10.0.9", "react": "17.0.1", "react-dom": "17.0.1" }, "devDependencies": { "@graphql-codegen/cli": "^1.21.3", "@graphql-codegen/typescript": "^1.21.1", "@graphql-codegen/typescript-operations": "^1.17.15", "@types/lodash": "^4.14.168", "@types/node": "^14.14.35", "@types/react": "^17.0.3", "@typescript-eslint/eslint-plugin": "^4.0.0", "@typescript-eslint/parser": "^4.0.0", "babel-eslint": "^10.0.0", "babel-plugin-transform-imports": "^2.0.0", "eslint": "^7.5.0", "eslint-config-react-app": "^6.0.0", "eslint-plugin-flowtype": "^5.2.0", "eslint-plugin-import": "^2.22.0", "eslint-plugin-jsx-a11y": "^6.3.1", "eslint-plugin-react": "^7.20.3", "eslint-plugin-react-hooks": "^4.0.8", "prettier": "^2.2.1", "typescript": "^4.2.3" } }