qudoco-fe/package.json

69 lines
2.0 KiB
JSON
Raw Normal View History

2026-02-17 09:05:22 +00:00
{
"name": "portal-qudoco",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
2026-02-19 08:18:35 +00:00
"@ckeditor/ckeditor5-react": "^11.0.1",
"@ckeditor/ckeditor5-watchdog": "^47.5.0",
"@hookform/resolvers": "^5.2.2",
2026-02-17 09:05:22 +00:00
"@iconify/iconify": "^3.1.1",
"@iconify/react": "^6.0.2",
2026-02-19 08:29:34 +00:00
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-checkbox": "^1.3.2",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-radio-group": "^1.3.7",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.4",
2026-02-19 08:29:34 +00:00
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tooltip": "^1.2.7",
"@tinymce/tinymce-react": "^6.2.1",
2026-02-17 09:05:22 +00:00
"@types/js-cookie": "^3.0.6",
"apexcharts": "^4.7.0",
"axios": "^1.10.0",
2026-02-17 09:05:22 +00:00
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dompurify": "^3.2.6",
2026-02-17 09:05:22 +00:00
"framer-motion": "^12.33.0",
"js-cookie": "^3.0.5",
"lightningcss": "^1.30.1",
2026-02-17 09:05:22 +00:00
"lucide-react": "^0.562.0",
"next": "16.1.1",
"radix-ui": "^1.4.3",
"react": "19.2.3",
2026-02-23 17:01:42 +00:00
"react-apexcharts": "^2.0.1",
2026-02-17 09:05:22 +00:00
"react-datepicker": "^9.1.0",
"react-day-picker": "^9.13.2",
"react-dom": "19.2.3",
"react-dropzone": "^14.3.8",
2026-02-23 17:01:42 +00:00
"react-hook-form": "^7.71.2",
2026-02-25 09:11:26 +00:00
"react-password-checklist": "^1.8.1",
"react-select": "^5.10.2",
2026-02-17 09:05:22 +00:00
"sweetalert2": "^11.26.18",
"sweetalert2-react-content": "^5.1.1",
2026-02-23 17:01:42 +00:00
"tailwind-merge": "^3.4.0",
"zod": "^3.25.67"
2026-02-17 09:05:22 +00:00
},
"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"
}
}