{ "name": "@blocksuite/playground", "private": true, "type": "module", "scripts": { "dev": "vite --host", "dev:hmr": "WC_HMR=1 vite", "build": "vite build", "preview": "vite preview" }, "dependencies": { "@blocksuite/affine-components": "workspace:*", "@blocksuite/affine-model": "workspace:*", "@blocksuite/block-std": "workspace:*", "@blocksuite/blocks": "workspace:*", "@blocksuite/data-view": "workspace:*", "@blocksuite/global": "workspace:*", "@blocksuite/inline": "workspace:*", "@blocksuite/presets": "workspace:*", "@blocksuite/store": "workspace:*", "@blocksuite/sync": "workspace:*", "@preact/signals-core": "^1.8.0", "@shoelace-style/shoelace": "2.19.1", "@toeverything/pdf-viewer": "^0.1.1", "@toeverything/y-indexeddb": "0.10.0-canary.9", "@types/katex": "^0.16.7", "browser-fs-access": "^0.35.0", "jszip": "^3.10.1", "lit": "^3.2.0", "lz-string": "^1.5.0", "tweakpane": "^4.0.4", "y-indexeddb": "^9.0.12", "y-protocols": "^1.0.6", "yjs": "patch:yjs@npm%3A13.6.18#~/.yarn/patches/yjs-npm-13.6.18-ad0d5f7c43.patch", "zod": "^3.23.8" }, "license": "MIT", "devDependencies": { "@tweakpane/core": "^2.0.4", "@types/micromatch": "^4.0.9", "graphql": "^16.9.0", "magic-string": "^0.30.11", "vite": "^6.0.3", "vite-plugin-istanbul": "^6.0.2", "vite-plugin-wasm": "^3.3.0", "vite-plugin-web-components-hmr": "^0.1.3" } }