package.json 1.4 KB

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