{ "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.35", "prisma": "^6.7.0", "react": "18.2.0", "react-dom": "18.2.0" }, "devDependencies": { "@types/node": "^20.3.1", "@types/react": "^18", "@types/react-dom": "^18", "autoprefixer": "10.4.19", "dotenv": "16.6.1", "postcss": "8.5.6", "tailwindcss": "^3.3.0", "typescript": "^4.9.4" } }