package.json 727 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "lihongdong_proto",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
  10. "preview": "vite preview"
  11. },
  12. "dependencies": {
  13. "react": "^18.2.0",
  14. "react-dom": "^18.2.0",
  15. "react-router-dom": "^6.20.1",
  16. "tdesign-react": "^1.4.0"
  17. },
  18. "devDependencies": {
  19. "@types/react": "^18.2.37",
  20. "@types/react-dom": "^18.2.15",
  21. "@vitejs/plugin-react": "^4.2.0",
  22. "eslint": "^8.53.0",
  23. "eslint-plugin-react": "^7.33.2",
  24. "eslint-plugin-react-hooks": "^4.6.0",
  25. "eslint-plugin-react-refresh": "^0.4.4",
  26. "vite": "^5.0.0"
  27. }
  28. }