Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Siddharth Suresh <siddh.suresh@gmail.com>
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "test-react-query-utils",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"start:dev": "pnpm run prisma:start && next dev",
|
|
"test": "vitest run",
|
|
"test-watch": "vitest",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next",
|
|
"prisma:start": "prisma generate && prisma migrate deploy",
|
|
"prisma:studio": "prisma studio"
|
|
},
|
|
"prisma": {
|
|
"schema": "db/schema.prisma"
|
|
},
|
|
"dependencies": {
|
|
"@blitzjs/next": "workspace:2.0.0-beta.23",
|
|
"@blitzjs/rpc": "workspace:2.0.0-beta.23",
|
|
"@prisma/client": "4.6.0",
|
|
"blitz": "workspace:2.0.0-beta.23",
|
|
"lowdb": "3.0.0",
|
|
"next": "12.2.5",
|
|
"prisma": "4.6.0",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@blitzjs/config": "workspace:2.0.0-beta.23",
|
|
"@next/bundle-analyzer": "12.0.8",
|
|
"@types/express": "4.17.13",
|
|
"@types/fs-extra": "9.0.13",
|
|
"@types/node-fetch": "2.6.1",
|
|
"@types/react": "18.0.25",
|
|
"b64-lite": "1.4.0",
|
|
"eslint": "8.27.0",
|
|
"fs-extra": "10.0.1",
|
|
"get-port": "6.1.2",
|
|
"node-fetch": "3.2.3",
|
|
"typescript": "^4.8.4"
|
|
}
|
|
}
|