mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 15:52:10 +03:00
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.4.1-20230220214107-0a354de"
|
|
}
|
|
}
|