Files
AIPex/packages/browser-ext/package.json
Ken Qian ae8f9d5d05 chore: update dependencies and clean up package.json
- Removed unused dependencies from browser-ext package.json.
- Added .history to .gitignore to exclude history files from version control.
- Updated pnpm-lock.yaml to reflect dependency changes and clean up unused entries.
2025-12-06 20:02:08 +08:00

78 lines
2.3 KiB
JSON

{
"name": "@aipexstudio/cool-aipex",
"displayName": "AIPex",
"version": "0.0.2",
"description": "Automate your browser with natural language commands - The open source browser-use solution",
"author": "Plasmo Corp. <foss@plasmo.com>",
"publishConfig": {
"registry": "https://npm.pkg.github.com"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AIPexStudio/aipex-whole.git"
},
"workspaces": [
"packages/*"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"build:css": "npx tailwindcss -i ./src/tailwind.css -o ./src/style.css --minify"
},
"files": [
"build/",
"README.md",
"package.json",
"host-access-config.json"
],
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.4",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tooltip": "^1.2.8",
"@radix-ui/react-use-controllable-state": "^1.2.2",
"ahooks": "^3.9.5",
"ai": "^5.0.59",
"assistant-ui": "^0.0.56",
"bip39": "^3.1.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"embla-carousel-react": "^8.6.0",
"lucide-react": "^0.542.0",
"markdown-to-jsx": "^7.7.10",
"nanoid": "^5.1.6",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-syntax-highlighter": "^15.6.1",
"remark-gfm": "^4.0.1",
"streamdown": "^1.3.0",
"tailwind-merge": "^3.3.1",
"tailwindcss": "4.1.13",
"tokenlens": "^1.3.1",
"tw-animate-css": "^1.4.0",
"use-stick-to-bottom": "^1.1.1"
},
"devDependencies": {
"@crxjs/vite-plugin": "^2.2.0",
"@tailwindcss/postcss": "^4.1.14",
"@types/chrome": "0.0.258",
"@types/react": "19.2.0",
"@types/react-dom": "19.2.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@vitejs/plugin-react": "^5.1.0",
"postcss": "8.4.33",
"postcss-modules": "^4.3.0",
"tailwindcss-cli": "^0.1.2",
"vite": "^7.1.8",
"vite-plugin-static-copy": "^3.1.3"
}
}