package.json 841B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "vite-project",
  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": "^4.7.0",
  13. "@ant-design/pro-components": "^2.3.13",
  14. "@zjxpcyc/react-tiny-store": "^2.0.1",
  15. "antd": "^4.23.4",
  16. "axios": "^1.1.2",
  17. "classnames": "^2.3.2",
  18. "echarts": "^5.4.0",
  19. "md5": "^2.3.0",
  20. "moment": "^2.29.4",
  21. "react": "18.1.0",
  22. "react-dom": "18.1.0",
  23. "react-helmet": "^6.1.0",
  24. "react-router-dom": "^6.4.2",
  25. "react-transition-group": "^4.4.5"
  26. },
  27. "devDependencies": {
  28. "@types/react": "^18.0.15",
  29. "@types/react-dom": "^18.0.6",
  30. "@vitejs/plugin-react": "^2.0.0",
  31. "less": "^4.1.3",
  32. "vite": "^3.0.0",
  33. "vite-plugin-imp": "^2.2.0"
  34. }
  35. }