mirror of
https://github.com/mengxi-ream/read-frog.git
synced 2026-04-30 01:56:46 +00:00
Bumps the development-dependencies group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [@faker-js/faker](https://github.com/faker-js/faker) | `10.3.0` | `10.4.0` | | [@vitest/coverage-istanbul](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-istanbul) | `4.1.1` | `4.1.2` | | [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) | `22.6.1` | `22.6.2` | | [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) | `8.0.2` | `8.0.3` | | [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) | `4.1.1` | `4.1.2` | Updates `@faker-js/faker` from 10.3.0 to 10.4.0 - [Release notes](https://github.com/faker-js/faker/releases) - [Changelog](https://github.com/faker-js/faker/blob/next/CHANGELOG.md) - [Commits](https://github.com/faker-js/faker/compare/v10.3.0...v10.4.0) Updates `@vitest/coverage-istanbul` from 4.1.1 to 4.1.2 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/coverage-istanbul) Updates `nx` from 22.6.1 to 22.6.2 - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/22.6.2/packages/nx) Updates `vite` from 8.0.2 to 8.0.3 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/create-vite@8.0.3/packages/vite) Updates `vitest` from 4.1.1 to 4.1.2 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v4.1.2/packages/vitest) --- updated-dependencies: - dependency-name: "@faker-js/faker" dependency-version: 10.4.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: development-dependencies - dependency-name: "@vitest/coverage-istanbul" dependency-version: 4.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: nx dependency-version: 22.6.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: vite dependency-version: 8.0.3 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies - dependency-name: vitest dependency-version: 4.1.2 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
207 lines
6.5 KiB
JSON
207 lines
6.5 KiB
JSON
{
|
|
"name": "@read-frog/extension",
|
|
"type": "module",
|
|
"version": "1.31.4",
|
|
"private": true,
|
|
"packageManager": "pnpm@10.32.1",
|
|
"description": "Read Frog browser extension for language learning",
|
|
"scripts": {
|
|
"build": "DOTENV_CONFIG_QUIET=false wxt build",
|
|
"build:edge": "DOTENV_CONFIG_QUIET=false wxt build -b edge",
|
|
"build:firefox": "DOTENV_CONFIG_QUIET=false wxt build -b firefox --mv3",
|
|
"build:analyze": "wxt build --analyze",
|
|
"dev:local": "WXT_USE_LOCAL_PACKAGES=true wxt",
|
|
"dev": "DOTENV_CONFIG_QUIET=false wxt",
|
|
"dev:edge": "DOTENV_CONFIG_QUIET=false wxt -b edge",
|
|
"dev:firefox": "DOTENV_CONFIG_QUIET=false wxt -b firefox --mv3",
|
|
"lint": "eslint",
|
|
"lint:fix": "eslint --fix",
|
|
"postinstall": "wxt prepare",
|
|
"test": "vitest run",
|
|
"test:cov": "vitest run --coverage",
|
|
"test:watch": "vitest",
|
|
"type-check": "tsc --noEmit",
|
|
"scrape:ai-sdk-models": "npx tsx scripts/scrape-ai-sdk-provider-models.ts --out scripts/output/ai-sdk-provider-models.json",
|
|
"zip": "DOTENV_CONFIG_QUIET=false WXT_ZIP_MODE=true wxt zip",
|
|
"zip:edge": "DOTENV_CONFIG_QUIET=false WXT_ZIP_MODE=true wxt zip -b edge",
|
|
"zip:firefox": "DOTENV_CONFIG_QUIET=false WXT_ZIP_MODE=true wxt zip -b firefox --mv3",
|
|
"zip:all": "DOTENV_CONFIG_QUIET=false pnpm zip && pnpm zip:edge && pnpm zip:firefox",
|
|
"release": "changeset tag && git push origin --tags",
|
|
"prepare": "husky"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/alibaba": "^1.0.13",
|
|
"@ai-sdk/amazon-bedrock": "^4.0.83",
|
|
"@ai-sdk/anthropic": "^3.0.64",
|
|
"@ai-sdk/cerebras": "^2.0.41",
|
|
"@ai-sdk/cohere": "^3.0.27",
|
|
"@ai-sdk/deepinfra": "^2.0.41",
|
|
"@ai-sdk/deepseek": "^2.0.26",
|
|
"@ai-sdk/fireworks": "^2.0.42",
|
|
"@ai-sdk/google": "^3.0.53",
|
|
"@ai-sdk/groq": "^3.0.31",
|
|
"@ai-sdk/huggingface": "^1.0.39",
|
|
"@ai-sdk/mistral": "^3.0.27",
|
|
"@ai-sdk/moonshotai": "^2.0.12",
|
|
"@ai-sdk/openai": "^3.0.48",
|
|
"@ai-sdk/openai-compatible": "^2.0.37",
|
|
"@ai-sdk/perplexity": "^3.0.26",
|
|
"@ai-sdk/react": "^3.0.140",
|
|
"@ai-sdk/replicate": "^2.0.26",
|
|
"@ai-sdk/togetherai": "^2.0.41",
|
|
"@ai-sdk/vercel": "^2.0.39",
|
|
"@ai-sdk/xai": "^3.0.74",
|
|
"@base-ui/react": "^1.3.0",
|
|
"@codemirror/lang-css": "^6.3.1",
|
|
"@codemirror/lang-json": "^6.0.2",
|
|
"@codemirror/lint": "^6.9.5",
|
|
"@codemirror/state": "^6.6.0",
|
|
"@codemirror/view": "^6.40.0",
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/modifiers": "^9.0.0",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@headless-tree/core": "^1.6.3",
|
|
"@headless-tree/react": "^1.6.3",
|
|
"@json-render/core": "^0.15.0",
|
|
"@json-render/react": "^0.15.0",
|
|
"@mozilla/readability": "^0.6.0",
|
|
"@openrouter/ai-sdk-provider": "^2.3.3",
|
|
"@orpc/client": "^1.13.10",
|
|
"@orpc/tanstack-query": "^1.13.10",
|
|
"@radix-ui/react-slot": "^1.2.4",
|
|
"@read-frog/api-contract": "0.2.2",
|
|
"@read-frog/definitions": "0.1.2",
|
|
"@remixicon/react": "^4.9.0",
|
|
"@tabler/icons-react": "^3.40.0",
|
|
"@tanstack/hotkeys": "^0.4.3",
|
|
"@tanstack/react-form": "^1.28.5",
|
|
"@tanstack/react-hotkeys": "^0.5.1",
|
|
"@tanstack/react-query": "^5.95.2",
|
|
"@uiw/codemirror-extensions-color": "^4.25.8",
|
|
"@uiw/react-codemirror": "^4.25.8",
|
|
"@webext-core/messaging": "^2.3.0",
|
|
"@wxt-dev/i18n": "^0.2.5",
|
|
"ai": "^6.0.138",
|
|
"better-auth": "^1.5.6",
|
|
"case-anything": "^3.1.2",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"cmdk": "^1.1.1",
|
|
"css-tree": "^3.2.1",
|
|
"debounce": "^3.0.0",
|
|
"deepmerge-ts": "^7.1.5",
|
|
"dequal": "^2.0.3",
|
|
"dexie": "^4.3.0",
|
|
"file-saver": "^2.0.5",
|
|
"franc": "^6.2.0",
|
|
"jotai": "^2.18.1",
|
|
"jotai-family": "^1.0.1",
|
|
"js-sha256": "^0.11.1",
|
|
"ollama-ai-provider-v2": "^3.5.0",
|
|
"posthog-js": "^1.363.3",
|
|
"react": "^19.2.4",
|
|
"react-dom": "^19.2.4",
|
|
"react-error-boundary": "^6.1.1",
|
|
"react-markdown": "^10.1.0",
|
|
"react-rnd": "^10.5.3",
|
|
"react-router": "^7.13.2",
|
|
"recharts": "^3.8.0",
|
|
"shadcn": "^4.1.0",
|
|
"sonner": "^2.0.7",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tw-animate-css": "^1.4.0",
|
|
"vercel-minimax-ai-provider": "^0.0.2",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@antfu/eslint-config": "^7.7.3",
|
|
"@changesets/changelog-github": "^0.6.0",
|
|
"@changesets/cli": "^2.30.0",
|
|
"@commitlint/cli": "^20.5.0",
|
|
"@commitlint/config-conventional": "^20.5.0",
|
|
"@eslint-react/eslint-plugin": "^2.13.0",
|
|
"@faker-js/faker": "^10.4.0",
|
|
"@iconify/react": "^6.0.2",
|
|
"@tailwindcss/postcss": "^4.2.2",
|
|
"@tanstack/eslint-plugin-query": "^5.95.2",
|
|
"@tanstack/react-query-devtools": "^5.95.2",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@total-typescript/ts-reset": "^0.6.1",
|
|
"@types/css-tree": "^2.3.11",
|
|
"@types/file-saver": "^2.0.7",
|
|
"@types/jsdom": "^28.0.1",
|
|
"@types/react": "^19.2.14",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@vitejs/plugin-react": "^6.0.1",
|
|
"@vitest/coverage-istanbul": "^4.1.2",
|
|
"@wxt-dev/module-react": "^1.2.2",
|
|
"autoprefixer": "^10.4.27",
|
|
"eruda": "^3.4.3",
|
|
"eslint": "^10.1.0",
|
|
"eslint-plugin-format": "^2.0.1",
|
|
"eslint-plugin-react-hooks": "^7.0.1",
|
|
"eslint-plugin-react-refresh": "^0.5.2",
|
|
"husky": "^9.1.7",
|
|
"jsdom": "^29.0.1",
|
|
"lint-staged": "^16.4.0",
|
|
"nx": "^22.6.2",
|
|
"postcss": "^8.5.8",
|
|
"postcss-rem-to-responsive-pixel": "^7.0.1",
|
|
"postcss-value-parser": "^4.2.0",
|
|
"tailwindcss": "^4.2.2",
|
|
"type-fest": "^5.5.0",
|
|
"typescript": "^6.0.2",
|
|
"vite": "^8.0.3",
|
|
"vitest": "^4.1.2",
|
|
"wxt": "0.20.20"
|
|
},
|
|
"devEngines": {
|
|
"runtime": {
|
|
"name": "node",
|
|
"version": ">=22.0.0",
|
|
"onFail": "download"
|
|
}
|
|
},
|
|
"nx": {
|
|
"targets": {
|
|
"build": {
|
|
"executor": "nx:run-commands",
|
|
"options": {
|
|
"command": "wxt build"
|
|
}
|
|
},
|
|
"build:firefox": {
|
|
"executor": "nx:run-commands",
|
|
"options": {
|
|
"command": "wxt build -b firefox"
|
|
}
|
|
},
|
|
"test": {
|
|
"executor": "nx:run-commands",
|
|
"options": {
|
|
"command": "vitest run"
|
|
}
|
|
},
|
|
"test:cov": {
|
|
"executor": "nx:run-commands",
|
|
"options": {
|
|
"command": "vitest run --coverage"
|
|
}
|
|
},
|
|
"lint": {
|
|
"executor": "nx:run-commands",
|
|
"options": {
|
|
"command": "eslint"
|
|
}
|
|
},
|
|
"type-check": {
|
|
"executor": "nx:run-commands",
|
|
"options": {
|
|
"command": "tsc --noEmit"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|