rsnext/examples/with-grafbase/package.json
Mayank 1afc38933f
fix: examples/with-grafbase/package.json to reduce vulnerabilities (#55593)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-GRAPHQL-5905181


Co-authored-by: snyk-bot <snyk-bot@snyk.io>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-09-19 14:46:12 -04:00

29 lines
746 B
JSON

{
"private": true,
"scripts": {
"dev": "next dev",
"backend": "npx grafbase@latest dev & yarn codegen",
"build": "next build",
"start": "next start",
"codegen": "graphql-codegen --watch -r dotenv/config"
},
"dependencies": {
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/react-dom": "18.0.8",
"graphql": "16.8.1",
"graphql-request": "5.0.0",
"next": "latest",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "4.8.4"
},
"devDependencies": {
"@graphql-codegen/cli": "2.13.12",
"@graphql-codegen/client-preset": "1.1.3",
"@tailwindcss/typography": "0.5.8",
"autoprefixer": "10.4.13",
"postcss": "8.4.19",
"tailwindcss": "3.2.4"
}
}