package.json 864 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "tonghua-platfrom",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite --host",
  8. "build": "tsc -b && vite build",
  9. "lint": "eslint .",
  10. "preview": "vite preview"
  11. },
  12. "dependencies": {
  13. "@ant-design/icons": "^5.5.2",
  14. "@tencentcloud/call-uikit-react": "^3.3.9",
  15. "antd": "^5.23.1",
  16. "react": "^18.3.1",
  17. "react-dom": "^18.3.1",
  18. "react-router-dom": "^7.1.3"
  19. },
  20. "devDependencies": {
  21. "@eslint/js": "^9.17.0",
  22. "@types/react": "^18.3.18",
  23. "@types/react-dom": "^18.3.5",
  24. "@vitejs/plugin-react-swc": "^3.5.0",
  25. "eslint": "^9.17.0",
  26. "eslint-plugin-react-hooks": "^5.0.0",
  27. "eslint-plugin-react-refresh": "^0.4.16",
  28. "globals": "^15.14.0",
  29. "typescript": "~5.6.2",
  30. "typescript-eslint": "^8.18.2",
  31. "unocss": "^65.4.2",
  32. "vite": "^6.0.5"
  33. }
  34. }