AFFiNE/packages/hooks/package.json

30 lines
894 B
JSON
Raw Normal View History

{
"name": "@toeverything/hooks",
2023-07-18 19:53:10 +03:00
"type": "module",
"exports": {
"./*": "./src/*"
},
2023-04-21 01:28:51 +03:00
"private": true,
"dependencies": {
"@affine/env": "workspace:*",
"@toeverything/y-indexeddb": "workspace:*"
},
2023-07-18 19:53:10 +03:00
"devDependencies": {
2023-08-01 21:30:56 +03:00
"@blocksuite/block-std": "0.0.0-20230731152415-fdd3d9b0-nightly",
"@blocksuite/blocks": "0.0.0-20230731152415-fdd3d9b0-nightly",
"@blocksuite/editor": "0.0.0-20230731152415-fdd3d9b0-nightly",
"@blocksuite/global": "0.0.0-20230731152415-fdd3d9b0-nightly",
"@blocksuite/lit": "0.0.0-20230731152415-fdd3d9b0-nightly",
"@blocksuite/store": "0.0.0-20230731152415-fdd3d9b0-nightly"
2023-07-18 19:53:10 +03:00
},
"peerDependencies": {
"@blocksuite/block-std": "*",
"@blocksuite/blocks": "*",
"@blocksuite/editor": "*",
"@blocksuite/global": "*",
"@blocksuite/lit": "*",
"@blocksuite/store": "*"
},
2023-08-01 21:50:32 +03:00
"version": "0.8.0-canary.6"
}