orient-front/package.json

29 lines
600 B
JSON
Raw Permalink Normal View History

2025-02-01 08:18:21 +00:00
{
"name": "orient-front",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"next": "15.1.6",
"next-intl": "^3.26.3",
2025-02-01 08:18:21 +00:00
"react": "^19.0.0",
"react-dom": "^19.0.0"
2025-02-01 08:18:21 +00:00
},
"devDependencies": {
"@eslint/eslintrc": "^3",
2025-02-01 08:18:21 +00:00
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.6",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
2025-02-01 08:18:21 +00:00
}
}