mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-22 21:31:32 +03:00
20a0d0b1db
## Features - https://github.com/toeverything/BlockSuite/pull/6863 @regischen - https://github.com/toeverything/BlockSuite/pull/6852 @doouding - https://github.com/toeverything/BlockSuite/pull/6860 @pengx17 - https://github.com/toeverything/BlockSuite/pull/6856 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6849 @fundon ## Bugfix - https://github.com/toeverything/BlockSuite/pull/6873 @pengx17 - https://github.com/toeverything/BlockSuite/pull/6870 @golok727 - https://github.com/toeverything/BlockSuite/pull/6851 @golok727 - https://github.com/toeverything/BlockSuite/pull/6848 @pengx17 - https://github.com/toeverything/BlockSuite/pull/6847 @fundon - https://github.com/toeverything/BlockSuite/pull/6867 @EYHN - https://github.com/toeverything/BlockSuite/pull/6868 @fundon - https://github.com/toeverything/BlockSuite/pull/6869 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6865 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6866 @fundon - https://github.com/toeverything/BlockSuite/pull/6864 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6824 @undefined - https://github.com/toeverything/BlockSuite/pull/6859 @fundon - https://github.com/toeverything/BlockSuite/pull/6853 @fundon - https://github.com/toeverything/BlockSuite/pull/6854 @fundon - https://github.com/toeverything/BlockSuite/pull/6845 @fourdim ## Refactor - https://github.com/toeverything/BlockSuite/pull/6872 @fundon ## Misc
71 lines
1.8 KiB
JSON
71 lines
1.8 KiB
JSON
{
|
|
"name": "@toeverything/infra",
|
|
"type": "module",
|
|
"private": true,
|
|
"exports": {
|
|
"./blocksuite": "./src/blocksuite/index.ts",
|
|
"./app-config-storage": "./src/app-config-storage.ts",
|
|
".": "./src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@affine/debug": "workspace:*",
|
|
"@affine/env": "workspace:*",
|
|
"@affine/templates": "workspace:*",
|
|
"@blocksuite/blocks": "0.14.0-canary-202404250407-4c48d8d",
|
|
"@blocksuite/global": "0.14.0-canary-202404250407-4c48d8d",
|
|
"@blocksuite/store": "0.14.0-canary-202404250407-4c48d8d",
|
|
"@datastructures-js/binary-search-tree": "^5.3.2",
|
|
"foxact": "^0.2.33",
|
|
"jotai": "^2.8.0",
|
|
"jotai-effect": "^1.0.0",
|
|
"lodash-es": "^4.17.21",
|
|
"nanoid": "^5.0.7",
|
|
"react": "18.2.0",
|
|
"tinykeys": "patch:tinykeys@npm%3A2.1.0#~/.yarn/patches/tinykeys-npm-2.1.0-819feeaed0.patch",
|
|
"yjs": "^13.6.14",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@affine-test/fixtures": "workspace:*",
|
|
"@affine/templates": "workspace:*",
|
|
"@blocksuite/block-std": "0.14.0-canary-202404250407-4c48d8d",
|
|
"@blocksuite/presets": "0.14.0-canary-202404250407-4c48d8d",
|
|
"@testing-library/react": "^15.0.0",
|
|
"async-call-rpc": "^6.4.0",
|
|
"react": "^18.2.0",
|
|
"rxjs": "^7.8.1",
|
|
"vite": "^5.2.8",
|
|
"vite-plugin-dts": "3.8.1",
|
|
"vitest": "1.4.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@affine/templates": "*",
|
|
"@blocksuite/presets": "*",
|
|
"async-call-rpc": "*",
|
|
"electron": "*",
|
|
"react": "*",
|
|
"yjs": "^13"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@affine/templates": {
|
|
"optional": true
|
|
},
|
|
"@blocksuite/presets": {
|
|
"optional": true
|
|
},
|
|
"async-call-rpc": {
|
|
"optional": true
|
|
},
|
|
"electron": {
|
|
"optional": true
|
|
},
|
|
"react": {
|
|
"optional": true
|
|
},
|
|
"yjs": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"version": "0.14.0"
|
|
}
|