mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 09:14:57 +03:00
1ea445ab15
Co-authored-by: himself65 <himself65@outlook.com> Co-authored-by: Peng Xiao <pengxiao@outlook.com>
27 lines
682 B
JSON
27 lines
682 B
JSON
{
|
|
"name": "@affine/env",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"module": "./src/index.ts",
|
|
"devDependencies": {
|
|
"@blocksuite/global": "0.0.0-20230531080915-ca9c55a2-nightly",
|
|
"next": "=13.4.2",
|
|
"react": "18.3.0-canary-16d053d59-20230506",
|
|
"react-dom": "18.3.0-canary-16d053d59-20230506",
|
|
"zod": "^3.21.4"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./config": "./src/config.ts",
|
|
"./constant": "./src/constant.ts",
|
|
"./blocksuite": "./blocksuite/index.ts"
|
|
},
|
|
"peerDependencies": {
|
|
"@blocksuite/global": "0.0.0-20230409084303-221991d4-nightly"
|
|
},
|
|
"dependencies": {
|
|
"lit": "^2.7.4"
|
|
},
|
|
"version": "0.7.0-canary.5"
|
|
}
|