package.json 888 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "woord-web-app",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "tsc && vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "ahooks": "^3.7.1",
  13. "antd": "^4.23.4",
  14. "axios": "^1.1.2",
  15. "lodash": "^4.17.21",
  16. "qs": "^6.11.0",
  17. "react": "^18.2.0",
  18. "react-dom": "^18.2.0",
  19. "react-router-dom": "^6.4.1",
  20. "xlsx": "^0.18.5"
  21. },
  22. "devDependencies": {
  23. "@types/lodash": "^4.14.186",
  24. "@types/qs": "^6.9.7",
  25. "@types/react": "^18.0.17",
  26. "@types/react-dom": "^18.0.6",
  27. "@typescript-eslint/eslint-plugin": "^5.39.0",
  28. "@typescript-eslint/parser": "^5.39.0",
  29. "@vitejs/plugin-react": "^2.1.0",
  30. "eslint": "^8.24.0",
  31. "eslint-plugin-react": "^7.31.8",
  32. "eslint-plugin-react-hooks": "^4.6.0",
  33. "typescript": "^4.8.4",
  34. "vite": "^3.1.0"
  35. }
  36. }