letsbe-hub-dashboard/package.json

61 lines
1.8 KiB
JSON

{
"name": "letsbe-hub-dashboard",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --port 3002",
"build": "next build",
"start": "next start --port 3002",
"lint": "eslint .",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-progress": "^1.1.4",
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-tooltip": "^1.1.6",
"@schedule-x/calendar": "^2.0.0",
"@schedule-x/drag-and-drop": "^2.0.0",
"@schedule-x/events-service": "^2.0.0",
"@schedule-x/react": "^2.0.0",
"@schedule-x/theme-default": "^2.0.0",
"@tiptap/react": "^2.0.0",
"@tiptap/starter-kit": "^2.0.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dompurify": "^3.2.0",
"imapflow": "^1.0.0",
"lucide-react": "^0.469.0",
"mailparser": "^3.7.0",
"next": "15.1.8",
"next-auth": "5.0.0-beta.30",
"nodemailer": "^7.0.0",
"react": "19.0.0",
"react-dom": "19.0.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"tsdav": "^2.0.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@types/dompurify": "^3.2.0",
"@types/mailparser": "^3.4.6",
"@types/node": "^22.10.5",
"@types/nodemailer": "^6.4.17",
"@types/react": "^19.0.4",
"@types/react-dom": "^19.0.2",
"autoprefixer": "^10.4.20",
"eslint": "^9.17.0",
"eslint-config-next": "15.1.8",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.7.3"
}
}