mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
70 lines
1.8 KiB
JSON
70 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.5.1",
|
|
"jotai-effect": "^0.2.3",
|
|
"lodash.debounce": "^4.0.8",
|
|
"p-queue": "^8.0.0",
|
|
"react": "18.2.0",
|
|
"rxjs": "^7.8.1",
|
|
"swr": "2.2.4",
|
|
"uuid": "^9.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@affine/debug": "workspace:*",
|
|
"@affine/env": "workspace:*",
|
|
"@blocksuite/block-std": "0.11.0-nightly-202312150424-f13b992",
|
|
"@blocksuite/blocks": "0.11.0-nightly-202312150424-f13b992",
|
|
"@blocksuite/global": "0.11.0-nightly-202312150424-f13b992",
|
|
"@blocksuite/lit": "0.11.0-nightly-202312150424-f13b992",
|
|
"@blocksuite/presets": "0.11.0-nightly-202312150424-f13b992",
|
|
"@blocksuite/store": "0.11.0-nightly-202312150424-f13b992",
|
|
"@testing-library/react": "^14.0.0",
|
|
"@toeverything/infra": "workspace:*",
|
|
"@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/global": "*",
|
|
"@blocksuite/presets": "*",
|
|
"@blocksuite/store": "*",
|
|
"y-provider": "workspace:*"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@affine/env": {
|
|
"optional": true
|
|
},
|
|
"@blocksuite/block-std": {
|
|
"optional": true
|
|
},
|
|
"@blocksuite/blocks": {
|
|
"optional": true
|
|
},
|
|
"@blocksuite/global": {
|
|
"optional": true
|
|
},
|
|
"@blocksuite/presets": {
|
|
"optional": true
|
|
},
|
|
"@blocksuite/store": {
|
|
"optional": true
|
|
},
|
|
"y-provider": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"version": "0.10.3-canary.2"
|
|
}
|