package.json 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. {
  2. "name": "webview-ui",
  3. "version": "0.3.0",
  4. "private": true,
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "tsc -b && vite build",
  9. "build:test": "tsc -b && vite build -- --dev-build",
  10. "preview": "vite preview",
  11. "lint": "biome lint --changed --no-errors-on-unmatched",
  12. "test": "vitest run",
  13. "test:watch": "vitest dev",
  14. "test:coverage": "vitest run --coverage",
  15. "storybook": "storybook dev -p 6006",
  16. "build-storybook": "storybook build"
  17. },
  18. "dependencies": {
  19. "@floating-ui/react": "^0.27.4",
  20. "@fontsource/azeret-mono": "^5.2.9",
  21. "@heroui/react": "^2.8.0-beta.2",
  22. "@paper-design/shaders-react": "^0.0.46",
  23. "@radix-ui/react-dialog": "^1.1.15",
  24. "@radix-ui/react-hover-card": "^1.1.15",
  25. "@radix-ui/react-popover": "^1.1.15",
  26. "@radix-ui/react-progress": "^1.1.7",
  27. "@radix-ui/react-separator": "^1.1.7",
  28. "@radix-ui/react-slot": "^1.2.3",
  29. "@radix-ui/react-switch": "^1.2.6",
  30. "@radix-ui/react-tooltip": "^1.2.8",
  31. "@vscode/webview-ui-toolkit": "^1.4.0",
  32. "class-variance-authority": "^0.7.1",
  33. "clsx": "^2.1.1",
  34. "debounce": "^2.1.1",
  35. "dompurify": "^3.2.4",
  36. "fast-deep-equal": "^3.1.3",
  37. "firebase": "^11.3.0",
  38. "framer-motion": "^12.7.4",
  39. "fuse.js": "^7.0.0",
  40. "fzf": "^0.5.2",
  41. "lucide-react": "^0.511.0",
  42. "mermaid": "11.11.0",
  43. "posthog-js": "^1.224.0",
  44. "pretty-bytes": "^6.1.1",
  45. "react": "^18.3.1",
  46. "react-dom": "^18.3.1",
  47. "react-remark": "^2.1.0",
  48. "react-textarea-autosize": "^8.5.7",
  49. "react-use": "^17.6.0",
  50. "react-virtuoso": "^4.12.3",
  51. "rehype-highlight": "^7.0.1",
  52. "rehype-parse": "^9.0.1",
  53. "rehype-remark": "^10.0.1",
  54. "remark-stringify": "^11.0.0",
  55. "styled-components": "^6.1.15",
  56. "tailwind-merge": "^3.3.1",
  57. "tailwindcss-animate": "^1.0.7",
  58. "unified": "^11.0.5",
  59. "uuid": "^9.0.1"
  60. },
  61. "devDependencies": {
  62. "@storybook/react-vite": "^9.1.6",
  63. "@tailwindcss/vite": "^4.1.13",
  64. "@testing-library/jest-dom": "^6.6.3",
  65. "@testing-library/react": "^16.2.0",
  66. "@testing-library/user-event": "^14.6.1",
  67. "@types/dompurify": "^3.0.5",
  68. "@types/jest": "^29.5.14",
  69. "@types/node": "^22.13.4",
  70. "@types/react": "^18.3.18",
  71. "@types/react-dom": "^18.3.5",
  72. "@types/uuid": "^9.0.8",
  73. "@types/vscode-webview": "^1.57.5",
  74. "@vitejs/plugin-react-swc": "^3.5.0",
  75. "@vitest/coverage-v8": "^3.0.9",
  76. "globals": "^15.14.0",
  77. "jsdom": "^26.0.0",
  78. "storybook": "^9.1.17",
  79. "tailwindcss": "^4.1.13",
  80. "typescript": "^5.7.3",
  81. "vite": "^7.1.11",
  82. "vitest": "^3.0.5"
  83. },
  84. "optionalDependencies": {
  85. "@rollup/rollup-linux-arm64-gnu": "^4.40.0",
  86. "@rollup/rollup-linux-x64-gnu": "^4.40.0",
  87. "@rollup/rollup-win32-x64-msvc": "^4.40.0",
  88. "@swc/core-linux-x64-gnu": "^1.11.0",
  89. "@tailwindcss/oxide-linux-x64-gnu": "^4.0.1",
  90. "lightningcss-linux-x64-gnu": "^1.29.1",
  91. "lightningcss-win32-x64-msvc": "1.29.2"
  92. }
  93. }