mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-15 16:21:46 +03:00
5bebcec2eb
## Features - https://github.com/toeverything/BlockSuite/pull/6379 @doodlewind - https://github.com/toeverything/BlockSuite/pull/6375 @doodlewind - https://github.com/toeverything/BlockSuite/pull/6370 @donteatfriedrice ## Bugfix - https://github.com/toeverything/BlockSuite/pull/6380 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6377 @doouding - https://github.com/toeverything/BlockSuite/pull/6376 @fourdim - https://github.com/toeverything/BlockSuite/pull/6374 @regischen ## Misc - docs: update examples desc - ci: start publishing 0.13 canary
76 lines
2.0 KiB
JSON
76 lines
2.0 KiB
JSON
{
|
|
"name": "@toeverything/infra",
|
|
"type": "module",
|
|
"private": true,
|
|
"exports": {
|
|
"./blocksuite": "./src/blocksuite/index.ts",
|
|
"./command": "./src/command/index.ts",
|
|
"./atom": "./src/atom/index.ts",
|
|
"./app-config-storage": "./src/app-config-storage.ts",
|
|
"./di": "./src/di/index.ts",
|
|
"./livedata": "./src/livedata/index.ts",
|
|
"./storage": "./src/storage/index.ts",
|
|
"./lifecycle": "./src/lifecycle/index.ts",
|
|
".": "./src/index.ts"
|
|
},
|
|
"dependencies": {
|
|
"@affine/debug": "workspace:*",
|
|
"@affine/env": "workspace:*",
|
|
"@affine/templates": "workspace:*",
|
|
"@blocksuite/blocks": "0.13.0-canary-202403050653-934469c",
|
|
"@blocksuite/global": "0.13.0-canary-202403050653-934469c",
|
|
"@blocksuite/store": "0.13.0-canary-202403050653-934469c",
|
|
"foxact": "^0.2.31",
|
|
"jotai": "^2.6.5",
|
|
"jotai-effect": "^0.6.0",
|
|
"lodash-es": "^4.17.21",
|
|
"nanoid": "^5.0.6",
|
|
"react": "18.2.0",
|
|
"tinykeys": "patch:tinykeys@npm%3A2.1.0#~/.yarn/patches/tinykeys-npm-2.1.0-819feeaed0.patch",
|
|
"yjs": "^13.6.12",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"devDependencies": {
|
|
"@affine-test/fixtures": "workspace:*",
|
|
"@affine/templates": "workspace:*",
|
|
"@blocksuite/lit": "0.13.0-canary-202403050653-934469c",
|
|
"@blocksuite/presets": "0.13.0-canary-202403050653-934469c",
|
|
"@testing-library/react": "^14.2.1",
|
|
"async-call-rpc": "^6.4.0",
|
|
"react": "^18.2.0",
|
|
"rxjs": "^7.8.1",
|
|
"vite": "^5.1.4",
|
|
"vite-plugin-dts": "3.7.3",
|
|
"vitest": "1.3.1"
|
|
},
|
|
"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.12.0"
|
|
}
|