mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 20:38:52 +00:00
67 lines
2.1 KiB
JSON
67 lines
2.1 KiB
JSON
{
|
|
"name": "@blocksuite/affine-components",
|
|
"description": "Default BlockSuite editable blocks.",
|
|
"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-model": "workspace:*",
|
|
"@blocksuite/affine-shared": "workspace:*",
|
|
"@blocksuite/block-std": "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",
|
|
"@lottiefiles/dotlottie-wc": "^0.4.0",
|
|
"@preact/signals-core": "^1.8.0",
|
|
"@toeverything/theme": "^1.1.1",
|
|
"date-fns": "^4.0.0",
|
|
"katex": "^0.16.11",
|
|
"lit": "^3.2.0",
|
|
"lit-html": "^3.2.1",
|
|
"lodash.clonedeep": "^4.5.0",
|
|
"shiki": "^1.12.0",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./icons": "./src/icons/index.ts",
|
|
"./peek": "./src/peek/index.ts",
|
|
"./portal": "./src/portal/index.ts",
|
|
"./hover": "./src/hover/index.ts",
|
|
"./toolbar": "./src/toolbar/index.ts",
|
|
"./toast": "./src/toast/index.ts",
|
|
"./rich-text": "./src/rich-text/index.ts",
|
|
"./caption": "./src/caption/index.ts",
|
|
"./context-menu": "./src/context-menu/index.ts",
|
|
"./date-picker": "./src/date-picker/index.ts",
|
|
"./drag-indicator": "./src/drag-indicator/index.ts",
|
|
"./filterable-list": "./src/filterable-list/index.ts",
|
|
"./virtual-keyboard": "./src/virtual-keyboard/index.ts",
|
|
"./toggle-button": "./src/toggle-button/index.ts",
|
|
"./notification": "./src/notification/index.ts",
|
|
"./block-zero-width": "./src/block-zero-width/index.ts",
|
|
"./block-selection": "./src/block-selection/index.ts"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"!src/__tests__",
|
|
"!dist/__tests__"
|
|
],
|
|
"devDependencies": {
|
|
"@types/katex": "^0.16.7",
|
|
"@types/lodash.clonedeep": "^4.5.9"
|
|
}
|
|
}
|