{ "name": "root", "type": "module", "devDependencies": { "bumpp": "^11.1.0", "changelogen": "^0.6.1", "concurrently": "9.1.2", "eslint-plugin-import": "^2.32.0", "glob": "^10.5.0", "oxlint-tsgolint": "^7.0.2001", "serve": "14.2.6", "typescript": "^7.0.2", "vite-plus": "catalog:", "wait-on": "9.0.5" }, "packageManager": "pnpm@11.8.0+sha512.c1f5e7c4cb241c8f174b743851d82f42b802324afc8b0f116b96adb15aa06664948dde36960a3ba1079ba5b4b29dd0140135b94b5b5f5263592249d68e555f26", "private": true, "scripts": { "dev": "vp run --filter @blocknote/example-editor dev", "dev:docs": "vp run --filter docs dev", "build": "vp run -r build", "build:clean": "vp run clean && vp run gen && vp run clean && vp run build", "build:site": "vp run -r build:site", "check": "vp run check --fix", "clean": "vp run -r clean && vp cache clean", "gen": "vp run --filter @blocknote/dev-scripts gen", "install-playwright": "cd tests && vp exec playwright install --with-deps", "e2e:image": "bash tests/docker-build.sh", "e2e": "bash tests/docker-run.sh -e CI=1 -- --run", "e2e:updateSnaps": "bash tests/docker-run.sh -e CI=1 -- --run -u", "e2e:report": "serve -l 4173 tests/playwright-report", "lint": "vp lint --type-aware", "typecheck": "tsc --noEmit -p tsconfig.json", "postpublish": "rm -rf packages/core/README.md && rm -rf packages/react/README.md", "prebuild": "cp README.md packages/core/README.md && cp README.md packages/react/README.md", "prestart": "vp run build", "start": "vp run --filter @blocknote/example-editor preview", "test": "vp run --filter \"@blocknote/*\" --filter \"docs\" test", "format": "vp fmt", "prepare": "vp config" }, "overrides": { "msw": "2.11.5", "ai": "6.0.5", "@ai-sdk/anthropic": "3.0.2", "@ai-sdk/openai": "3.0.2", "@ai-sdk/groq": "3.0.2", "@ai-sdk/google": "3.0.2", "@ai-sdk/mistral": "3.0.2", "@ai-sdk/openai-compatible": "2.0.2", "@ai-sdk/provider-utils": "4.0.2", "@ai-sdk/react": "3.0.5", "@ai-sdk/gateway": "3.0.4", "@headlessui/react": "^2.2.4", "@tiptap/core": "^3.29.2", "@tiptap/pm": "^3.29.2" }, "workspaces": [ "packages/*", "examples/*/*", "playground", "fumadocs", "docs", "shared", "tests" ] }