package.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "trace-visualization",
  3. "private": true,
  4. "version": "0.1.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "tsc && vite build",
  9. "preview": "vite preview",
  10. "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
  11. },
  12. "dependencies": {
  13. "@douyinfe/semi-icons": "^2.56.0",
  14. "@douyinfe/semi-ui": "^2.56.0",
  15. "axios": "^1.6.0",
  16. "d3": "^7.8.5",
  17. "react": "^18.2.0",
  18. "react-dom": "^18.2.0",
  19. "react-error-boundary": "^6.1.1",
  20. "react-markdown": "^10.1.0"
  21. },
  22. "devDependencies": {
  23. "@tailwindcss/postcss": "^4.0.0",
  24. "@tailwindcss/vite": "^4.0.0",
  25. "@testing-library/dom": "^10.4.1",
  26. "@testing-library/react": "^16.3.2",
  27. "@types/d3": "^7.4.3",
  28. "@types/node": "^20.11.5",
  29. "@types/react": "^18.2.43",
  30. "@types/react-dom": "^18.2.17",
  31. "@typescript-eslint/eslint-plugin": "^6.14.0",
  32. "@typescript-eslint/parser": "^6.14.0",
  33. "@vitejs/plugin-react": "^4.2.1",
  34. "autoprefixer": "^10.4.19",
  35. "eslint": "^8.55.0",
  36. "eslint-plugin-react-hooks": "^4.6.0",
  37. "eslint-plugin-react-refresh": "^0.4.5",
  38. "jsdom": "^28.1.0",
  39. "postcss": "^8.4.38",
  40. "tailwindcss": "^4.0.0",
  41. "typescript": "^5.2.2",
  42. "vite": "^5.0.8",
  43. "vitest": "^4.0.18"
  44. }
  45. }