package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. {
  2. "private": true,
  3. "author": "gpustack",
  4. "scripts": {
  5. "build": "max build",
  6. "check:locales": "node --import tsx ./src/locales/check.ts",
  7. "dev": "max dev",
  8. "format": "prettier --cache --write .",
  9. "postinstall": "max setup",
  10. "prepare": "husky",
  11. "preview": "max preview",
  12. "setup": "max setup",
  13. "start": "npm run dev"
  14. },
  15. "dependencies": {
  16. "@ant-design/icons": "^6.1.0",
  17. "@ant-design/pro-components": "3.1.0-0",
  18. "@braintree/sanitize-url": "^7.1.1",
  19. "@gpustack/core-ui": "^1.0.10",
  20. "@huggingface/gguf": "^0.1.7",
  21. "@huggingface/hub": "^0.15.1",
  22. "@huggingface/tasks": "^0.11.6",
  23. "@monaco-editor/react": "^4.6.0",
  24. "@orcid/bibtex-parse-js": "^0.0.25",
  25. "@react-hook/resize-observer": "^2.0.2",
  26. "@types/lodash": "^4.17.4",
  27. "@umijs/max": "^4.6.15",
  28. "@xterm/addon-fit": "^0.10.0",
  29. "@xterm/xterm": "^5.5.0",
  30. "ahooks": "^3.8.5",
  31. "ansi-to-html": "^0.7.2",
  32. "antd": "^6.3.3",
  33. "antd-style": "^3.6.2",
  34. "axios": "^1.8.2",
  35. "classnames": "^2.5.1",
  36. "clipboard": "^2.0.11",
  37. "crypto-js": "^4.2.0",
  38. "dayjs": "^1.11.11",
  39. "dompurify": "^3.2.6",
  40. "driver.js": "^1.3.1",
  41. "echarts": "^5.5.1",
  42. "file-saver": "^2.0.5",
  43. "has-ansi": "^5.0.1",
  44. "highlight.js": "^11.10.0",
  45. "jdenticon": "^3.3.0",
  46. "jotai": "^2.8.4",
  47. "js-yaml": "^4.1.0",
  48. "katex": "^0.16.21",
  49. "lamejs": "github:zhuker/lamejs",
  50. "localforage": "^1.10.0",
  51. "lodash": "^4.17.21",
  52. "marked": "^14.1.0",
  53. "minimatch": "^3.1.2",
  54. "ml-dataset-iris": "^1.2.1",
  55. "ml-pca": "^4.1.1",
  56. "monaco-editor": "^0.30.1",
  57. "monaco-yaml": "^4.0.0",
  58. "numeral": "^2.0.6",
  59. "overlayscrollbars": "^2.10.0",
  60. "overlayscrollbars-react": "^0.5.6",
  61. "query-string": "^9.0.0",
  62. "rc-resize-observer": "^1.4.3",
  63. "rc-virtual-list": "^3.14.8",
  64. "re-resizable": "^6.10.1",
  65. "react": "^18.2.0",
  66. "react-dom": "^18.2.0",
  67. "react-hotkeys-hook": "^4.5.0",
  68. "react-intersection-observer": "^9.16.0",
  69. "react-markdown": "^9.0.3",
  70. "react-router-dom": "^6.30.3",
  71. "rehype-katex": "^7.0.1",
  72. "remark-breaks": "^4.0.0",
  73. "remark-gfm": "^4.0.1",
  74. "remark-math": "^6.0.0",
  75. "semver": "^7.7.3",
  76. "simplebar-react": "^3.2.6",
  77. "styled-components": "^6.1.15",
  78. "umi-presets-pro": "^2.0.3",
  79. "wavesurfer.js": "^7.8.8"
  80. },
  81. "devDependencies": {
  82. "@eslint/js": "^9.39.4",
  83. "@types/node": "^25.0.3",
  84. "@types/react": "^18.3.1",
  85. "@types/react-dom": "^18.3.0",
  86. "@types/semver": "^7.7.1",
  87. "@umijs/case-sensitive-paths-webpack-plugin": "^1.0.1",
  88. "@umijs/plugins": "^4.4.11",
  89. "babel-plugin-named-asset-import": "^0.3.8",
  90. "case-sensitive-paths-webpack-plugin": "^2.4.0",
  91. "compression-webpack-plugin": "^11.1.0",
  92. "cross-env": "^7.0.3",
  93. "css-loader": "^7.1.2",
  94. "eslint": "^9.39.4",
  95. "eslint-config-prettier": "^10.1.8",
  96. "eslint-import-resolver-typescript": "^4.4.4",
  97. "eslint-plugin-import": "^2.32.0",
  98. "eslint-plugin-react": "^7.37.5",
  99. "eslint-plugin-react-hooks": "^7.0.1",
  100. "eslint-plugin-unused-imports": "^4.4.1",
  101. "extract-css-loader": "^0.0.1",
  102. "file-loader": "^6.2.0",
  103. "globals": "^17.4.0",
  104. "husky": "^9.0.11",
  105. "less-loader": "^12.2.0",
  106. "lint-staged": "^15.2.2",
  107. "mini-css-extract-plugin": "^2.9.0",
  108. "monaco-editor-webpack-plugin": "^4.2.0",
  109. "prettier": "^3.2.5",
  110. "prettier-plugin-organize-imports": "^3.2.4",
  111. "prettier-plugin-packagejson": "^2.5.0",
  112. "prettier-plugin-two-style-order": "^1.0.1",
  113. "tsx": "^4.19.3",
  114. "typescript": "^5.4.5",
  115. "typescript-eslint": "^8.58.0",
  116. "url-loader": "^4.1.1",
  117. "webpack-bundle-analyzer": "^4.10.2",
  118. "worker-loader": "^3.0.8"
  119. },
  120. "packageManager": "pnpm@9.3.0",
  121. "pnpm": {
  122. "overrides": {
  123. "elliptic": "^6.6.1"
  124. }
  125. }
  126. }