mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-06 09:33:45 +00:00
## Features - https://github.com/toeverything/BlockSuite/pull/7264 @CatsJuice - https://github.com/toeverything/BlockSuite/pull/7182 @CatsJuice - https://github.com/toeverything/BlockSuite/pull/7181 @CatsJuice ## Bugfix - https://github.com/toeverything/BlockSuite/pull/7273 @L-Sun - https://github.com/toeverything/BlockSuite/pull/7272 @doouding - https://github.com/toeverything/BlockSuite/pull/7263 @doouding - https://github.com/toeverything/BlockSuite/pull/7252 @fourdim - https://github.com/toeverything/BlockSuite/pull/7261 @fundon ## Refactor - https://github.com/toeverything/BlockSuite/pull/7271 @golok727 ## Misc - https://github.com/toeverything/BlockSuite/pull/7274 @Saul-Mirone - https://github.com/toeverything/BlockSuite/pull/7266 @Saul-Mirone
31 lines
851 B
JSON
31 lines
851 B
JSON
{
|
|
"name": "@affine/env",
|
|
"private": true,
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@blocksuite/global": "0.15.0-canary-202406111431-81a6bee",
|
|
"@blocksuite/store": "0.15.0-canary-202406111431-81a6bee",
|
|
"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.14.0"
|
|
}
|