mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-14 23:52:02 +03:00
71 lines
1.8 KiB
JSON
71 lines
1.8 KiB
JSON
{
|
|
"name": "@toeverything/hooks",
|
|
"type": "module",
|
|
"exports": {
|
|
"./*": "./src/*"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"foxact": "^0.2.20",
|
|
"image-blob-reduce": "^4.1.0",
|
|
"jotai": "^2.4.3",
|
|
"lodash.debounce": "^4.0.8",
|
|
"p-queue": "^7.4.1",
|
|
"react": "18.2.0",
|
|
"swr": "2.2.4",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@affine/debug": "workspace:*",
|
|
"@affine/env": "workspace:*",
|
|
"@blocksuite/block-std": "0.0.0-20231101080734-aa27dc89-nightly",
|
|
"@blocksuite/blocks": "0.0.0-20231101080734-aa27dc89-nightly",
|
|
"@blocksuite/editor": "0.0.0-20231101080734-aa27dc89-nightly",
|
|
"@blocksuite/global": "0.0.0-20231101080734-aa27dc89-nightly",
|
|
"@blocksuite/lit": "0.0.0-20231101080734-aa27dc89-nightly",
|
|
"@blocksuite/store": "0.0.0-20231101080734-aa27dc89-nightly",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@types/image-blob-reduce": "^4.1.3",
|
|
"@types/lodash.debounce": "^4.0.7",
|
|
"fake-indexeddb": "^5.0.0",
|
|
"vitest": "0.34.6",
|
|
"y-provider": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"@blocksuite/block-std": "*",
|
|
"@blocksuite/blocks": "*",
|
|
"@blocksuite/editor": "*",
|
|
"@blocksuite/global": "*",
|
|
"@blocksuite/lit": "*",
|
|
"@blocksuite/store": "*",
|
|
"y-provider": "workspace:*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@affine/env": {
|
|
"optional": true
|
|
},
|
|
"@blocksuite/block-std": {
|
|
"optional": true
|
|
},
|
|
"@blocksuite/blocks": {
|
|
"optional": true
|
|
},
|
|
"@blocksuite/editor": {
|
|
"optional": true
|
|
},
|
|
"@blocksuite/global": {
|
|
"optional": true
|
|
},
|
|
"@blocksuite/lit": {
|
|
"optional": true
|
|
},
|
|
"@blocksuite/store": {
|
|
"optional": true
|
|
},
|
|
"y-provider": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"version": "0.10.0-canary.11"
|
|
}
|