mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-01 01:52:42 +03:00
44 lines
1.2 KiB
JSON
44 lines
1.2 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/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/hooks": "workspace:*",
|
|
"@toeverything/y-indexeddb": "workspace:*",
|
|
"firebase": "^9.22.1",
|
|
"jotai": "^2.1.0",
|
|
"js-base64": "^3.7.5",
|
|
"ky": "^0.33.3",
|
|
"lib0": "^0.2.76",
|
|
"react": "18.3.0-canary-16d053d59-20230506",
|
|
"react-dom": "18.3.0-canary-16d053d59-20230506",
|
|
"y-protocols": "^1.0.5",
|
|
"yjs": "^13.6.1",
|
|
"zod": "^3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ws": "^8.5.4",
|
|
"next": "=13.4.2",
|
|
"ws": "^8.13.0"
|
|
},
|
|
"version": "0.7.0-canary.2"
|
|
}
|