39 lines
923 B
JSON
39 lines
923 B
JSON
{
|
|
"name": "odoo-next-frontend",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@stripe/react-stripe-js": "^5.4.1",
|
|
"@stripe/stripe-js": "^8.6.3",
|
|
"bcryptjs": "^3.0.3",
|
|
"clsx": "^2.1.1",
|
|
"cookies-next": "^6.1.1",
|
|
"framer-motion": "^12.27.5",
|
|
"jsonwebtoken": "^9.0.3",
|
|
"lucide-react": "^0.562.0",
|
|
"mongoose": "^9.1.5",
|
|
"next": "16.1.4",
|
|
"nodemailer": "^7.0.12",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.3",
|
|
"tailwind-merge": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bcryptjs": "^2.4.6",
|
|
"@types/jsonwebtoken": "^9.0.10",
|
|
"@types/node": "^20",
|
|
"@types/nodemailer": "^7.0.5",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.1.4",
|
|
"typescript": "^5"
|
|
}
|
|
}
|