kontenhumas-fe/package.json

71 lines
2.0 KiB
JSON
Raw Normal View History

2025-09-16 08:29:07 +00:00
{
"name": "netidhub",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ckeditor/ckeditor5-react": "^11.0.0",
"@hookform/resolvers": "^5.2.1",
"@iconify/react": "^6.0.0",
"@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-select": "^2.2.5",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.5",
"@radix-ui/react-tabs": "^1.1.13",
2025-09-16 19:26:36 +00:00
"@radix-ui/react-visually-hidden": "^1.2.3",
2025-09-16 08:29:07 +00:00
"@tanstack/react-table": "^8.21.3",
2025-09-16 15:19:10 +00:00
"@tinymce/tinymce-react": "^6.3.0",
2025-09-16 08:29:07 +00:00
"@types/crypto-js": "^4.2.0",
"@types/js-cookie": "^3.0.6",
"@types/next": "^9.0.0",
"axios": "^1.7.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"date-fns": "^4.1.0",
"embla-carousel-autoplay": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.23.3",
"input-otp": "^1.4.2",
2025-09-16 15:19:10 +00:00
"jotai": "^2.14.0",
2025-09-16 08:29:07 +00:00
"js-cookie": "^3.0.5",
"lucide-react": "^0.525.0",
"next": "15.3.5",
"next-intl": "^4.3.4",
"react": "^19.0.0",
"react-datepicker": "^8.4.0",
"react-day-picker": "^9.8.0",
"react-dom": "^19.0.0",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.52.1",
"react-icons": "^5.5.0",
"react-player": "^2.16.0",
"sonner": "^2.0.7",
"sweetalert2-react-content": "^5.1.0",
"swiper": "^11.1.15",
"tailwind-merge": "^3.3.1",
"tus-js-client": "^4.3.1",
"wavesurfer.js": "^7.8.4",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.5",
"typescript": "^5"
}
}