magricambi/package.json

35 lines
747 B
JSON
Raw Permalink Normal View History

2026-04-29 23:30:58 +02:00
{
"name": "magricambi1",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint ."
2026-04-29 23:30:58 +02:00
},
"dependencies": {
"bcrypt": "^6.0.0",
"mysql2": "^3.22.3",
"next": "16.2.6",
"next-auth": "^5.0.0-beta.31",
"react": "19.2.6",
"react-dom": "19.2.6"
2026-04-29 23:30:58 +02:00
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/bcrypt": "^6.0.0",
2026-04-29 23:30:58 +02:00
"@types/node": "^20",
"@types/react": "19.2.15",
"@types/react-dom": "19.2.3",
"eslint": "^9.0.0",
"eslint-config-next": "16.2.6",
2026-04-29 23:30:58 +02:00
"tailwindcss": "^4",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.2.15",
"@types/react-dom": "19.2.3"
2026-04-29 23:30:58 +02:00
}
}