AFFiNE/packages/env/package.json

32 lines
921 B
JSON
Raw Normal View History

2023-03-02 04:26:55 +03:00
{
"name": "@affine/env",
"private": true,
"main": "./src/index.ts",
"module": "./src/index.ts",
"types": "./src/global.ts",
2023-03-02 04:26:55 +03:00
"devDependencies": {
2023-07-06 06:49:17 +03:00
"@blocksuite/global": "0.0.0-20230705162600-2cb608e4-nightly",
2023-05-30 13:02:49 +03:00
"next": "=13.4.2",
2023-07-03 17:51:49 +03:00
"react": "18.3.0-canary-1fdacbefd-20230630",
"react-dom": "18.3.0-canary-1fdacbefd-20230630",
2023-03-20 10:05:02 +03:00
"zod": "^3.21.4"
2023-03-02 04:26:55 +03:00
},
"exports": {
"./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-06-04 20:00:41 +03:00
"lit": "^2.7.5"
2023-04-21 01:28:51 +03:00
},
2023-07-05 11:02:31 +03:00
"version": "0.7.0-canary.35"
2023-03-02 04:26:55 +03:00
}