package.json 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. {
  2. "name": "lightrag-webui",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vite build",
  9. "lint": "eslint .",
  10. "preview": "vite preview",
  11. "test": "bun test",
  12. "test:watch": "bun test --watch",
  13. "test:coverage": "bun test --coverage",
  14. "dev:bun": "bunx --bun vite",
  15. "build:bun": "bunx --bun vite build",
  16. "preview:bun": "bunx --bun vite preview"
  17. },
  18. "dependencies": {
  19. "@faker-js/faker": "^10.4.0",
  20. "@radix-ui/react-alert-dialog": "^1.1.15",
  21. "@radix-ui/react-checkbox": "^1.3.3",
  22. "@radix-ui/react-dialog": "^1.1.15",
  23. "@radix-ui/react-popover": "^1.1.15",
  24. "@radix-ui/react-progress": "^1.1.8",
  25. "@radix-ui/react-scroll-area": "^1.2.10",
  26. "@radix-ui/react-select": "^2.2.6",
  27. "@radix-ui/react-separator": "^1.1.8",
  28. "@radix-ui/react-slot": "^1.2.4",
  29. "@radix-ui/react-tabs": "^1.1.13",
  30. "@radix-ui/react-tooltip": "^1.2.8",
  31. "@radix-ui/react-use-controllable-state": "^1.2.2",
  32. "@react-sigma/core": "^5.0.6",
  33. "@react-sigma/graph-search": "^5.0.6",
  34. "@react-sigma/layout-circlepack": "^5.0.6",
  35. "@react-sigma/layout-circular": "^5.0.6",
  36. "@react-sigma/layout-force": "^5.0.6",
  37. "@react-sigma/layout-forceatlas2": "^5.0.6",
  38. "@react-sigma/layout-noverlap": "^5.0.6",
  39. "@react-sigma/layout-random": "^5.0.6",
  40. "@react-sigma/minimap": "^5.0.6",
  41. "@sigma/edge-curve": "^3.1.0",
  42. "@sigma/node-border": "^3.0.0",
  43. "@tanstack/react-table": "^8.21.3",
  44. "axios": "^1.16.1",
  45. "class-variance-authority": "^0.7.1",
  46. "clsx": "^2.1.1",
  47. "cmdk": "^1.1.1",
  48. "graphology": "^0.26.0",
  49. "graphology-generators": "^0.11.2",
  50. "graphology-layout": "^0.6.1",
  51. "graphology-layout-force": "^0.2.4",
  52. "graphology-layout-forceatlas2": "^0.10.1",
  53. "graphology-layout-noverlap": "^0.4.2",
  54. "i18next": "^26.2.0",
  55. "katex": "^0.16.47",
  56. "mermaid": "^11.15.0",
  57. "lucide-react": "^1.16.0",
  58. "minisearch": "^7.2.0",
  59. "react": "^19.2.6",
  60. "react-dom": "^19.2.6",
  61. "react-dropzone": "^15.0.0",
  62. "react-error-boundary": "^6.1.2",
  63. "react-i18next": "^17.0.8",
  64. "react-markdown": "^10.1.0",
  65. "react-number-format": "^5.4.5",
  66. "react-router-dom": "^7.15.1",
  67. "react-select": "^5.10.2",
  68. "react-syntax-highlighter": "^16.1.1",
  69. "rehype-katex": "^7.0.1",
  70. "rehype-raw": "^7.0.0",
  71. "rehype-react": "^8.0.0",
  72. "remark-gfm": "^4.0.1",
  73. "remark-math": "^6.0.0",
  74. "seedrandom": "^3.0.5",
  75. "sigma": "^3.0.3",
  76. "sonner": "^2.0.7",
  77. "tailwind-merge": "^3.6.0",
  78. "tailwind-scrollbar": "^4.0.2",
  79. "typography": "^0.16.24",
  80. "unist-util-visit": "^5.1.0",
  81. "zustand": "^5.0.13"
  82. },
  83. "devDependencies": {
  84. "@eslint/js": "^10.0.1",
  85. "@stylistic/eslint-plugin": "^5.10.0",
  86. "@types/bun": "^1.3.14",
  87. "@tailwindcss/vite": "^4.3.0",
  88. "@types/katex": "^0.16.8",
  89. "@types/node": "^25.9.1",
  90. "@tailwindcss/typography": "^0.5.15",
  91. "@types/react": "^19.2.15",
  92. "@types/react-dom": "^19.2.3",
  93. "@types/react-i18next": "^8.1.0",
  94. "@types/react-syntax-highlighter": "^15.5.13",
  95. "@types/seedrandom": "^3.0.8",
  96. "@vitejs/plugin-react": "^6.0.2",
  97. "eslint": "^10.4.0",
  98. "eslint-config-prettier": "^10.1.8",
  99. "eslint-plugin-react": "^7.37.5",
  100. "eslint-plugin-react-hooks": "^7.1.1",
  101. "eslint-plugin-react-refresh": "^0.5.2",
  102. "globals": "^17.6.0",
  103. "graphology-types": "^0.24.8",
  104. "prettier": "^3.8.3",
  105. "prettier-plugin-tailwindcss": "^0.8.0",
  106. "typescript-eslint": "^8.59.4",
  107. "tailwindcss": "^4.3.0",
  108. "tailwindcss-animate": "^1.0.7",
  109. "typescript": "~6.0.3",
  110. "vite": "^8.0.14"
  111. }
  112. }