mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 15:32:42 +03:00
21 lines
418 B
JSON
21 lines
418 B
JSON
{
|
|
"name": "@affine/env",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"module": "./src/index.ts",
|
|
"devDependencies": {
|
|
"next": "=13.2.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"zod": "^3.21.4"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./constant": "./src/constant.ts"
|
|
},
|
|
"dependencies": {
|
|
"@blocksuite/global": "0.0.0-20230404211759-4cf51928",
|
|
"lit": "^2.7.1"
|
|
}
|
|
}
|