mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
## Features - https://github.com/toeverything/BlockSuite/pull/6785 @zzj3720 ## Bugfix - https://github.com/toeverything/BlockSuite/pull/6894 @Flrande - https://github.com/toeverything/BlockSuite/pull/6893 @doouding - https://github.com/toeverything/BlockSuite/pull/6891 @fundon - https://github.com/toeverything/BlockSuite/pull/6879 @doouding - https://github.com/toeverything/BlockSuite/pull/6885 @regischen - https://github.com/toeverything/BlockSuite/pull/6888 @doouding - https://github.com/toeverything/BlockSuite/pull/6890 @doouding - https://github.com/toeverything/BlockSuite/pull/6889 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6887 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6877 @EYHN - https://github.com/toeverything/BlockSuite/pull/6882 @fundon - https://github.com/toeverything/BlockSuite/pull/6886 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6884 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6881 @fundon - https://github.com/toeverything/BlockSuite/pull/6880 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6878 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6876 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6873 @pengx17 ## Refactor ## Misc - https://github.com/toeverything/BlockSuite/pull/6874 @doouding
31 lines
851 B
JSON
31 lines
851 B
JSON
{
|
|
"name": "@affine/env",
|
|
"private": true,
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@blocksuite/global": "0.14.0-canary-202404260628-ddb1941",
|
|
"@blocksuite/store": "0.14.0-canary-202404260628-ddb1941",
|
|
"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"
|
|
}
|