mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
36 lines
835 B
JSON
36 lines
835 B
JSON
{
|
|
"name": "@affine/workspace-impl",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"exports": {
|
|
".": "./src/index.ts"
|
|
},
|
|
"peerDependencies": {
|
|
"@blocksuite/blocks": "*",
|
|
"@blocksuite/global": "*",
|
|
"@blocksuite/store": "*"
|
|
},
|
|
"dependencies": {
|
|
"@affine/debug": "workspace:*",
|
|
"@affine/electron-api": "workspace:*",
|
|
"@affine/env": "workspace:*",
|
|
"@affine/graphql": "workspace:*",
|
|
"@toeverything/infra": "workspace:*",
|
|
"idb": "^8.0.0",
|
|
"idb-keyval": "^6.2.1",
|
|
"is-svg": "^5.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"nanoid": "^5.0.6",
|
|
"next-auth": "^4.24.5",
|
|
"socket.io-client": "^4.7.4",
|
|
"y-protocols": "^1.0.6",
|
|
"yjs": "^13.6.12"
|
|
},
|
|
"devDependencies": {
|
|
"fake-indexeddb": "^5.0.2",
|
|
"vitest": "1.3.1",
|
|
"ws": "^8.16.0"
|
|
},
|
|
"version": "0.12.0"
|
|
}
|