Files
project-afterlife/apps/web/package.json
consultoria-as 00d500d3d3 feat: configure next-intl i18n with ES/EN locales
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-22 03:54:05 +00:00

29 lines
584 B
JSON

{
"name": "@afterlife/web",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@afterlife/shared": "*",
"next": "^15",
"next-intl": "^4.8.3",
"react": "^19",
"react-dom": "^19"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "^15",
"tailwindcss": "^4",
"typescript": "^5"
}
}