package.json•991 B
{
"name": "browser-mcp",
"description": "Browser MCP",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "wxt -b edge",
"dev:firefox": "wxt -b firefox",
"build": "wxt build",
"build:edge": "wxt build -b edge",
"build:firefox": "wxt build -b firefox --mv3",
"zip": "wxt zip",
"zip:firefox": "wxt zip -b firefox",
"compile": "tsc --noEmit",
"postinstall": "wxt prepare"
},
"dependencies": {
"@browser-mcp/shared": "workspace:*",
"@radix-ui/themes": "^3.2.1",
"@tailwindcss/vite": "^4.1.3",
"@tanstack/react-query": "^5.71.10",
"@webext-core/proxy-service": "^1.2.1",
"@wxt-dev/storage": "^1.1.1",
"daisyui": "^5.0.12",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"tailwindcss": "^4.1.3"
},
"devDependencies": {
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@wxt-dev/module-react": "^1.1.2",
"typescript": "^5.6.3",
"wxt": "^0.19.29"
}
}