AFFiNE/packages/workspace/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

{
"name": "@affine/workspace",
"private": true,
"exports": {
"./atom": "./src/atom.ts",
2023-04-20 11:23:41 +03:00
"./blob": "./src/blob/index.ts",
"./utils": "./src/utils.ts",
"./type": "./src/type.ts",
"./local/crud": "./src/local/crud.ts",
"./providers": "./src/providers/index.ts",
2023-03-24 00:29:29 +03:00
"./affine/*": "./src/affine/*.ts",
"./affine/api": "./src/affine/api/index.ts",
"./affine/sync": "./src/affine/sync.js",
"./affine/keck": "./src/affine/keck/index.ts"
},
2023-04-11 01:41:07 +03:00
"peerDependencies": {
"@blocksuite/blocks": "*",
"@blocksuite/store": "*"
2023-04-11 01:41:07 +03:00
},
"dependencies": {
"@affine-test/fixtures": "workspace:*",
"@affine/component": "workspace:*",
"@affine/debug": "workspace:*",
"@affine/env": "workspace:*",
2023-04-02 10:57:50 +03:00
"@toeverything/y-indexeddb": "workspace:*",
2023-04-28 01:59:54 +03:00
"firebase": "^9.21.0",
2023-05-06 07:41:51 +03:00
"jotai": "^2.1.0",
"js-base64": "^3.7.5",
"ky": "^0.33.3",
2023-04-23 09:42:27 +03:00
"lib0": "^0.2.74",
"react": "^18.2.0",
2023-03-24 00:29:29 +03:00
"react-dom": "^18.2.0",
"y-protocols": "^1.0.5",
2023-05-05 02:49:08 +03:00
"yjs": "^13.6.1",
2023-03-24 00:29:29 +03:00
"zod": "^3.21.4"
2023-03-30 11:22:26 +03:00
},
"devDependencies": {
"@types/ws": "^8.5.4",
"ws": "^8.13.0"
2023-04-21 01:28:51 +03:00
},
2023-05-11 09:09:21 +03:00
"version": "0.6.0-canary.0"
}