mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-29 04:33:53 +03:00
fa111db91b
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
39 lines
987 B
JSON
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"
|
|
}
|