{ "name": "dashkit-react-kitp", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "build:cms": "vite build", "preview": "vite preview", "preview:cms": "vite preview --port 3000", "deploy:cms": "npm run build:cms && echo 'Build completed. Files are in dist/cms folder.'" }, "dependencies": { "@coreui/coreui": "^5.4.0", "@coreui/coreui-pro": "^5.14.2", "@coreui/react": "^5.7.0", "@coreui/react-pro": "^5.17.0", "@dnd-kit/core": "^6.3.1", "@dnd-kit/modifiers": "^9.0.0", "@fullcalendar/core": "^6.1.4", "@fullcalendar/daygrid": "^6.1.19", "@fullcalendar/interaction": "^6.1.19", "@fullcalendar/list": "^6.1.4", "@fullcalendar/react": "^6.1.19", "@fullcalendar/timegrid": "^6.1.19", "@headlessui/react": "^1.7.4", "@hookform/resolvers": "^2.9.10", "@iconify/react": "^4.0.0", "@react-google-maps/api": "^2.20.6", "@react-spring/web": "^10.0.3", "@reduxjs/toolkit": "^1.9.0", "@rollup/plugin-replace": "^5.0.2", "@south-paw/react-vector-maps": "^3.2.0", "@svg-maps/world": "^1.0.1", "@tippyjs/react": "^4.2.6", "@vis.gl/react-google-maps": "^1.5.2", "@vitejs/plugin-react-refresh": "^1.3.6", "antd": "^5.27.1", "apexcharts": "^3.36.3", "axios": "^1.10.0", "blueimp-md5": "^2.19.0", "chart.js": "^4.2.0", "cleave.js": "^1.6.0", "crypto-js": "^4.2.0", "d3-array": "^3.2.2", "dayjs": "^1.11.7", "framer-motion": "^10.12.12", "leaflet": "^1.9.3", "localforage": "^1.10.0", "lucide-react": "^0.507.0", "match-sorter": "^6.3.1", "md5": "^2.3.0", "organization-chart-react": "^1.1.2", "primereact": "^10.9.6", "quill": "^2.0.3", "react": "^18.2.0", "react-apexcharts": "^1.4.0", "react-beautiful-dnd": "^13.1.1", "react-calendar": "^4.0.0", "react-chartjs-2": "^5.2.0", "react-collapse": "^5.1.1", "react-color": "^2.19.3", "react-colorful": "^5.6.1", "react-csv": "^2.2.2", "react-data-table-component": "^7.7.0", "react-dnd": "^16.0.1", "react-dnd-html5-backend": "^16.0.1", "react-dom": "^18.2.0", "react-dropzone": "^14.2.3", "react-flatpickr": "^3.10.13", "react-hook-form": "^7.39.5", "react-icons": "^5.5.0", "react-leaflet": "^4.2.0", "react-redux": "^8.0.5", "react-router-dom": "^6.4.3", "react-select": "^5.7.0", "react-table": "^7.8.0", "react-tailwindcss-datepicker": "^1.4.2", "react-toastify": "^9.1.3", "react-transition-group": "^4.4.5", "recharts": "^2.3.2", "sass": "^1.56.1", "simplebar-react": "^2.4.3", "sort-by": "^0.0.2", "sweetalert2": "^11.4.8", "swiper": "^8.4.5", "uuidv4": "^6.2.13", "yarn": "^1.22.19", "yup": "^0.32.11" }, "devDependencies": { "@faker-js/faker": "^8.0.2", "@types/react": "^18.0.24", "@types/react-dom": "^18.0.8", "@vitejs/plugin-react": "^5.0.0", "autoprefixer": "^10.4.13", "miragejs": "^0.1.47", "postcss": "^8.4.19", "tailwindcss": "^3.2.4", "vite": "^7.1.1" } }