mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-29 01:17:39 +03:00
32 lines
878 B
JSON
32 lines
878 B
JSON
{
|
|
"name": "@affine/env",
|
|
"private": true,
|
|
"type": "module",
|
|
"main": "./src/index.ts",
|
|
"module": "./src/index.ts",
|
|
"devDependencies": {
|
|
"@blocksuite/global": "0.0.0-20230829150056-df43987c-nightly",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0",
|
|
"zod": "^3.22.2"
|
|
},
|
|
"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.0.0-20230409084303-221991d4-nightly",
|
|
"@toeverything/infra": "workspace:*"
|
|
},
|
|
"dependencies": {
|
|
"lit": "^2.8.0"
|
|
},
|
|
"version": "0.9.0-canary.7"
|
|
}
|