mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
80 lines
2.3 KiB
JSON
80 lines
2.3 KiB
JSON
{
|
|
"name": "webview-ui",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"lint": "eslint src --ext ts,tsx",
|
|
"lint-fix": "eslint src --ext ts,tsx --fix",
|
|
"check-types": "tsc --noEmit",
|
|
"test": "jest",
|
|
"dev": "vite",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview",
|
|
"storybook": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-dialog": "^1.1.6",
|
|
"@radix-ui/react-dropdown-menu": "^2.1.5",
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
"@radix-ui/react-popover": "^1.1.6",
|
|
"@radix-ui/react-slot": "^1.1.1",
|
|
"@radix-ui/react-tooltip": "^1.1.8",
|
|
"@tailwindcss/vite": "^4.0.0",
|
|
"@vscode/webview-ui-toolkit": "^1.4.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.0.0",
|
|
"debounce": "^2.1.1",
|
|
"fast-deep-equal": "^3.1.3",
|
|
"fzf": "^0.5.2",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-remark": "^2.1.0",
|
|
"react-textarea-autosize": "^8.5.3",
|
|
"react-use": "^17.5.1",
|
|
"react-virtuoso": "^4.7.13",
|
|
"rehype-highlight": "^7.0.0",
|
|
"shell-quote": "^1.8.2",
|
|
"styled-components": "^6.1.13",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwindcss": "^4.0.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"vscrui": "^0.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@storybook/addon-essentials": "^8.5.2",
|
|
"@storybook/addon-interactions": "^8.5.2",
|
|
"@storybook/blocks": "^8.5.2",
|
|
"@storybook/react": "^8.5.2",
|
|
"@storybook/react-vite": "^8.5.2",
|
|
"@storybook/test": "^8.5.2",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/react": "^16.2.0",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/jest": "^27.5.2",
|
|
"@types/node": "^18.0.0",
|
|
"@types/react": "^18.3.18",
|
|
"@types/react-dom": "^18.3.5",
|
|
"@types/shell-quote": "^1.7.5",
|
|
"@types/testing-library__jest-dom": "^5.14.5",
|
|
"@types/vscode-webview": "^1.57.5",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"@vitejs/plugin-react": "^4.3.4",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-react-app": "^7.0.1",
|
|
"eslint-plugin-react": "^7.33.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-storybook": "^0.11.2",
|
|
"identity-obj-proxy": "^3.0.0",
|
|
"jest": "^27.5.1",
|
|
"jest-environment-jsdom": "^27.5.1",
|
|
"jest-simple-dot-reporter": "^1.0.5",
|
|
"storybook": "^8.5.2",
|
|
"ts-jest": "^27.1.5",
|
|
"typescript": "^4.9.5",
|
|
"vite": "6.0.11"
|
|
}
|
|
}
|