rsnext/examples/with-grafbase/package.json

30 lines
746 B
JSON
Raw Normal View History

2022-11-15 19:18:31 +01:00
{
"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.6.0",
"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"
}
}