| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293 |
- {
- "name": "webview-ui",
- "version": "0.3.0",
- "private": true,
- "type": "module",
- "scripts": {
- "dev": "vite",
- "build": "tsc -b && vite build",
- "build:test": "tsc -b && vite build -- --dev-build",
- "preview": "vite preview",
- "lint": "biome lint --changed --no-errors-on-unmatched",
- "test": "vitest run",
- "test:watch": "vitest dev",
- "test:coverage": "vitest run --coverage",
- "storybook": "storybook dev -p 6006",
- "build-storybook": "storybook build"
- },
- "dependencies": {
- "@floating-ui/react": "^0.27.4",
- "@fontsource/azeret-mono": "^5.2.9",
- "@heroui/react": "^2.8.0-beta.2",
- "@paper-design/shaders-react": "^0.0.46",
- "@radix-ui/react-dialog": "^1.1.15",
- "@radix-ui/react-hover-card": "^1.1.15",
- "@radix-ui/react-popover": "^1.1.15",
- "@radix-ui/react-progress": "^1.1.7",
- "@radix-ui/react-separator": "^1.1.7",
- "@radix-ui/react-slot": "^1.2.3",
- "@radix-ui/react-switch": "^1.2.6",
- "@radix-ui/react-tooltip": "^1.2.8",
- "@vscode/webview-ui-toolkit": "^1.4.0",
- "class-variance-authority": "^0.7.1",
- "clsx": "^2.1.1",
- "debounce": "^2.1.1",
- "dompurify": "^3.2.4",
- "fast-deep-equal": "^3.1.3",
- "firebase": "^11.3.0",
- "framer-motion": "^12.7.4",
- "fuse.js": "^7.0.0",
- "fzf": "^0.5.2",
- "lucide-react": "^0.511.0",
- "mermaid": "11.11.0",
- "posthog-js": "^1.224.0",
- "pretty-bytes": "^6.1.1",
- "react": "^18.3.1",
- "react-dom": "^18.3.1",
- "react-remark": "^2.1.0",
- "react-textarea-autosize": "^8.5.7",
- "react-use": "^17.6.0",
- "react-virtuoso": "^4.12.3",
- "rehype-highlight": "^7.0.1",
- "rehype-parse": "^9.0.1",
- "rehype-remark": "^10.0.1",
- "remark-stringify": "^11.0.0",
- "styled-components": "^6.1.15",
- "tailwind-merge": "^3.3.1",
- "tailwindcss-animate": "^1.0.7",
- "unified": "^11.0.5",
- "uuid": "^9.0.1"
- },
- "devDependencies": {
- "@storybook/react-vite": "^9.1.6",
- "@tailwindcss/vite": "^4.1.13",
- "@testing-library/jest-dom": "^6.6.3",
- "@testing-library/react": "^16.2.0",
- "@testing-library/user-event": "^14.6.1",
- "@types/dompurify": "^3.0.5",
- "@types/jest": "^29.5.14",
- "@types/node": "^22.13.4",
- "@types/react": "^18.3.18",
- "@types/react-dom": "^18.3.5",
- "@types/uuid": "^9.0.8",
- "@types/vscode-webview": "^1.57.5",
- "@vitejs/plugin-react-swc": "^3.5.0",
- "@vitest/coverage-v8": "^3.0.9",
- "globals": "^15.14.0",
- "jsdom": "^26.0.0",
- "storybook": "^9.1.17",
- "tailwindcss": "^4.1.13",
- "typescript": "^5.7.3",
- "vite": "^7.1.11",
- "vitest": "^3.0.5"
- },
- "optionalDependencies": {
- "@rollup/rollup-linux-arm64-gnu": "^4.40.0",
- "@rollup/rollup-linux-x64-gnu": "^4.40.0",
- "@rollup/rollup-win32-x64-msvc": "^4.40.0",
- "@swc/core-linux-x64-gnu": "^1.11.0",
- "@tailwindcss/oxide-linux-x64-gnu": "^4.0.1",
- "lightningcss-linux-x64-gnu": "^1.29.1",
- "lightningcss-win32-x64-msvc": "1.29.2"
- }
- }
|