mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 17:04:32 +03:00
30 lines
895 B
JSON
30 lines
895 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-20230804190636-37f66904-nightly",
|
|
"@blocksuite/blocks": "0.0.0-20230804190636-37f66904-nightly",
|
|
"@blocksuite/editor": "0.0.0-20230804190636-37f66904-nightly",
|
|
"@blocksuite/global": "0.0.0-20230804190636-37f66904-nightly",
|
|
"@blocksuite/lit": "0.0.0-20230804190636-37f66904-nightly",
|
|
"@blocksuite/store": "0.0.0-20230804190636-37f66904-nightly"
|
|
},
|
|
"peerDependencies": {
|
|
"@blocksuite/block-std": "*",
|
|
"@blocksuite/blocks": "*",
|
|
"@blocksuite/editor": "*",
|
|
"@blocksuite/global": "*",
|
|
"@blocksuite/lit": "*",
|
|
"@blocksuite/store": "*"
|
|
},
|
|
"version": "0.8.0-canary.11"
|
|
}
|