magricambi/package.json

27 lines
545 B
JSON
Raw 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",
2026-05-25 09:48:11 +02:00
"lint": "next lint"
2026-04-29 23:30:58 +02:00
},
"dependencies": {
2026-05-25 09:48:11 +02:00
"next": "14.2.28",
"react": "^18.3.1",
"react-dom": "^18.3.1"
2026-04-29 23:30:58 +02:00
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
2026-05-25 09:48:11 +02:00
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.28",
2026-04-29 23:30:58 +02:00
"tailwindcss": "^4",
"typescript": "^5"
}
}