mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
89 lines
2.8 KiB
JSON
89 lines
2.8 KiB
JSON
{
|
|
"name": "@blocksuite/blocks",
|
|
"description": "Default BlockSuite editable blocks.",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"test:unit": "nx vite:test --run",
|
|
"test:unit:coverage": "nx vite:test --run --coverage",
|
|
"test:e2e": "playwright test",
|
|
"test": "yarn test:unit && yarn test:e2e"
|
|
},
|
|
"sideEffects": false,
|
|
"keywords": [],
|
|
"author": "toeverything",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@blocksuite/affine-block-attachment": "workspace:*",
|
|
"@blocksuite/affine-block-bookmark": "workspace:*",
|
|
"@blocksuite/affine-block-embed": "workspace:*",
|
|
"@blocksuite/affine-block-list": "workspace:*",
|
|
"@blocksuite/affine-block-paragraph": "workspace:*",
|
|
"@blocksuite/affine-block-surface": "workspace:*",
|
|
"@blocksuite/affine-components": "workspace:*",
|
|
"@blocksuite/affine-model": "workspace:*",
|
|
"@blocksuite/affine-shared": "workspace:*",
|
|
"@blocksuite/affine-widget-scroll-anchoring": "workspace:*",
|
|
"@blocksuite/block-std": "workspace:*",
|
|
"@blocksuite/data-view": "workspace:*",
|
|
"@blocksuite/global": "workspace:*",
|
|
"@blocksuite/icons": "^2.1.75",
|
|
"@blocksuite/inline": "workspace:*",
|
|
"@blocksuite/store": "workspace:*",
|
|
"@floating-ui/dom": "^1.6.10",
|
|
"@lit/context": "^1.1.2",
|
|
"@preact/signals-core": "^1.8.0",
|
|
"@toeverything/theme": "^1.1.1",
|
|
"@types/hast": "^3.0.4",
|
|
"@types/mdast": "^4.0.4",
|
|
"collapse-white-space": "^2.1.0",
|
|
"date-fns": "^4.0.0",
|
|
"dompurify": "^3.1.6",
|
|
"fflate": "^0.8.2",
|
|
"file-type": "^19.5.0",
|
|
"fractional-indexing": "^3.2.0",
|
|
"html2canvas": "^1.4.1",
|
|
"katex": "^0.16.11",
|
|
"lit": "^3.2.0",
|
|
"lz-string": "^1.5.0",
|
|
"mdast-util-gfm-autolink-literal": "^2.0.1",
|
|
"mdast-util-gfm-strikethrough": "^2.0.0",
|
|
"mdast-util-gfm-table": "^2.0.0",
|
|
"mdast-util-gfm-task-list-item": "^2.0.0",
|
|
"micromark-extension-gfm-autolink-literal": "^2.1.0",
|
|
"micromark-extension-gfm-strikethrough": "^2.1.0",
|
|
"micromark-extension-gfm-table": "^2.1.0",
|
|
"micromark-extension-gfm-task-list-item": "^2.1.0",
|
|
"micromark-util-combine-extensions": "^2.0.0",
|
|
"minimatch": "^10.0.1",
|
|
"nanoid": "^5.0.7",
|
|
"pdf-lib": "^1.17.1",
|
|
"rehype-parse": "^9.0.0",
|
|
"rehype-stringify": "^10.0.0",
|
|
"remark-math": "^6.0.0",
|
|
"remark-parse": "^11.0.0",
|
|
"remark-stringify": "^11.0.0",
|
|
"shiki": "^1.14.1",
|
|
"simple-xml-to-json": "^1.2.2",
|
|
"unified": "^11.0.5",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./schemas": "./src/schemas.ts",
|
|
"./effects": "./src/effects.ts"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"!src/__tests__",
|
|
"!dist/__tests__",
|
|
"schemas.d.ts",
|
|
"schemas.js"
|
|
],
|
|
"devDependencies": {
|
|
"@types/dompurify": "^3.0.5",
|
|
"@types/katex": "^0.16.7"
|
|
}
|
|
}
|