mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 15:52:10 +03:00
1a72640a9b
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
13 lines
229 B
JSON
13 lines
229 B
JSON
{
|
|
"name": "@affine/env",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"devDependencies": {
|
|
"next": "^13.2.3",
|
|
"zod": "^3.20.6"
|
|
},
|
|
"dependencies": {
|
|
"@blocksuite/global": "0.5.0-20230301172958-2384904"
|
|
}
|
|
}
|