43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
{
|
|
"name": "portal-qudoco",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "eslint"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/iconify": "^3.1.1",
|
|
"@iconify/react": "^6.0.2",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"framer-motion": "^12.33.0",
|
|
"js-cookie": "^3.0.5",
|
|
"lucide-react": "^0.562.0",
|
|
"next": "16.1.1",
|
|
"radix-ui": "^1.4.3",
|
|
"react": "19.2.3",
|
|
"react-datepicker": "^9.1.0",
|
|
"react-day-picker": "^9.13.2",
|
|
"react-dom": "19.2.3",
|
|
"sweetalert2": "^11.26.18",
|
|
"sweetalert2-react-content": "^5.1.1",
|
|
"tailwind-merge": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"eslint": "^9",
|
|
"eslint-config-next": "16.1.1",
|
|
"tailwindcss": "^4",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^5"
|
|
}
|
|
}
|