203 lines
6.9 KiB
JSON
203 lines
6.9 KiB
JSON
{
|
|
"name": "netidhub",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"dev:turbo": "cross-env CSS_TRANSFORMER_WASM=1 next dev --turbopack",
|
|
"build": "cross-env CSS_TRANSFORMER_WASM=1 next build",
|
|
"start": "next start",
|
|
"lint": "next lint"
|
|
},
|
|
"dependencies": {
|
|
"@ckeditor/ckeditor5-alignment": "^47.4.0",
|
|
"@ckeditor/ckeditor5-autoformat": "^47.4.0",
|
|
"@ckeditor/ckeditor5-basic-styles": "^47.4.0",
|
|
"@ckeditor/ckeditor5-block-quote": "^47.4.0",
|
|
"@ckeditor/ckeditor5-cloud-services": "^47.4.0",
|
|
"@ckeditor/ckeditor5-code-block": "^47.4.0",
|
|
"@ckeditor/ckeditor5-core": "^47.4.0",
|
|
"@ckeditor/ckeditor5-editor-classic": "^47.4.0",
|
|
"@ckeditor/ckeditor5-essentials": "^47.4.0",
|
|
"@ckeditor/ckeditor5-font": "^47.4.0",
|
|
"@ckeditor/ckeditor5-heading": "^47.4.0",
|
|
"@ckeditor/ckeditor5-image": "^47.4.0",
|
|
"@ckeditor/ckeditor5-indent": "^47.4.0",
|
|
"@ckeditor/ckeditor5-link": "^47.4.0",
|
|
"@ckeditor/ckeditor5-list": "^47.4.0",
|
|
"@ckeditor/ckeditor5-media-embed": "^47.4.0",
|
|
"@ckeditor/ckeditor5-paragraph": "^47.4.0",
|
|
"@ckeditor/ckeditor5-paste-from-office": "^47.4.0",
|
|
"@ckeditor/ckeditor5-react": "^10.0.0",
|
|
"@ckeditor/ckeditor5-source-editing": "^47.4.0",
|
|
"@ckeditor/ckeditor5-table": "^47.4.0",
|
|
"@ckeditor/ckeditor5-typing": "^47.4.0",
|
|
"@ckeditor/ckeditor5-undo": "^47.4.0",
|
|
"@ckeditor/ckeditor5-upload": "^47.4.0",
|
|
"@ckeditor/ckeditor5-utils": "^47.4.0",
|
|
"@dnd-kit/core": "^6.1.0",
|
|
"@dnd-kit/modifiers": "^7.0.0",
|
|
"@dnd-kit/sortable": "^8.0.0",
|
|
"@ffmpeg/ffmpeg": "^0.12.15",
|
|
"@fullcalendar/core": "^6.1.15",
|
|
"@fullcalendar/daygrid": "^6.1.15",
|
|
"@fullcalendar/interaction": "^6.1.15",
|
|
"@fullcalendar/list": "^6.1.15",
|
|
"@fullcalendar/react": "^6.1.15",
|
|
"@fullcalendar/timegrid": "^6.1.15",
|
|
"@hookform/resolvers": "^3.9.0",
|
|
"@iconify/react": "^5.0.2",
|
|
"@mui/x-charts": "^7.25.0",
|
|
"@radix-ui/react-accordion": "^1.1.2",
|
|
"@radix-ui/react-alert-dialog": "^1.0.5",
|
|
"@radix-ui/react-aspect-ratio": "^1.0.3",
|
|
"@radix-ui/react-avatar": "^1.0.4",
|
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
"@radix-ui/react-collapsible": "^1.0.3",
|
|
"@radix-ui/react-context-menu": "^2.2.1",
|
|
"@radix-ui/react-dialog": "^1.0.5",
|
|
"@radix-ui/react-direction": "^1.1.0",
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
|
"@radix-ui/react-hover-card": "^1.0.7",
|
|
"@radix-ui/react-label": "^2.1.0",
|
|
"@radix-ui/react-menubar": "^1.1.1",
|
|
"@radix-ui/react-navigation-menu": "^1.2.0",
|
|
"@radix-ui/react-popover": "^1.0.7",
|
|
"@radix-ui/react-progress": "^1.0.3",
|
|
"@radix-ui/react-radio-group": "^1.1.3",
|
|
"@radix-ui/react-scroll-area": "^1.0.5",
|
|
"@radix-ui/react-select": "^2.0.0",
|
|
"@radix-ui/react-separator": "^1.1.0",
|
|
"@radix-ui/react-slider": "^1.1.2",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@radix-ui/react-switch": "^1.0.3",
|
|
"@radix-ui/react-tabs": "^1.1.0",
|
|
"@radix-ui/react-toast": "^1.2.1",
|
|
"@radix-ui/react-toggle": "^1.0.3",
|
|
"@radix-ui/react-toggle-group": "^1.0.4",
|
|
"@radix-ui/react-tooltip": "^1.0.7",
|
|
"@react-google-maps/api": "^2.20.3",
|
|
"@tanstack/react-table": "^8.21.3",
|
|
"@tinymce/tinymce-react": "^6.3.0",
|
|
"@types/cleave.js": "^1.4.12",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/qs": "^6.9.17",
|
|
"@types/react-google-recaptcha": "^2.1.9",
|
|
"@types/react-html-parser": "^2.0.6",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"@types/sanitize-html": "^2.13.0",
|
|
"@vercel/analytics": "^1.3.1",
|
|
"@wavesurfer/react": "^1.0.8",
|
|
"apexcharts": "^4.7.0",
|
|
"axios": "^1.7.8",
|
|
"chart.js": "^4.5.0",
|
|
"ckeditor5": "^42.0.0",
|
|
"ckeditor5-custom-build": "file:vendor/ckeditor5",
|
|
"class-variance-authority": "^0.7.0",
|
|
"cleave.js": "^1.6.0",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.0.0",
|
|
"cookie": "^1.0.2",
|
|
"cookies-next": "^6.1.1",
|
|
"crypto-js": "^4.2.0",
|
|
"date-fns": "^3.6.0",
|
|
"dayjs": "^1.11.11",
|
|
"embla-carousel-autoplay": "^8.1.3",
|
|
"embla-carousel-react": "^8.1.3",
|
|
"framer-motion": "^12.23.3",
|
|
"geojson": "^0.5.0",
|
|
"html-react-parser": "^5.2.0",
|
|
"input-otp": "^1.2.4",
|
|
"jotai": "^2.14.0",
|
|
"jquery": "^3.7.1",
|
|
"js-cookie": "^3.0.5",
|
|
"jspdf": "^3.0.1",
|
|
"leaflet": "^1.9.4",
|
|
"lightningcss": "^1.30.2",
|
|
"lucide-react": "^0.525.0",
|
|
"moment": "^2.30.1",
|
|
"next": "^15.3.5",
|
|
"next-intl": "^3.19.1",
|
|
"next-themes": "^0.4.6",
|
|
"nextra": "^2.13.4",
|
|
"nextra-theme-docs": "^2.13.4",
|
|
"qs": "^6.13.1",
|
|
"react": "^19.1.1",
|
|
"react-apexcharts": "^1.7.0",
|
|
"react-audio-player": "^0.17.0",
|
|
"react-audio-voice-recorder": "^2.2.0",
|
|
"react-chartjs-2": "^5.2.0",
|
|
"react-cssfx-loading": "^2.1.0",
|
|
"react-datepicker": "^8.4.0",
|
|
"react-day-picker": "^9.8.0",
|
|
"react-dom": "^19.1.1",
|
|
"react-dropzone": "^14.3.8",
|
|
"react-geocode": "^0.2.3",
|
|
"react-hook-form": "^7.52.1",
|
|
"react-hot-toast": "^2.4.1",
|
|
"react-icons": "^5.5.0",
|
|
"react-leaflet": "^5.0.0",
|
|
"react-loading-skeleton": "^3.5.0",
|
|
"react-password-checklist": "^1.8.1",
|
|
"react-player": "^2.16.0",
|
|
"react-resizable-panels": "^2.0.19",
|
|
"react-responsive": "^10.0.1",
|
|
"react-select": "^5.8.3",
|
|
"react-syntax-highlighter": "^15.5.0",
|
|
"react-time-picker": "^7.0.0",
|
|
"recharts": "^2.15.3",
|
|
"rtl-detect": "^1.1.2",
|
|
"sanitize-html": "^2.14.0",
|
|
"shadcn": "^2.3.0",
|
|
"sharp": "^0.33.4",
|
|
"sonner": "^2.0.7",
|
|
"sweetalert2": "^11.10.5",
|
|
"sweetalert2-react-content": "^5.1.0",
|
|
"swiper": "^11.2.10",
|
|
"tailwind-merge": "^3.3.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tus-js-client": "^4.3.1",
|
|
"use-places-autocomplete": "^4.0.1",
|
|
"uuid": "^13.0.0",
|
|
"wavesurfer.js": "^7.11.0",
|
|
"yup": "^1.6.1",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"devDependencies": {
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@next/bundle-analyzer": "^15.0.3",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/babel__traverse": "^7.28.0",
|
|
"@types/d3-shape": "^3.1.6",
|
|
"@types/domutils": "^1.7.8",
|
|
"@types/geojson": "^7946.0.15",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/jquery": "^3.5.32",
|
|
"@types/leaflet": "^1.9.12",
|
|
"@types/minimatch": "^5.1.2",
|
|
"@types/node": "^20",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"@types/react-geocode": "^0.2.4",
|
|
"@types/rtl-detect": "^1.0.3",
|
|
"@types/sizzle": "^2.3.10",
|
|
"autoprefixer": "^10.4.19",
|
|
"cross-env": "^7.0.3",
|
|
"d3-shape": "^3.2.0",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "^15.3.5",
|
|
"jest": "^30.0.4",
|
|
"jest-environment-jsdom": "^30.0.4",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.14",
|
|
"tw-animate-css": "^1.3.5",
|
|
"typescript": "^5"
|
|
},
|
|
"optionalDependencies": {
|
|
"lightningcss-win32-x64-msvc": "^1.30.2"
|
|
}
|
|
}
|