{ "name": "@blocksuite/affine-block-table", "description": "Table 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": { "@atlaskit/pragmatic-drag-and-drop": "^1.4.0", "@blocksuite/affine-components": "workspace:*", "@blocksuite/affine-model": "workspace:*", "@blocksuite/affine-shared": "workspace:*", "@blocksuite/block-std": "workspace:*", "@blocksuite/data-view": "workspace:*", "@blocksuite/global": "workspace:*", "@blocksuite/icons": "^2.2.1", "@blocksuite/store": "workspace:*", "@floating-ui/dom": "^1.6.13", "@preact/signals-core": "^1.8.0", "@vanilla-extract/css": "^1.17.0", "lit": "^3.2.0", "yjs": "^13.6.21", "zod": "^3.24.1" }, "exports": { ".": "./src/index.ts", "./effects": "./src/effects.ts" }, "files": [ "src", "dist", "!src/__tests__", "!dist/__tests__" ], "version": "0.20.0" }