-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.71 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"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": "0.0.6",
"@aipexstudio/aipex-react": "0.0.6",
"@aipexstudio/browser-runtime": "0.0.6",
"@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.0",
"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.17",
"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.7",
"@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.2.6",
"vite-plugin-static-copy": "^3.1.4"
}
}