{ "name": "@blocksuite/affine-block-surface", "description": "Surface block for BlockSuite.", "type": "module", "scripts": { "build": "tsc", "test:unit": "nx vite:test --run --passWithNoTests", "test:unit:coverage": "nx vite:test --run --coverage", "test:e2e": "playwright test" }, "sideEffects": false, "keywords": [], "author": "toeverything", "license": "MIT", "dependencies": { "@blocksuite/affine-components": "workspace:*", "@blocksuite/affine-model": "workspace:*", "@blocksuite/affine-shared": "workspace:*", "@blocksuite/block-std": "workspace:*", "@blocksuite/global": "workspace:*", "@blocksuite/inline": "workspace:*", "@blocksuite/store": "workspace:*", "@lit/context": "^1.1.2", "@preact/signals-core": "^1.8.0", "@toeverything/theme": "^1.1.12", "fractional-indexing": "^3.2.0", "html2canvas": "^1.4.1", "lit": "^3.2.0", "lodash.chunk": "^4.2.0", "nanoid": "^5.0.7", "pdf-lib": "^1.17.1", "yjs": "^13.6.21", "zod": "^3.23.8" }, "devDependencies": { "@types/lodash.chunk": "^4.2.9", "vitest": "3.0.6" }, "exports": { ".": "./src/index.ts", "./effects": "./src/effects.ts" }, "files": [ "src", "dist", "!src/__tests__", "!dist/__tests__" ], "version": "0.19.0" }