AFFiNE/packages/env/package.json

32 lines
878 B
JSON
Raw Normal View History

2023-03-02 04:26:55 +03:00
{
"name": "@affine/env",
"private": true,
2023-07-18 19:53:10 +03:00
"type": "module",
2023-03-02 04:26:55 +03:00
"main": "./src/index.ts",
"module": "./src/index.ts",
2023-03-02 04:26:55 +03:00
"devDependencies": {
2023-08-30 07:30:15 +03:00
"@blocksuite/global": "0.0.0-20230829150056-df43987c-nightly",
2023-07-14 08:33:43 +03:00
"react": "18.2.0",
"react-dom": "18.2.0",
2023-08-25 19:52:33 +03:00
"zod": "^3.22.2"
2023-03-02 04:26:55 +03:00
},
"exports": {
2023-08-01 22:13:24 +03:00
"./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"
},
2023-04-11 01:41:07 +03:00
"peerDependencies": {
2023-06-08 04:41:20 +03:00
"@affine/templates": "workspace:*",
"@blocksuite/global": "0.0.0-20230409084303-221991d4-nightly",
"@toeverything/infra": "workspace:*"
2023-04-11 01:41:07 +03:00
},
2023-03-02 04:26:55 +03:00
"dependencies": {
2023-08-11 22:36:10 +03:00
"lit": "^2.8.0"
2023-04-21 01:28:51 +03:00
},
2023-08-31 21:18:25 +03:00
"version": "0.9.0-canary.7"
2023-03-02 04:26:55 +03:00
}