44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"name": "new.xodo.ro",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@formatjs/intl-localematcher": "^0.8.1",
|
|
"@hookform/resolvers": "^5.2.2",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@types/nodemailer": "^7.0.9",
|
|
"clsx": "^2.1.1",
|
|
"framer-motion": "^12.33.0",
|
|
"lucide-react": "^0.563.0",
|
|
"negotiator": "^1.0.0",
|
|
"next": "16.1.6",
|
|
"next-themes": "^0.4.6",
|
|
"nodemailer": "^8.0.1",
|
|
"react": "19.2.3",
|
|
"react-confetti": "^6.4.0",
|
|
"react-dom": "19.2.3",
|
|
"react-hook-form": "^7.71.1",
|
|
"react-use": "^17.6.0",
|
|
"react-zoom-pan-pinch": "^3.7.0",
|
|
"tailwind-merge": "^3.4.0",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/negotiator": "^0.6.4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.1.6",
|
|
"tailwindcss": "^4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|