AFFiNE/packages/workspace/package.json

45 lines
1.2 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/keck": "./src/affine/keck/index.ts",
"./affine/shared": "./src/affine/shared.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/debug": "workspace:*",
"@affine/env": "workspace:*",
"@toeverything/hooks": "workspace:*",
2023-06-09 11:43:46 +03:00
"@toeverything/plugin-infra": "workspace:*",
2023-04-02 10:57:50 +03:00
"@toeverything/y-indexeddb": "workspace:*",
2023-05-26 10:47:45 +03:00
"firebase": "^9.22.1",
2023-06-04 20:00:41 +03:00
"jotai": "^2.1.1",
"js-base64": "^3.7.5",
"ky": "^0.33.3",
2023-05-31 13:16:18 +03:00
"lib0": "^0.2.78",
2023-05-12 21:47:14 +03:00
"react": "18.3.0-canary-16d053d59-20230506",
"react-dom": "18.3.0-canary-16d053d59-20230506",
"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",
2023-05-30 13:02:49 +03:00
"next": "=13.4.2",
2023-03-30 11:22:26 +03:00
"ws": "^8.13.0"
2023-04-21 01:28:51 +03:00
},
2023-06-14 19:44:08 +03:00
"version": "0.7.0-canary.15"
}