{ "name": "oudelaa-admin-dashboard", "version": "1.0.0", "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "lint": "next lint" }, "dependencies": { "@radix-ui/react-dialog": "^1.1.6", "@radix-ui/react-select": "^2.1.6", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "lucide-react": "^0.510.0", "next": "15.3.0", "react": "19.1.0", "react-dom": "19.1.0", "recharts": "^2.15.1", "tailwind-merge": "^3.3.0" }, "devDependencies": { "@types/node": "^22.14.0", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "autoprefixer": "^10.4.21", "eslint": "^9.24.0", "eslint-config-next": "15.3.0", "postcss": "^8.5.3", "tailwindcss": "^3.4.17", "typescript": "^5.8.3" } }