AFFiNE/packages/env/package.json

33 lines
947 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",
2023-03-02 04:26:55 +03:00
"devDependencies": {
"@blocksuite/global": "0.0.0-20230627165830-836e6fd1-nightly",
2023-05-30 13:02:49 +03:00
"next": "=13.4.2",
2023-06-27 08:23:54 +03:00
"react": "18.3.0-canary-8ec962d82-20230623",
"react-dom": "18.3.0-canary-8ec962d82-20230623",
2023-03-20 10:05:02 +03:00
"zod": "^3.21.4"
2023-03-02 04:26:55 +03:00
},
"exports": {
".": "./src/index.ts",
"./api": "./src/api.ts",
"./config": "./src/config.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-06-28 11:03:21 +03:00
"version": "0.7.0-canary.20"
2023-03-02 04:26:55 +03:00
}