Files
tipilan/package.json
2026-03-22 23:50:21 +02:00

35 lines
774 B
JSON

{
"name": "tipilan",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=22.0.0"
},
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix"
},
"dependencies": {
"next": "^16.2.1",
"next-intl": "^4.3.9",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-icons": "^5.5.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.13",
"@types/node": "^22.15.0",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"eslint": "^9.36.0",
"eslint-config-next": "^15.3.3",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.13",
"typescript": "^5.9.2"
}
}