production-evyos-systems-an.../ServicesFrontEnd/frontend/package.json

33 lines
700 B
JSON

{
"name": "frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"clsx": "^2.1.1",
"cookies-next": "^6.1.0",
"ioredis": "^5.6.1",
"lucide-react": "^0.533.0",
"next": "15.4.4",
"next-crypto": "^1.0.8",
"next-intl": "^4.3.4",
"react": "19.1.0",
"react-dom": "19.1.0",
"zod": "^4.0.10"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.11",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"daisyui": "^5.0.50",
"tailwindcss": "^4.1.11",
"typescript": "^5"
}
}