mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
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-20230304192152-02cfe2b"
|
|
}
|
|
}
|