52 lines
1.5 KiB
JSON
52 lines
1.5 KiB
JSON
{
|
|
"name": "@page-agent/ext",
|
|
"private": true,
|
|
"version": "1.5.8",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "wxt",
|
|
"build:ext": "wxt build",
|
|
"zip": "wxt zip",
|
|
"postinstall": "wxt prepare"
|
|
},
|
|
"devDependencies": {
|
|
"@radix-ui/react-hover-card": "^1.1.15",
|
|
"@radix-ui/react-icons": "^1.3.2",
|
|
"@radix-ui/react-label": "^2.1.8",
|
|
"@radix-ui/react-separator": "^1.1.8",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@radix-ui/react-switch": "^1.2.6",
|
|
"@radix-ui/react-tooltip": "^1.2.8",
|
|
"@types/chrome": "^0.1.37",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.1",
|
|
"@wxt-dev/module-react": "^1.2.1",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"idb": "^8.0.3",
|
|
"lucide-react": "^0.577.0",
|
|
"motion": "^12.35.2",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"rough-notation": "^0.5.1",
|
|
"simple-icons": "^16.11.0",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwindcss": "^4.1.14",
|
|
"tw-animate-css": "^1.4.0",
|
|
"wxt": "^0.20.18"
|
|
},
|
|
"dependencies": {
|
|
"@page-agent/core": "1.5.8",
|
|
"@page-agent/llms": "1.5.8",
|
|
"@page-agent/page-controller": "1.5.8",
|
|
"@page-agent/ui": "1.5.8",
|
|
"ai-motion": "^0.4.8",
|
|
"chalk": "^5.6.2"
|
|
},
|
|
"peerDependencies": {
|
|
"zod": "^3.25.0 || ^4.0.0"
|
|
}
|
|
}
|