Update to use yoga and pothos
This commit is contained in:
11
package.json
11
package.json
@@ -7,21 +7,28 @@
|
||||
"build:prod": "next build",
|
||||
"start:prod": "next start",
|
||||
"prisma:generate": "prisma generate",
|
||||
"prisma:migrate": "prisma migrate dev --name init"
|
||||
"prisma:migrate": "prisma migrate dev --name init",
|
||||
"prisma:seed": "npx tsx ./prisma/seed.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@apollo/client": "^3.13.4",
|
||||
"@graphql-tools/merge": "^9.0.22",
|
||||
"@graphql-tools/schema": "^10.0.21",
|
||||
"@pothos/core": "^4.5.0",
|
||||
"@pothos/plugin-prisma": "^4.4.0",
|
||||
"@prisma/client": "^6.5.0",
|
||||
"apollo-server-micro": "^3.13.0",
|
||||
"graphql": "^16.10.0",
|
||||
"graphql-yoga": "^5.13.2",
|
||||
"install": "^0.13.0",
|
||||
"micro": "^10.0.1",
|
||||
"next": "15.2.1",
|
||||
"npm": "^11.2.0",
|
||||
"prisma": "^6.5.0",
|
||||
"react": "^19.0.0",
|
||||
"react-dom": "^19.0.0",
|
||||
"server-only": "^0.0.1"
|
||||
"server-only": "^0.0.1",
|
||||
"uuid": "^11.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^20",
|
||||
|
||||
Reference in New Issue
Block a user