package.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123
  1. {
  2. "name": "@roo-code/vscode-webview",
  3. "private": true,
  4. "type": "module",
  5. "scripts": {
  6. "lint": "eslint src --ext=ts,tsx --max-warnings=0",
  7. "check-types": "tsc",
  8. "pretest": "turbo run kilo-code#bundle --cwd ..",
  9. "test": "vitest run",
  10. "format": "prettier --write src",
  11. "dev": "vite",
  12. "build": "tsc -b && vite build",
  13. "build:nightly": "tsc -b && vite build --mode nightly",
  14. "preview": "vite preview",
  15. "clean": "rimraf ../src/webview-ui ../apps/vscode-nightly/build/webview-ui tsconfig.tsbuildinfo .turbo"
  16. },
  17. "dependencies": {
  18. "@radix-ui/react-alert-dialog": "^1.1.6",
  19. "@radix-ui/react-checkbox": "^1.3.3",
  20. "@radix-ui/react-collapsible": "^1.1.3",
  21. "@radix-ui/react-dialog": "^1.1.6",
  22. "@radix-ui/react-dropdown-menu": "^2.1.5",
  23. "@radix-ui/react-icons": "^1.3.2",
  24. "@radix-ui/react-popover": "^1.1.6",
  25. "@radix-ui/react-portal": "^1.1.5",
  26. "@radix-ui/react-progress": "^1.1.2",
  27. "@radix-ui/react-select": "^2.1.6",
  28. "@radix-ui/react-separator": "^1.1.2",
  29. "@radix-ui/react-slider": "^1.2.3",
  30. "@radix-ui/react-slot": "^1.1.2",
  31. "@radix-ui/react-tabs": "^1.1.2",
  32. "@radix-ui/react-tooltip": "^1.1.8",
  33. "@roo-code/types": "workspace:^",
  34. "@tailwindcss/vite": "^4.0.0",
  35. "@tanstack/react-query": "^5.68.0",
  36. "@types/qrcode": "^1.5.6",
  37. "@types/seedrandom": "^3.0.8",
  38. "@use-gesture/react": "^10.3.1",
  39. "@vscode/codicons": "^0.0.36",
  40. "@vscode/webview-ui-toolkit": "^1.4.0",
  41. "axios": "^1.12.0",
  42. "class-variance-authority": "^0.7.1",
  43. "clsx": "^2.1.1",
  44. "cmdk": "^1.0.0",
  45. "date-fns": "^4.1.0",
  46. "debounce": "^2.1.1",
  47. "diff": "^5.2.0",
  48. "fast-deep-equal": "^3.1.3",
  49. "fzf": "^0.5.2",
  50. "hast-util-to-jsx-runtime": "^2.3.6",
  51. "i18next": "^25.0.0",
  52. "i18next-http-backend": "^3.0.2",
  53. "jotai": "^2.15.2",
  54. "katex": "^0.16.11",
  55. "knuth-shuffle-seeded": "^1.0.6",
  56. "lru-cache": "^11.1.0",
  57. "lucide-react": "^0.518.0",
  58. "mermaid": "^11.4.1",
  59. "posthog-js": "^1.227.2",
  60. "pretty-bytes": "^7.0.0",
  61. "qrcode": "^1.5.4",
  62. "react": "^18.3.1",
  63. "react-countup": "^6.5.3",
  64. "react-dom": "^18.3.1",
  65. "react-i18next": "^15.4.1",
  66. "react-icons": "^5.5.0",
  67. "react-markdown": "^9.0.3",
  68. "react-remark": "^2.1.0",
  69. "react-textarea-autosize": "^8.5.3",
  70. "react-use": "^17.5.1",
  71. "react-virtuoso": "^4.7.13",
  72. "rehype-highlight": "^7.0.0",
  73. "rehype-katex": "^7.0.1",
  74. "remark-gfm": "^4.0.1",
  75. "remark-math": "^6.0.0",
  76. "remove-markdown": "^0.6.0",
  77. "seedrandom": "^3.0.5",
  78. "shell-quote": "^1.8.2",
  79. "shiki": "^3.2.1",
  80. "source-map": "^0.7.4",
  81. "stacktrace-js": "^2.0.2",
  82. "styled-components": "^6.1.13",
  83. "tailwind-merge": "^3.0.0",
  84. "tailwindcss": "^4.0.0",
  85. "tailwindcss-animate": "^1.0.7",
  86. "unist-util-visit": "^5.0.0",
  87. "use-sound": "^5.0.0",
  88. "vscode-material-icons": "^0.1.1",
  89. "vscrui": "^0.2.2",
  90. "zod": "^3.25.61"
  91. },
  92. "devDependencies": {
  93. "@roo-code/config-eslint": "workspace:^",
  94. "@roo-code/config-typescript": "workspace:^",
  95. "@storybook/addon-essentials": "^8.6.15",
  96. "@storybook/addon-interactions": "^8.6.15",
  97. "@storybook/react-vite": "^8.6.15",
  98. "@storybook/testing-library": "^0.2.2",
  99. "@testing-library/jest-dom": "^6.6.3",
  100. "@testing-library/react": "^16.2.0",
  101. "@testing-library/user-event": "^14.6.1",
  102. "@types/diff": "^5.2.1",
  103. "@types/jest": "^29.0.0",
  104. "@types/katex": "^0.16.7",
  105. "@types/node": "20.x",
  106. "@types/react": "^18.3.23",
  107. "@types/react-dom": "^18.3.5",
  108. "@types/shell-quote": "^1.7.5",
  109. "@types/stacktrace-js": "^2.0.3",
  110. "@types/vscode-webview": "^1.57.5",
  111. "@vitejs/plugin-react": "^4.3.4",
  112. "@vitest/ui": "^3.2.3",
  113. "identity-obj-proxy": "^3.0.0",
  114. "jest": "^29.7.0",
  115. "jest-environment-jsdom": "^29.7.0",
  116. "jest-simple-dot-reporter": "^1.0.5",
  117. "jsdom": "^26.0.0",
  118. "storybook": "^8.6.15",
  119. "ts-jest": "^29.2.5",
  120. "vite": "6.3.6",
  121. "vitest": "^3.2.3"
  122. }
  123. }