package.json 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. {
  2. "name": "flowsint-app",
  3. "productName": "Flowsint",
  4. "license": "Apache-2.0",
  5. "version": "1.0.0",
  6. "type": "module",
  7. "description": "Graph analysis and intelligence platform to help you discover hidden relationships and insights.",
  8. "author": "DexterMorgan",
  9. "homepage": "https://www.flowsint.io/",
  10. "scripts": {
  11. "format": "prettier --write .",
  12. "lint": "eslint . --ext .js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix",
  13. "typecheck": "tsc --noEmit",
  14. "dev": "vite",
  15. "build": "vite build",
  16. "preview": "vite preview"
  17. },
  18. "dependencies": {
  19. "@ai-sdk/react": "^3.0.79",
  20. "@dagrejs/dagre": "^1.1.4",
  21. "@hookform/resolvers": "^5.0.1",
  22. "@monaco-editor/react": "^4.7.0",
  23. "@radix-ui/react-accordion": "^1.2.11",
  24. "@radix-ui/react-alert-dialog": "^1.1.14",
  25. "@radix-ui/react-aspect-ratio": "^1.1.7",
  26. "@radix-ui/react-avatar": "^1.1.10",
  27. "@radix-ui/react-checkbox": "^1.3.2",
  28. "@radix-ui/react-collapsible": "^1.1.11",
  29. "@radix-ui/react-context-menu": "^2.2.15",
  30. "@radix-ui/react-dialog": "^1.1.14",
  31. "@radix-ui/react-dropdown-menu": "^2.1.15",
  32. "@radix-ui/react-hover-card": "^1.1.14",
  33. "@radix-ui/react-label": "^2.1.7",
  34. "@radix-ui/react-menubar": "^1.1.15",
  35. "@radix-ui/react-navigation-menu": "^1.2.13",
  36. "@radix-ui/react-popover": "^1.1.15",
  37. "@radix-ui/react-progress": "^1.1.7",
  38. "@radix-ui/react-radio-group": "^1.3.7",
  39. "@radix-ui/react-scroll-area": "^1.2.9",
  40. "@radix-ui/react-select": "^2.2.5",
  41. "@radix-ui/react-separator": "^1.1.7",
  42. "@radix-ui/react-slider": "^1.3.5",
  43. "@radix-ui/react-slot": "^1.2.3",
  44. "@radix-ui/react-switch": "^1.2.5",
  45. "@radix-ui/react-tabs": "^1.1.12",
  46. "@radix-ui/react-toggle": "^1.1.9",
  47. "@radix-ui/react-toggle-group": "^1.1.10",
  48. "@radix-ui/react-tooltip": "^1.2.7",
  49. "@tailwindcss/typography": "^0.5.16",
  50. "@tailwindcss/vite": "^4.1.11",
  51. "@tanstack/react-query": "^5.79.0",
  52. "@tanstack/react-table": "^8.21.3",
  53. "@tanstack/react-virtual": "^3.13.9",
  54. "@tanstack/router-plugin": "^1.121.7",
  55. "@tiptap/extension-code-block-lowlight": "^2.12.0",
  56. "@tiptap/extension-color": "^2.12.0",
  57. "@tiptap/extension-heading": "^2.12.0",
  58. "@tiptap/extension-highlight": "^2.12.0",
  59. "@tiptap/extension-horizontal-rule": "^2.12.0",
  60. "@tiptap/extension-image": "^2.12.0",
  61. "@tiptap/extension-link": "^2.12.0",
  62. "@tiptap/extension-mention": "2.12.0",
  63. "@tiptap/extension-placeholder": "^2.12.0",
  64. "@tiptap/extension-subscript": "^2.12.0",
  65. "@tiptap/extension-superscript": "^2.12.0",
  66. "@tiptap/extension-task-item": "^2.12.0",
  67. "@tiptap/extension-task-list": "^2.12.0",
  68. "@tiptap/extension-text-align": "^2.12.0",
  69. "@tiptap/extension-text-style": "^2.12.0",
  70. "@tiptap/extension-typography": "^2.12.0",
  71. "@tiptap/extension-underline": "^2.12.0",
  72. "@tiptap/html": "^2.14.0",
  73. "@tiptap/pm": "^2.12.0",
  74. "@tiptap/react": "^2.12.0",
  75. "@tiptap/starter-kit": "^2.12.0",
  76. "@tiptap/suggestion": "^3.15.3",
  77. "@xterm/addon-fit": "^0.10.0",
  78. "@xterm/addon-webgl": "^0.18.0",
  79. "@xterm/xterm": "^5.5.0",
  80. "@xyflow/react": "^12.6.4",
  81. "ai": "^6.0.77",
  82. "babel-plugin-react-compiler": "^19.1.0-rc.2",
  83. "class-variance-authority": "^0.7.1",
  84. "clsx": "^2.1.1",
  85. "cmdk": "^1.1.1",
  86. "d3": "^7.9.0",
  87. "d3-force": "^3.0.0",
  88. "date-fns": "^3.6.0",
  89. "dompurify": "^3.3.0",
  90. "embla-carousel-react": "^8.6.0",
  91. "framer-motion": "^12.0.6",
  92. "input-otp": "^1.4.2",
  93. "lowlight": "^3.3.0",
  94. "lucide-react": "^0.511.0",
  95. "maplibre-gl": "^5.1.1",
  96. "marked": "^15.0.12",
  97. "pixi.js": "^8.14.1",
  98. "react-day-picker": "8.10.1",
  99. "react-force-graph-2d": "^1.27.1",
  100. "react-hook-form": "^7.56.4",
  101. "react-joyride": "^2.9.3",
  102. "react-map-gl": "^8.1.0",
  103. "react-markdown": "^10.1.0",
  104. "react-medium-image-zoom": "^5.2.14",
  105. "react-resizable-panels": "^3.0.2",
  106. "react-syntax-highlighter": "^15.6.1",
  107. "recharts": "^2.15.3",
  108. "remark-gfm": "^4.0.1",
  109. "sonner": "^2.0.4",
  110. "tailwind-merge": "^3.3.0",
  111. "tailwindcss": "^4.1.8",
  112. "tailwindcss-animate": "^1.0.7",
  113. "usehooks-ts": "^3.1.1",
  114. "uuid": "^13.0.0",
  115. "vaul": "^1.1.2",
  116. "yaml": "^2.8.2",
  117. "zod": "^3.25.42",
  118. "zustand": "^5.0.3"
  119. },
  120. "devDependencies": {
  121. "@tanstack/react-router": "^1.98.0",
  122. "@tanstack/router-cli": "^1.124.0",
  123. "@tanstack/router-devtools": "^1.98.0",
  124. "@types/d3-force": "^3.0.10",
  125. "@types/dompurify": "^3.2.0",
  126. "@types/node": "^22.15.29",
  127. "@types/react": "^19.2.2",
  128. "@types/react-dom": "^19.2.2",
  129. "@vitejs/plugin-react": "^4.3.1",
  130. "autoprefixer": "^10.4.20",
  131. "eslint": "^8.57.0",
  132. "eslint-plugin-react": "^7.34.3",
  133. "graphology-types": "^0.24.8",
  134. "husky": "^9.1.7",
  135. "monaco-editor": "^0.55.1",
  136. "postcss": "^8.4.35",
  137. "prettier": "^3.3.2",
  138. "react": "^19.2.0",
  139. "react-dom": "^19.2.0",
  140. "standard-version": "^9.5.0",
  141. "typescript": "^5.5.2",
  142. "vite": "^5.3.1"
  143. }
  144. }