mirror of
https://github.com/AIPexStudio/AIPex.git
synced 2026-05-13 18:51:35 +00:00
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
95 lines
2.9 KiB
JSON
95 lines
2.9 KiB
JSON
{
|
|
"name": "@aipexstudio/cool-aipex",
|
|
"displayName": "AIPex",
|
|
"version": "0.1.0",
|
|
"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": "^3.0.66",
|
|
"@ai-sdk/google": "^3.0.52",
|
|
"@ai-sdk/openai": "^3.0.47",
|
|
"@ai-sdk/openai-compatible": "^2.0.37",
|
|
"@aipexstudio/aipex-core": "workspace:*",
|
|
"@aipexstudio/aipex-react": "workspace:*",
|
|
"@aipexstudio/browser-runtime": "workspace:*",
|
|
"@aipexstudio/dom-snapshot": "workspace:*",
|
|
"@modelcontextprotocol/sdk": "^1.26.0",
|
|
"@ricky0123/vad-web": "^0.0.27",
|
|
"onnxruntime-web": "^1.22.0",
|
|
"@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": "^6.0.116",
|
|
"assistant-ui": "^0.0.78",
|
|
"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.577.0",
|
|
"markdown-to-jsx": "^9.6.1",
|
|
"nanoid": "^5.1.7",
|
|
"react": "19.2.4",
|
|
"react-dom": "19.2.4",
|
|
"react-syntax-highlighter": "^16.1.1",
|
|
"remark-gfm": "^4.0.1",
|
|
"streamdown": "^2.3.0",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss": "4.2.2",
|
|
"tokenlens": "^1.3.1",
|
|
"tw-animate-css": "^1.4.0",
|
|
"use-stick-to-bottom": "^1.1.3",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/dom": "^10.4.0",
|
|
"@crxjs/vite-plugin": "^2.4.0",
|
|
"@tailwindcss/postcss": "^4.2.2",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@types/chrome": "0.1.38",
|
|
"@types/react": "19.2.14",
|
|
"@types/react-dom": "19.2.3",
|
|
"@types/react-syntax-highlighter": "^15.5.13",
|
|
"@vitejs/plugin-react": "^5.1.1",
|
|
"jsdom": "^29.0.1",
|
|
"postcss": "8.5.8",
|
|
"postcss-modules": "^6.0.1",
|
|
"tailwindcss-cli": "^0.1.2",
|
|
"vite": "^7.3.2",
|
|
"vite-plugin-static-copy": "^4.0.1"
|
|
}
|
|
}
|