AFFiNE/packages/workspace/package.json
dependabot[bot] fa111db91b
chore: bump lib0 from 0.2.78 to 0.2.80 (#3670)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-08-10 15:35:15 +00:00

39 lines
987 B
JSON

{
"name": "@affine/workspace",
"private": true,
"exports": {
"./atom": "./src/atom.ts",
"./manager": "./src/manager/index.ts",
"./type": "./src/type.ts",
"./migration": "./src/migration/index.ts",
"./local/crud": "./src/local/crud.ts",
"./providers": "./src/providers/index.ts"
},
"peerDependencies": {
"@blocksuite/blocks": "*",
"@blocksuite/store": "*"
},
"dependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine/debug": "workspace:*",
"@affine/env": "workspace:*",
"@toeverything/hooks": "workspace:*",
"@toeverything/y-indexeddb": "workspace:*",
"async-call-rpc": "^6.3.1",
"jotai": "^2.2.2",
"js-base64": "^3.7.5",
"ky": "^0.33.3",
"lib0": "^0.2.80",
"react": "18.2.0",
"react-dom": "18.2.0",
"y-protocols": "^1.0.5",
"yjs": "^13.6.7",
"zod": "^3.21.4"
},
"devDependencies": {
"@types/ws": "^8.5.5",
"ws": "^8.13.0"
},
"version": "0.8.0-canary.16"
}