mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 16:47:05 +03:00
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "@affine/workspace",
|
|
"private": true,
|
|
"exports": {
|
|
"./atom": "./src/atom.ts",
|
|
"./blob": "./src/blob/index.ts",
|
|
"./utils": "./src/utils.ts",
|
|
"./type": "./src/type.ts",
|
|
"./local/crud": "./src/local/crud.ts",
|
|
"./providers": "./src/providers/index.ts",
|
|
"./affine/*": "./src/affine/*.ts",
|
|
"./affine/api": "./src/affine/api/index.ts",
|
|
"./affine/sync": "./src/affine/sync.js",
|
|
"./affine/keck": "./src/affine/keck/index.ts"
|
|
},
|
|
"peerDependencies": {
|
|
"@blocksuite/blocks": "*",
|
|
"@blocksuite/store": "*"
|
|
},
|
|
"dependencies": {
|
|
"@affine-test/fixtures": "workspace:*",
|
|
"@affine/component": "workspace:*",
|
|
"@affine/debug": "workspace:*",
|
|
"@affine/env": "workspace:*",
|
|
"@toeverything/y-indexeddb": "workspace:*",
|
|
"firebase": "^9.19.1",
|
|
"jotai": "^2.0.4",
|
|
"js-base64": "^3.7.5",
|
|
"ky": "^0.33.3",
|
|
"lib0": "^0.2.73",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"y-protocols": "^1.0.5",
|
|
"yjs": "^13.5.52",
|
|
"zod": "^3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ws": "^8.5.4",
|
|
"ws": "^8.13.0"
|
|
},
|
|
"version": "0.5.4-canary.6"
|
|
}
|