mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 04:48:53 +00:00
Co-authored-by: DarkSky <25152247+darkskygit@users.noreply.github.com> Co-authored-by: DarkSky <darksky2048@gmail.com>
16 lines
302 B
JSON
16 lines
302 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.21.3"
|
|
},
|
|
"dependencies": {
|
|
"@blocksuite/global": "0.5.0-20230307101545-7d5aefc",
|
|
"lit": "^2.6.1"
|
|
}
|
|
}
|