mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Himself65 <himself65@outlook.com>
15 lines
281 B
JSON
15 lines
281 B
JSON
{
|
|
"name": "@affine/env",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"devDependencies": {
|
|
"next": "^13.2.3",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"zod": "^3.20.6"
|
|
},
|
|
"dependencies": {
|
|
"@blocksuite/global": "0.5.0-20230302205056-4385b7a"
|
|
}
|
|
}
|