Commit iniziale

This commit is contained in:
2026-05-18 15:25:38 +02:00
commit a8d4c158b8
79 changed files with 8730 additions and 0 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"name": "ecommerce-platform",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postinstall": "prisma generate"
},
"dependencies": {
"next": "14.2.5",
"@prisma/client": "^5.16.0",
"bcryptjs": "^2.4.3",
"stripe": "^16.0.0",
"nodemailer": "^6.9.14",
"zod": "^3.23.8"
},
"devDependencies": {
"prisma": "^5.16.0",
"@types/bcryptjs": "^2.4.6",
"@types/nodemailer": "^6.4.15",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^5",
"tailwindcss": "^3.4.1",
"postcss": "^8",
"autoprefixer": "^10.0.1"
}
}