mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-10 16:14:09 +03:00
30 lines
894 B
JSON
30 lines
894 B
JSON
{
|
|
"name": "@toeverything/hooks",
|
|
"type": "module",
|
|
"exports": {
|
|
"./*": "./src/*"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@affine/env": "workspace:*",
|
|
"@toeverything/y-indexeddb": "workspace:*"
|
|
},
|
|
"devDependencies": {
|
|
"@blocksuite/block-std": "0.0.0-20230802200139-381599c0-nightly",
|
|
"@blocksuite/blocks": "0.0.0-20230802200139-381599c0-nightly",
|
|
"@blocksuite/editor": "0.0.0-20230802200139-381599c0-nightly",
|
|
"@blocksuite/global": "0.0.0-20230802200139-381599c0-nightly",
|
|
"@blocksuite/lit": "0.0.0-20230802200139-381599c0-nightly",
|
|
"@blocksuite/store": "0.0.0-20230802200139-381599c0-nightly"
|
|
},
|
|
"peerDependencies": {
|
|
"@blocksuite/block-std": "*",
|
|
"@blocksuite/blocks": "*",
|
|
"@blocksuite/editor": "*",
|
|
"@blocksuite/global": "*",
|
|
"@blocksuite/lit": "*",
|
|
"@blocksuite/store": "*"
|
|
},
|
|
"version": "0.8.0-canary.8"
|
|
}
|