mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-16 05:47:09 +08:00
32 lines
708 B
JSON
32 lines
708 B
JSON
{
|
|
"name": "@blocksuite/affine-gfx-turbo-renderer",
|
|
"description": "Turbo renderer for viewport in BlockSuite.",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc"
|
|
},
|
|
"sideEffects": false,
|
|
"keywords": [],
|
|
"author": "toeverything",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@blocksuite/block-std": "workspace:*",
|
|
"@blocksuite/global": "workspace:*",
|
|
"@blocksuite/store": "workspace:*",
|
|
"@types/lodash-es": "^4.17.12",
|
|
"lodash-es": "^4.17.21",
|
|
"rxjs": "^7.8.1"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./painter": "./src/painter/painter.worker.ts"
|
|
},
|
|
"files": [
|
|
"src",
|
|
"dist",
|
|
"!src/__tests__",
|
|
"!dist/__tests__"
|
|
],
|
|
"version": "0.20.0"
|
|
}
|