package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. "react": "^18.2.0",
  22. "react-dom": "^18.2.0",
  23. "react-transition-group": "^4.4.5",
  24. "terser": "^5.19.2"
  25. },
  26. "devDependencies": {
  27. "@types/md5": "^2.3.2",
  28. "@types/react": "^18.0.37",
  29. "@types/react-dom": "^18.0.11",
  30. "@types/react-transition-group": "^4.4.6",
  31. "@typescript-eslint/eslint-plugin": "^5.59.0",
  32. "@typescript-eslint/parser": "^5.59.0",
  33. "@vitejs/plugin-react": "^4.0.0",
  34. "@vitejs/plugin-react-refresh": "^1.3.6",
  35. "eslint": "^8.38.0",
  36. "eslint-plugin-react-hooks": "^4.6.0",
  37. "eslint-plugin-react-refresh": "^0.3.4",
  38. "less": "^4.1.3",
  39. "typescript": "^5.0.2",
  40. "vite": "^4.3.9"
  41. }
  42. }