2023-03-02 04:26:55 +03:00
|
|
|
{
|
|
|
|
"name": "@affine/env",
|
|
|
|
"private": true,
|
|
|
|
"main": "./src/index.ts",
|
2023-03-23 19:17:38 +03:00
|
|
|
"module": "./src/index.ts",
|
2023-03-02 04:26:55 +03:00
|
|
|
"devDependencies": {
|
2023-06-27 22:11:14 +03:00
|
|
|
"@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
|
|
|
},
|
2023-03-23 19:17:38 +03:00
|
|
|
"exports": {
|
|
|
|
".": "./src/index.ts",
|
2023-06-08 20:42:58 +03:00
|
|
|
"./api": "./src/api.ts",
|
2023-05-12 06:13:51 +03:00
|
|
|
"./config": "./src/config.ts",
|
2023-04-17 00:02:41 +03:00
|
|
|
"./constant": "./src/constant.ts",
|
2023-06-07 18:20:35 +03:00
|
|
|
"./workspace": "./src/workspace.ts",
|
|
|
|
"./workspace/legacy-cloud": "./src/workspace/legacy-cloud/index.ts",
|
|
|
|
"./filter": "./src/filter.ts",
|
2023-06-07 11:31:05 +03:00
|
|
|
"./blocksuite": "./src/blocksuite/index.ts"
|
2023-03-23 19:17:38 +03:00
|
|
|
},
|
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
|
|
|
}
|