mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 20:08:37 +00:00
## Features - https://github.com/toeverything/BlockSuite/pull/6929 @pengx17 ## Bugfix - https://github.com/toeverything/BlockSuite/pull/6931 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6925 @fourdim - https://github.com/toeverything/BlockSuite/pull/6928 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6933 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6932 @pengx17 - https://github.com/toeverything/BlockSuite/pull/6920 @golok727 - https://github.com/toeverything/BlockSuite/pull/6927 @donteatfriedrice - https://github.com/toeverything/BlockSuite/pull/6923 @regischen - https://github.com/toeverything/BlockSuite/pull/6906 @fundon ## Refactor - https://github.com/toeverything/BlockSuite/pull/6926 @fourdim ## Misc
31 lines
851 B
JSON
31 lines
851 B
JSON
{
|
|
"name": "@affine/env",
|
|
"private": true,
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@blocksuite/global": "0.14.0-canary-202404300803-def952a",
|
|
"@blocksuite/store": "0.14.0-canary-202404300803-def952a",
|
|
"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"
|
|
}
|