cofi/package.json

40 lines
988 B
JSON

{
"name": "cofi-register",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"start": "next start"
},
"dependencies": {
"@mollie/api-client": "^4.4.0",
"@radix-ui/react-checkbox": "latest",
"@radix-ui/react-label": "2.1.1",
"@radix-ui/react-radio-group": "latest",
"@radix-ui/react-slot": "1.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"googleapis": "^170.1.0",
"lucide-react": "^0.454.0",
"next": "16.0.10",
"nodemailer": "^6.9.0",
"pg": "^8.13.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"tailwind-merge": "^2.5.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.9",
"@types/node": "^22",
"@types/nodemailer": "^6.4.0",
"@types/pg": "^8.11.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"postcss": "^8.5",
"tailwindcss": "^4.1.9",
"tw-animate-css": "1.3.3",
"typescript": "^5"
}
}