Files
AFFiNE-Mirror/packages/frontend/hooks/package.json
2023-12-19 21:53:57 +08:00

70 lines
1.8 KiB
JSON

{
"name": "@toeverything/hooks",
"type": "module",
"exports": {
"./*": "./src/*"
},
"private": true,
"dependencies": {
"foxact": "^0.2.20",
"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:*",
"@affine/workspace": "workspace:*",
"@blocksuite/block-std": "0.11.0-nightly-202312191338-a781985",
"@blocksuite/blocks": "0.11.0-nightly-202312191338-a781985",
"@blocksuite/global": "0.11.0-nightly-202312191338-a781985",
"@blocksuite/lit": "0.11.0-nightly-202312191338-a781985",
"@blocksuite/presets": "0.11.0-nightly-202312191338-a781985",
"@blocksuite/store": "0.11.0-nightly-202312191338-a781985",
"@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": "1.0.4",
"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"
}