mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 15:46:29 +08:00
104c21d84c
@affine/workspace -> (@affine/workspace, @affine/workspace-impl)
25 lines
508 B
JSON
25 lines
508 B
JSON
{
|
|
"name": "@affine/workspace",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"peerDependencies": {
|
|
"@blocksuite/blocks": "*",
|
|
"@blocksuite/global": "*",
|
|
"@blocksuite/store": "*"
|
|
},
|
|
"dependencies": {
|
|
"@affine/debug": "workspace:*",
|
|
"@affine/env": "workspace:*",
|
|
"@toeverything/infra": "workspace:*",
|
|
"lodash-es": "^4.17.21",
|
|
"yjs": "^13.6.10"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "1.1.0"
|
|
},
|
|
"version": "0.11.0"
|
|
}
|