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-07-20 05:44:50 +03:00
"./manager": "./src/manager/index.ts",
"./type": "./src/type.ts",
2023-06-26 10:55:44 +03:00
"./migration": "./src/migration/index.ts",
"./local/crud": "./src/local/crud.ts",
"./affine": "./src/affine/index.ts",
"./affine/*": "./src/affine/*.ts",
2023-07-03 17:29:37 +03:00
"./providers": "./src/providers/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/debug": "workspace:*",
"@affine/env": "workspace:*",
"@affine/graphql": "workspace:*",
"@affine/y-provider": "workspace:*",
"@toeverything/hooks": "workspace:*",
2023-04-02 10:57:50 +03:00
"@toeverything/y-indexeddb": "workspace:*",
"async-call-rpc": "^6.3.1",
2023-09-01 02:50:03 +03:00
"jotai": "^2.4.1",
"js-base64": "^3.7.5",
"ky": "^0.33.3",
2023-08-25 19:52:33 +03:00
"lib0": "^0.2.83",
2023-07-14 08:33:43 +03:00
"react": "18.2.0",
"react-dom": "18.2.0",
2023-08-30 02:21:18 +03:00
"socket.io-client": "^4.7.2",
2023-08-29 20:07:15 +03:00
"swr": "2.2.0",
"y-protocols": "^1.0.5",
2023-07-20 19:39:16 +03:00
"yjs": "^13.6.7",
2023-08-25 19:52:33 +03:00
"zod": "^3.22.2"
2023-03-30 11:22:26 +03:00
},
"devDependencies": {
2023-06-15 10:03:20 +03:00
"@types/ws": "^8.5.5",
2023-03-30 11:22:26 +03:00
"ws": "^8.13.0"
2023-04-21 01:28:51 +03:00
},
2023-09-08 01:22:44 +03:00
"version": "0.9.0-canary.11"
}