{ "name": "mimik", "version": "1.0.5", "description": "", "main": "index.js", "packageManager": "pnpm@10.32.1", "scripts": { "dev": "wxt", "dev:firefox": "wxt -b firefox --mv3", "build": "wxt build", "build:firefox": "wxt build -b firefox --mv3", "zip": "wxt zip", "zip:firefox": "wxt zip -b firefox --mv3", "zip:all": "pnpm zip && pnpm zip:firefox", "test": "vitest run", "test:watch": "vitest", "test:cov": "vitest run --coverage", "lint": "biome check .", "lint:fix": "biome check --write .", "format": "biome format --write .", "prepare": "husky", "postinstall": "wxt prepare" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "@ai-sdk/anthropic": "^3.0.64", "@ai-sdk/openai": "^3.0.49", "@fontsource/poppins": "^5.2.7", "@tailwindcss/vite": "^4.2.2", "@webext-core/messaging": "^2.3.0", "@wxt-dev/module-react": "^1.2.2", "@xstate/react": "^6.1.0", "ai": "^6.0.142", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "css-selector-generator": "^3.8.1", "dayjs": "^1.11.20", "dexie": "^4.3.0", "docx": "^9.7.1", "jspdf": "^4.2.1", "lucide-react": "^0.577.0", "p-queue": "^9.1.1", "radix-ui": "^1.4.3", "react": "^19.2.4", "react-dom": "^19.2.4", "react-type-animation": "^3.2.0", "tailwind-merge": "^3.5.0", "tailwindcss": "^4.2.2", "wxt": "^0.20.20", "xstate": "^5.28.0", "zustand": "^5.0.12" }, "devDependencies": { "@biomejs/biome": "2.4.10", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^16.3.2", "@types/react": "^19.2.14", "@types/react-dom": "^19.2.3", "@vitest/coverage-istanbul": "^4.1.3", "@wxt-dev/i18n": "^0.2.5", "fake-indexeddb": "^6.2.5", "happy-dom": "^20.8.4", "husky": "^9.1.7", "jsdom": "^29.0.1", "playwright": "^1.59.1", "typescript": "^5.9.3", "vitest": "^4.1.0" } }