Files
page-agent/packages/extension/package.json
T

52 lines
1.5 KiB
JSON
Raw Normal View History

{
"name": "@page-agent/ext",
"private": true,
2026-06-15 17:31:54 +08:00
"version": "1.10.0",
"type": "module",
"scripts": {
"dev": "wxt",
2026-01-20 20:38:02 +08:00
"build:ext": "wxt build",
"zip": "wxt zip",
"postinstall": "wxt prepare"
},
"devDependencies": {
"@radix-ui/react-hover-card": "^1.1.17",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.10",
"@radix-ui/react-separator": "^1.1.10",
"@radix-ui/react-slot": "^1.3.0",
"@radix-ui/react-switch": "^1.3.1",
"@tailwindcss/vite": "^4.3.2",
"@types/chrome": "^0.2.0",
"@types/react": "^19.2.17",
2026-04-08 22:00:29 +08:00
"@types/react-dom": "^19.2.3",
"@wxt-dev/module-react": "^1.2.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
2026-02-10 18:43:54 +08:00
"idb": "^8.0.3",
"lucide-react": "^1.22.0",
"motion": "^12.42.0",
"next-themes": "^0.4.6",
2026-05-11 17:19:23 +08:00
"react": "^19.2.6",
"react-dom": "^19.2.6",
"rough-notation": "^0.5.1",
"simple-icons": "^16.24.1",
"sonner": "^2.0.7",
2026-05-11 17:19:23 +08:00
"tailwind-merge": "^3.6.0",
"tailwindcss": "^4.3.0",
2026-02-10 15:28:50 +08:00
"tw-animate-css": "^1.4.0",
"wxt": "^0.20.27"
2026-02-10 15:28:50 +08:00
},
"dependencies": {
2026-06-15 17:31:54 +08:00
"@page-agent/core": "1.10.0",
"@page-agent/llms": "1.10.0",
"@page-agent/page-controller": "1.10.0",
"@page-agent/ui": "1.10.0",
2026-02-13 19:09:46 +08:00
"ai-motion": "^0.4.8",
2026-03-05 19:13:18 +08:00
"chalk": "^5.6.2"
},
"peerDependencies": {
"zod": "^3.25.0 || ^4.0.0"
}
}