Files
AFFiNE-Mirror/packages/common/env/package.json
Yifeng Wang 04b9029d1b feat: bump blocksuite (#5720)
Co-authored-by: xiaoxin <hongtao.lye@toeverything.info>
2024-01-26 16:27:58 +08:00

31 lines
853 B
JSON

{
"name": "@affine/env",
"private": true,
"type": "module",
"devDependencies": {
"@blocksuite/global": "0.12.0-nightly-202401260550-8a560a1",
"@blocksuite/store": "0.12.0-nightly-202401260550-8a560a1",
"react": "18.2.0",
"react-dom": "18.2.0",
"vitest": "1.1.3"
},
"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.0.2",
"zod": "^3.22.4"
},
"version": "0.12.0"
}