Files
portabase/package.json
T

101 lines
3.1 KiB
JSON
Raw Normal View History

2024-11-03 11:30:44 +01:00
{
"name": "portabase",
"version": "0.1.0",
"private": true,
"scripts": {
2024-11-11 18:27:20 +01:00
"dev": "next dev -p 80",
2024-11-03 11:30:44 +01:00
"build": "next build",
"start": "next start",
2024-11-17 19:24:59 +01:00
"lint": "next lint",
"email": "email dev"
2024-11-03 11:30:44 +01:00
},
"dependencies": {
2024-11-03 21:12:40 +01:00
"@auth/prisma-adapter": "^2.4.1",
2024-11-03 11:30:44 +01:00
"@hookform/resolvers": "^3.9.1",
2024-11-11 10:26:40 +01:00
"@prisma/client": "^5.22.0",
2024-11-03 11:30:44 +01:00
"@radix-ui/react-accordion": "^1.2.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@radix-ui/react-aspect-ratio": "^1.1.0",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-collapsible": "^1.1.1",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-menubar": "^1.1.2",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-popover": "^1.1.2",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slider": "^1.2.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.1",
"@radix-ui/react-toast": "^1.2.2",
"@radix-ui/react-toggle": "^1.1.0",
"@radix-ui/react-toggle-group": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.3",
"@react-email/components": "^0.0.28",
2024-11-03 21:12:40 +01:00
"@t3-oss/env-nextjs": "^0.11.1",
2024-11-03 15:29:30 +01:00
"@tanstack/react-query": "^5.59.18",
2024-11-11 15:33:21 +01:00
"@tanstack/react-table": "^8.20.5",
2024-12-13 14:05:40 +01:00
"@types/ws": "^8.5.13",
2024-11-03 21:12:40 +01:00
"argon2": "^0.41.1",
"bcrypt": "^5.1.1",
2024-11-03 11:30:44 +01:00
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
2024-11-17 19:13:51 +01:00
"date-fns": "^4.1.0",
"dockerode": "^4.0.2",
2024-11-03 11:30:44 +01:00
"embla-carousel-react": "^8.3.1",
"input-otp": "^1.4.0",
"lucide-react": "^0.454.0",
"minio": "^8.0.2",
2024-11-10 23:12:38 +01:00
"next": "15.0.3",
2024-11-03 21:12:40 +01:00
"next-auth": "^5.0.0-beta.25",
2024-11-03 15:29:30 +01:00
"next-intl": "^3.24.0",
2024-11-03 21:12:40 +01:00
"next-safe-action": "^7.4.3",
2024-11-03 11:30:44 +01:00
"next-themes": "^0.3.0",
"nodemailer": "^6.9.16",
2024-11-11 12:39:59 +01:00
"react": "19.0.0-rc-66855b96-20241106",
2024-11-17 19:13:51 +01:00
"react-day-picker": "8.10.1",
2024-11-11 12:39:59 +01:00
"react-dom": "19.0.0-rc-66855b96-20241106",
"react-email": "^3.0.2",
2024-11-03 11:30:44 +01:00
"react-hook-form": "^7.53.1",
"react-resizable-panels": "^2.1.6",
2024-11-03 21:12:40 +01:00
"react-twc": "^1.4.2",
2024-11-03 11:30:44 +01:00
"recharts": "^2.13.3",
2024-12-13 14:05:40 +01:00
"socket.io": "^4.8.1",
"socket.io-client": "^4.8.1",
2024-11-03 11:30:44 +01:00
"sonner": "^1.6.1",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
2024-11-11 15:31:35 +01:00
"uuid": "^11.0.3",
2024-11-03 11:30:44 +01:00
"vaul": "^1.1.1",
2024-12-13 14:05:40 +01:00
"ws": "^8.18.0",
2024-12-12 13:31:11 +01:00
"zod": "^3.23.8",
"zustand": "^5.0.2"
2024-11-03 11:30:44 +01:00
},
"devDependencies": {
"@types/node": "^20",
2024-11-10 23:12:38 +01:00
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1",
2024-11-03 11:30:44 +01:00
"eslint": "^8",
2024-11-10 23:12:38 +01:00
"eslint-config-next": "15.0.3",
2024-11-03 11:30:44 +01:00
"postcss": "^8",
2024-11-11 10:26:40 +01:00
"prisma": "^5.22.0",
2024-11-03 11:30:44 +01:00
"tailwindcss": "^3.4.1",
"typescript": "^5"
2024-11-10 23:12:38 +01:00
},
"overrides": {
"@types/react": "npm:types-react@19.0.0-rc.1",
"@types/react-dom": "npm:types-react-dom@19.0.0-rc.1"
2024-11-03 11:30:44 +01:00
}
}