* feature(auth): replace clerk.com with custom auth * minor fixes * remove notification preferences * decrease live events interval fix(api): cookies.. # Conflicts: # .gitignore # apps/api/src/index.ts # apps/dashboard/src/app/providers.tsx # packages/trpc/src/trpc.ts
19 lines
374 B
JSON
19 lines
374 B
JSON
{
|
|
"name": "@openpanel/validation",
|
|
"version": "0.0.1",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {
|
|
"@openpanel/constants": "workspace:*",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@openpanel/tsconfig": "workspace:*",
|
|
"@types/node": "20.14.8",
|
|
"prisma": "^5.1.1",
|
|
"typescript": "^5.2.2"
|
|
}
|
|
}
|