package.json 758 B

1234567891011121314151617181920212223242526272829
  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-player": "^2.14.1",
  16. "react-router-dom": "^6.20.1",
  17. "tdesign-react": "^1.4.0"
  18. },
  19. "devDependencies": {
  20. "@types/react": "^18.2.37",
  21. "@types/react-dom": "^18.2.15",
  22. "@vitejs/plugin-react": "^4.2.0",
  23. "eslint": "^8.53.0",
  24. "eslint-plugin-react": "^7.33.2",
  25. "eslint-plugin-react-hooks": "^4.6.0",
  26. "eslint-plugin-react-refresh": "^0.4.4",
  27. "vite": "^5.0.0"
  28. }
  29. }