package.json 551 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "sug-v6-1-2-6-visualization",
  3. "version": "1.0.0",
  4. "description": "可视化工具 for sug_v6_1_2_6.py - React Flow based query graph visualization",
  5. "main": "index.js",
  6. "scripts": {
  7. "visualize": "node index.js"
  8. },
  9. "dependencies": {
  10. "react": "^19.2.0",
  11. "react-dom": "^19.2.0",
  12. "esbuild": "^0.25.11",
  13. "@xyflow/react": "^12.9.1",
  14. "dagre": "^0.8.5",
  15. "zustand": "^5.0.2"
  16. },
  17. "keywords": [
  18. "visualization",
  19. "react-flow",
  20. "query-graph",
  21. "dagre"
  22. ],
  23. "author": "",
  24. "license": "ISC"
  25. }