mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-20 17:01:52 +03:00
6d3c273ffd
Co-authored-by: himself65 <himself65@outlook.com>
27 lines
680 B
JSON
27 lines
680 B
JSON
{
|
|
"name": "@affine/env",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"module": "./src/index.ts",
|
|
"devDependencies": {
|
|
"@blocksuite/global": "0.0.0-20230526010315-e1d4bf97-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": "./src/blocksuite.ts"
|
|
},
|
|
"peerDependencies": {
|
|
"@blocksuite/global": "0.0.0-20230409084303-221991d4-nightly"
|
|
},
|
|
"dependencies": {
|
|
"lit": "^2.7.4"
|
|
},
|
|
"version": "0.6.0-canary.8"
|
|
}
|