50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "test-auth",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"prisma": {
|
|
"seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} db/seed.ts",
|
|
"schema": "db/schema.prisma"
|
|
},
|
|
"scripts": {
|
|
"start:dev": "pnpm run prisma:start && blitz dev",
|
|
"test": "vitest run",
|
|
"test-watch": "vitest",
|
|
"start": "blitz start",
|
|
"lint": "next lint",
|
|
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf .next",
|
|
"prisma:start": "blitz prisma migrate deploy",
|
|
"prisma:studio": "prisma studio"
|
|
},
|
|
"dependencies": {
|
|
"@blitzjs/auth": "2.0.10",
|
|
"@blitzjs/config": "2.0.10",
|
|
"@blitzjs/next": "2.0.10",
|
|
"@prisma/client": "4.6.1",
|
|
"blitz": "2.0.10",
|
|
"lowdb": "3.0.0",
|
|
"next": "canary",
|
|
"prisma": "4.6.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"secure-password": "4.0.0",
|
|
"wait-port": "1.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@next/bundle-analyzer": "12.0.8",
|
|
"@types/express": "4.17.13",
|
|
"@types/fs-extra": "9.0.13",
|
|
"@types/node": "18.7.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",
|
|
"playwright": "1.28.0",
|
|
"ts-node": "10.9.1",
|
|
"typescript": "^4.8.4"
|
|
}
|
|
}
|