mirror of
https://github.com/AIPexStudio/AIPex.git
synced 2026-05-13 18:51:35 +00:00
91 lines
2.7 KiB
JSON
91 lines
2.7 KiB
JSON
{
|
|
"name": "@aipexstudio/cool-aipex",
|
|
"displayName": "AIPex",
|
|
"version": "0.0.14",
|
|
"description": "Automate your browser with natural language commands - The open source browser-use solution",
|
|
"author": "AIPex Studio",
|
|
"private": true,
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/AIPexStudio/AIPex.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",
|
|
"typecheck": "tsc --project tsconfig.json",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest"
|
|
},
|
|
"files": [
|
|
"build/",
|
|
"README.md",
|
|
"package.json",
|
|
"host-access-config.json"
|
|
],
|
|
"dependencies": {
|
|
"@ai-sdk/anthropic": "^2.0.51",
|
|
"@ai-sdk/google": "^2.0.44",
|
|
"@ai-sdk/openai": "^2.0.75",
|
|
"@aipexstudio/aipex-core": "workspace:*",
|
|
"@aipexstudio/aipex-react": "workspace:*",
|
|
"@aipexstudio/browser-runtime": "workspace:*",
|
|
"@modelcontextprotocol/sdk": "^1.25.2",
|
|
"@radix-ui/react-avatar": "^1.1.11",
|
|
"@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.8",
|
|
"@radix-ui/react-scroll-area": "^1.2.10",
|
|
"@radix-ui/react-select": "^2.2.6",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@radix-ui/react-use-controllable-state": "^1.2.2",
|
|
"ahooks": "^3.9.6",
|
|
"ai": "^5.0.105",
|
|
"assistant-ui": "^0.0.67",
|
|
"bip39": "^3.1.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"embla-carousel-react": "^8.6.0",
|
|
"lucide-react": "^0.562.0",
|
|
"markdown-to-jsx": "^9.3.0",
|
|
"nanoid": "^5.1.6",
|
|
"react": "19.2.3",
|
|
"react-dom": "19.2.0",
|
|
"react-syntax-highlighter": "^16.1.0",
|
|
"remark-gfm": "^4.0.1",
|
|
"streamdown": "^1.6.10",
|
|
"tailwind-merge": "^3.4.0",
|
|
"tailwindcss": "4.1.18",
|
|
"tokenlens": "^1.3.1",
|
|
"tw-animate-css": "^1.4.0",
|
|
"use-stick-to-bottom": "^1.1.1",
|
|
"zod": "^4.1.13"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/dom": "^10.4.0",
|
|
"@crxjs/vite-plugin": "^2.2.1",
|
|
"@tailwindcss/postcss": "^4.1.18",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.0",
|
|
"@types/chrome": "0.1.32",
|
|
"@types/react": "19.2.8",
|
|
"@types/react-dom": "19.2.3",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"@vitejs/plugin-react": "^5.1.1",
|
|
"jsdom": "^27.2.0",
|
|
"postcss": "8.5.6",
|
|
"postcss-modules": "^6.0.1",
|
|
"tailwindcss-cli": "^0.1.2",
|
|
"vite": "^7.3.1",
|
|
"vite-plugin-static-copy": "^3.1.4"
|
|
}
|
|
}
|