package.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. {
  2. "name": "h5-sdk-react",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "dev:prod": "vite --mode production",
  9. "build": "tsc && vite build",
  10. "build:prod": "tsc && vite build --mode production",
  11. "build:dev": "tsc && vite build --mode development",
  12. "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
  13. "preview": "vite preview"
  14. },
  15. "dependencies": {
  16. "@ant-design/icons": "^5.1.4",
  17. "ahooks": "^3.7.8",
  18. "antd": "^5.6.3",
  19. "axios": "^1.4.0",
  20. "md5": "^2.3.0",
  21. "moment": "^2.30.1",
  22. "react": "^18.2.0",
  23. "react-dom": "^18.2.0",
  24. "react-router-dom": "^7.0.2",
  25. "react-transition-group": "^4.4.5",
  26. "terser": "^5.19.2"
  27. },
  28. "devDependencies": {
  29. "@types/md5": "^2.3.2",
  30. "@types/react": "^18.0.37",
  31. "@types/react-dom": "^18.0.11",
  32. "@types/react-transition-group": "^4.4.6",
  33. "@typescript-eslint/eslint-plugin": "^5.59.0",
  34. "@typescript-eslint/parser": "^5.59.0",
  35. "@vitejs/plugin-react": "^4.0.0",
  36. "@vitejs/plugin-react-refresh": "^1.3.6",
  37. "eslint": "^8.38.0",
  38. "eslint-plugin-react-hooks": "^4.6.0",
  39. "eslint-plugin-react-refresh": "^0.3.4",
  40. "less": "^4.1.3",
  41. "typescript": "^5.0.2",
  42. "vite": "^4.3.9"
  43. }
  44. }