mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-02 01:53:34 +03:00
f89945e730
## Features - https://github.com/toeverything/BlockSuite/pull/7693 @akumatus ## Bugfix - https://github.com/toeverything/BlockSuite/pull/7713 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7710 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7709 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7707 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7689 @fourdim - https://github.com/toeverything/BlockSuite/pull/7699 @Saul-Mirone ## Refactor - https://github.com/toeverything/BlockSuite/pull/7715 @doodlewind - https://github.com/toeverything/BlockSuite/pull/7714 @doodlewind - https://github.com/toeverything/BlockSuite/pull/7705 @doodlewind ## Misc - https://github.com/toeverything/BlockSuite/pull/7712 @doodlewind - https://github.com/toeverything/BlockSuite/pull/7711 @doodlewind - https://github.com/toeverything/BlockSuite/pull/7706 @doodlewind - https://github.com/toeverything/BlockSuite/pull/7592 @doouding
31 lines
851 B
JSON
31 lines
851 B
JSON
{
|
|
"name": "@affine/env",
|
|
"private": true,
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@blocksuite/global": "0.16.0-canary-202407230727-128fc57",
|
|
"@blocksuite/store": "0.16.0-canary-202407230727-128fc57",
|
|
"react": "18.3.1",
|
|
"react-dom": "18.3.1",
|
|
"vitest": "1.6.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.15.0"
|
|
}
|