31 lines
698 B
JSON
31 lines
698 B
JSON
{
|
|
"name": "@calcom/example-app-credential-sync",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "PORT=5100 next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint ."
|
|
},
|
|
"dependencies": {
|
|
"@calcom/atoms": "workspace:*",
|
|
"@calcom/eslint-config": "workspace:*",
|
|
"@prisma/client": "6.7.0",
|
|
"next": "14.2.25",
|
|
"prisma": "^6.7.0",
|
|
"react": "^18",
|
|
"react-dom": "^18"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.3.1",
|
|
"@types/react": "^18",
|
|
"@types/react-dom": "^18",
|
|
"autoprefixer": "^10.0.1",
|
|
"dotenv": "^16.3.1",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.3.0",
|
|
"typescript": "^4.9.4"
|
|
}
|
|
}
|