package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "name": "react-vite-base",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "@ant-design/icons": "^5.0.0",
  13. "@fullcalendar/core": "^6.0.3",
  14. "@fullcalendar/daygrid": "^6.0.3",
  15. "@fullcalendar/interaction": "^6.0.3",
  16. "@fullcalendar/react": "^6.0.4",
  17. "@fullcalendar/timegrid": "^6.0.3",
  18. "antd": "^5.1.5",
  19. "antd-img-crop": "^4.13.0",
  20. "array-move": "^4.0.0",
  21. "dayjs": "^1.11.7",
  22. "exceljs": "^4.3.0",
  23. "file-saver": "^2.0.5",
  24. "highcharts": "^11.1.0",
  25. "highcharts-react-official": "^3.1.0",
  26. "html-react-parser": "^5.0.7",
  27. "image-to-base64": "^2.2.0",
  28. "moment": "^2.29.4",
  29. "prop-types": "^15.8.1",
  30. "react": "^18.2.0",
  31. "react-dom": "^18.2.0",
  32. "react-helmet-async": "^1.3.0",
  33. "react-icons": "^4.11.0",
  34. "react-number-format": "^5.2.2",
  35. "react-quill": "^2.0.0",
  36. "react-router-dom": "^6.7.0",
  37. "react-sortable-hoc": "^2.0.0"
  38. },
  39. "devDependencies": {
  40. "@types/react": "^18.0.26",
  41. "@types/react-dom": "^18.0.9",
  42. "@vitejs/plugin-react": "^3.0.0",
  43. "eslint-config-react-app": "^7.0.1",
  44. "standard": "^17.0.0",
  45. "vite": "^4.0.0"
  46. }
  47. }