package.json 955 B

1234567891011121314151617181920212223242526272829303132333435
  1. {
  2. "name": "dahua-pole",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite --host",
  8. "build": "vite build",
  9. "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
  10. "preview": "vite preview"
  11. },
  12. "dependencies": {
  13. "@ant-design/icons": "^5.4.0",
  14. "antd": "^5.19.3",
  15. "mobx": "^6.13.1",
  16. "mobx-react-lite": "^4.0.7",
  17. "react": "^18.3.1",
  18. "react-dom": "^18.3.1",
  19. "react-router-dom": "^6.25.1"
  20. },
  21. "devDependencies": {
  22. "@types/node": "^20.14.12",
  23. "@types/react": "^18.3.3",
  24. "@types/react-dom": "^18.3.0",
  25. "@typescript-eslint/eslint-plugin": "^7.15.0",
  26. "@typescript-eslint/parser": "^7.15.0",
  27. "@vitejs/plugin-react-swc": "^3.5.0",
  28. "eslint": "^8.57.0",
  29. "eslint-plugin-react-hooks": "^4.6.2",
  30. "eslint-plugin-react-refresh": "^0.4.7",
  31. "typescript": "^5.2.2",
  32. "unocss": "^0.61.5",
  33. "vite": "^5.3.4"
  34. }
  35. }