175 lines
5.7 KiB
JSON
175 lines
5.7 KiB
JSON
{
|
|
"name": "dashcode-next2.0-typescript",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build",
|
|
"start": "next start",
|
|
"lint": "next lint",
|
|
"test": "jest",
|
|
"test:watch": "jest --watch",
|
|
"test:coverage": "jest --coverage",
|
|
"test:ci": "jest --ci --coverage --watchAll=false",
|
|
"optimize-images": "node scripts/optimize-images.js",
|
|
"analyze": "cross-env ANALYZE=true npm run build",
|
|
"build:analyze": "cross-env ANALYZE=true next build",
|
|
"lighthouse": "lighthouse http://localhost:3000 --output=json --output-path=./lighthouse-report.json"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.1.0",
|
|
"@dnd-kit/modifiers": "^7.0.0",
|
|
"@dnd-kit/sortable": "^8.0.0",
|
|
"@emoji-mart/data": "^1.2.1",
|
|
"@emoji-mart/react": "^1.1.1",
|
|
"@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",
|
|
"@studio-freight/react-lenis": "^0.0.47",
|
|
"@tanstack/react-table": "^8.19.2",
|
|
"@tinymce/tinymce-react": "^6.2.1",
|
|
"@types/cleave.js": "^1.4.12",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/js-cookie": "^3.0.6",
|
|
"@types/next": "^9.0.0",
|
|
"@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",
|
|
"class-variance-authority": "^0.7.0",
|
|
"cleave.js": "^1.6.0",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.0.0",
|
|
"cookie": "^1.0.2",
|
|
"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": "^11.15.0",
|
|
"geojson": "^0.5.0",
|
|
"html-react-parser": "^5.2.0",
|
|
"input-otp": "^1.2.4",
|
|
"jodit-react": "^4.1.2",
|
|
"jotai": "^2.9.3",
|
|
"jquery": "^3.7.1",
|
|
"js-cookie": "^3.0.5",
|
|
"jspdf": "^3.0.1",
|
|
"leaflet": "^1.9.4",
|
|
"lucide-react": "^0.390.0",
|
|
"moment": "^2.30.1",
|
|
"next": "^14.2.3",
|
|
"next-intl": "^3.19.1",
|
|
"next-themes": "^0.3.0",
|
|
"nextra": "^2.13.4",
|
|
"nextra-theme-docs": "^2.13.4",
|
|
"qs": "^6.13.1",
|
|
"react": "^18",
|
|
"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": "^7.5.0",
|
|
"react-day-picker": "^8.10.1",
|
|
"react-dom": "^18",
|
|
"react-dropzone": "^14.2.3",
|
|
"react-geocode": "^0.2.3",
|
|
"react-hook-form": "^7.52.1",
|
|
"react-hot-toast": "^2.4.1",
|
|
"react-icons": "^5.3.0",
|
|
"react-leaflet": "^4.2.1",
|
|
"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": "^1.5.0",
|
|
"sweetalert2": "^11.10.5",
|
|
"sweetalert2-react-content": "^5.0.7",
|
|
"swiper": "^11.1.15",
|
|
"tailwind-merge": "^2.5.5",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"tus-js-client": "^4.2.3",
|
|
"use-places-autocomplete": "^4.0.1",
|
|
"vaul": "^0.9.1",
|
|
"wavesurfer.js": "^7.8.16",
|
|
"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/d3-shape": "^3.1.6",
|
|
"@types/geojson": "^7946.0.15",
|
|
"@types/jest": "^30.0.0",
|
|
"@types/jquery": "^3.5.32",
|
|
"@types/leaflet": "^1.9.12",
|
|
"@types/node": "^20",
|
|
"@types/react": "^18.3.13",
|
|
"@types/react-geocode": "^0.2.4",
|
|
"@types/rtl-detect": "^1.0.3",
|
|
"cross-env": "^7.0.3",
|
|
"d3-shape": "^3.2.0",
|
|
"eslint": "^8",
|
|
"eslint-config-next": "14.2.3",
|
|
"jest": "^30.0.4",
|
|
"jest-environment-jsdom": "^30.0.4",
|
|
"postcss": "^8",
|
|
"tailwindcss": "^3.4.1",
|
|
"typescript": "^5"
|
|
}
|
|
}
|