mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
## Features - https://github.com/toeverything/BlockSuite/pull/6763 @doouding - https://github.com/toeverything/BlockSuite/pull/6780 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/6775 @pengx17 - https://github.com/toeverything/BlockSuite/pull/6765 @donteatfriedrice ## Bugfix - https://github.com/toeverything/BlockSuite/pull/6792 @fundon - https://github.com/toeverything/BlockSuite/pull/6791 @fundon - https://github.com/toeverything/BlockSuite/pull/6776 @fundon - https://github.com/toeverything/BlockSuite/pull/6779 @Flrande - https://github.com/toeverything/BlockSuite/pull/6771 @fundon - https://github.com/toeverything/BlockSuite/pull/6769 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6768 @pengx17 - https://github.com/toeverything/BlockSuite/pull/6758 @Flrande - https://github.com/toeverything/BlockSuite/pull/6743 @fourdim - https://github.com/toeverything/BlockSuite/pull/6762 @regischen ## Refactor - https://github.com/toeverything/BlockSuite/pull/6786 @regischen - https://github.com/toeverything/BlockSuite/pull/6764 @pengx17 - https://github.com/toeverything/BlockSuite/pull/6772 @fundon ## Misc - https://github.com/toeverything/BlockSuite/pull/6766 @fourdim
31 lines
851 B
JSON
31 lines
851 B
JSON
{
|
|
"name": "@affine/env",
|
|
"private": true,
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@blocksuite/global": "0.14.0-canary-202404171234-4667ed6",
|
|
"@blocksuite/store": "0.14.0-canary-202404171234-4667ed6",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"vitest": "1.4.0"
|
|
},
|
|
"exports": {
|
|
"./automation": "./src/automation.ts",
|
|
"./global": "./src/global.ts",
|
|
"./constant": "./src/constant.ts",
|
|
"./workspace": "./src/workspace.ts",
|
|
"./workspace/legacy-cloud": "./src/workspace/legacy-cloud/index.ts",
|
|
"./filter": "./src/filter.ts",
|
|
"./blocksuite": "./src/blocksuite/index.ts"
|
|
},
|
|
"peerDependencies": {
|
|
"@affine/templates": "workspace:*",
|
|
"@blocksuite/global": "0.11.0-nightly-202401020419-752a5b8"
|
|
},
|
|
"dependencies": {
|
|
"lit": "^3.1.2",
|
|
"zod": "^3.22.4"
|
|
},
|
|
"version": "0.14.0"
|
|
}
|