web-campaignpool/package.json

42 lines
1.1 KiB
JSON
Raw Normal View History

2025-11-11 02:52:38 +00:00
{
"name": "campaign-pool",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@radix-ui/react-dialog": "^1.1.15",
2025-11-11 06:28:07 +00:00
"@radix-ui/react-dropdown-menu": "^2.1.16",
2025-11-11 02:52:38 +00:00
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-radio-group": "^1.3.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-tabs": "^1.1.13",
2025-11-11 06:28:07 +00:00
"@types/js-cookie": "^3.0.6",
2025-11-11 02:52:38 +00:00
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
2025-11-11 06:28:07 +00:00
"js-cookie": "^3.0.5",
2025-11-11 02:52:38 +00:00
"lucide-react": "^0.552.0",
"next": "16.0.1",
"react": "19.2.0",
"react-apexcharts": "^1.8.0",
"react-day-picker": "^9.11.1",
"react-dom": "19.2.0",
"tailwind-merge": "^3.3.1"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5"
}
}