banatie-service/apps/admin/package.json

37 lines
935 B
JSON

{
"name": "@banatie/admin",
"version": "1.0.0",
"description": "Banatie Admin - Administration dashboard for managing the entire Banatie service",
"private": true,
"scripts": {
"dev": "next dev -p 3003",
"build": "next build",
"start": "next start -p 3003",
"lint": "next lint",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"next": "^14.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"@types/node": "^20.0.0",
"@types/react": "^18.2.0",
"@types/react-dom": "^18.2.0",
"typescript": "^5.9.2",
"recharts": "^2.12.0",
"lucide-react": "^0.400.0"
},
"devDependencies": {
"tailwindcss": "^3.4.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0",
"eslint": "^8.57.0",
"eslint-config-next": "^14.2.0",
"@tailwindcss/forms": "^0.5.0",
"@headlessui/react": "^2.0.0"
},
"engines": {
"node": ">=18.0.0",
"pnpm": ">=8.0.0"
}
}