{ "name": "react-vite-base", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "@ant-design/icons": "^5.0.0", "@fullcalendar/core": "^6.0.3", "@fullcalendar/daygrid": "^6.0.3", "@fullcalendar/interaction": "^6.0.3", "@fullcalendar/react": "^6.0.4", "@fullcalendar/timegrid": "^6.0.3", "antd": "^5.1.5", "antd-img-crop": "^4.13.0", "array-move": "^4.0.0", "dayjs": "^1.11.7", "exceljs": "^4.3.0", "file-saver": "^2.0.5", "highcharts": "^11.1.0", "highcharts-react-official": "^3.1.0", "html-react-parser": "^5.0.7", "image-to-base64": "^2.2.0", "moment": "^2.29.4", "prop-types": "^15.8.1", "react": "^18.2.0", "react-dom": "^18.2.0", "react-helmet-async": "^1.3.0", "react-icons": "^4.11.0", "react-number-format": "^5.2.2", "react-quill": "^2.0.0", "react-router-dom": "^6.7.0", "react-sortable-hoc": "^2.0.0" }, "devDependencies": { "@types/react": "^18.0.26", "@types/react-dom": "^18.0.9", "@vitejs/plugin-react": "^3.0.0", "eslint-config-react-app": "^7.0.1", "standard": "^17.0.0", "vite": "^4.0.0" } }