Files
calendar/apps/scheduler/package.json
T

34 lines
824 B
JSON

{
"name": "@vynte/scheduler",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev --port 3040",
"build": "next build",
"start": "next start --port 3040",
"lint": "biome lint .",
"type-check": "tsc --noEmit",
"test": "vitest run"
},
"dependencies": {
"@calcom/dayjs": "workspace:*",
"@calcom/features": "workspace:*",
"@calcom/lib": "workspace:*",
"@calcom/prisma": "workspace:*",
"@calcom/tsconfig": "workspace:*",
"@calcom/types": "workspace:*",
"next": "16.2.3",
"next-auth": "4.24.13",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "3.25.76"
},
"devDependencies": {
"@types/node": "^20.17.23",
"@types/react": "18.0.26",
"@types/react-dom": "^18.0.9",
"typescript": "5.9.3",
"vitest": "4.1.8"
}
}