{ "name": "@mediago/extension", "private": true, "version": "0.1.0", "type": "module", "description": "Browser extension that sniffs downloadable video resources and sends them to a MediaGo server (Desktop or Docker).", "scripts": { "dev": "vite", "build": "vite build", "lint": "oxlint .", "type:check": "tsc --noEmit" }, "dependencies": { "@fontsource-variable/geist": "^5.2.6", "@fontsource-variable/jetbrains-mono": "^5.2.6", "@fontsource-variable/source-serif-4": "^5.2.6", "@mediago/shared-common": "workspace:*", "@radix-ui/react-label": "^2.1.7", "@radix-ui/react-slot": "^1.2.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "i18next": "^25.6.0", "lucide-react": "^0.548.0", "react": "^19.2.4", "react-dom": "^19.2.4", "react-i18next": "^16.0.1", "sonner": "^1.7.4", "tailwind-merge": "^3.3.1" }, "devDependencies": { "@crxjs/vite-plugin": "^2.2.0", "@tailwindcss/vite": "^4.1.14", "@types/chrome": "^0.1.26", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.2", "@vitejs/plugin-react": "^6.0.1", "tailwindcss": "^4.1.14", "tw-animate-css": "^1.4.0", "typescript": "^6.0.2", "vite": "^8.0.3" } }