mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
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.4"
|
|
},
|
|
"dependencies": {
|
|
"@blocksuite/global": "0.5.0-20230320164115-e612d17",
|
|
"lit": "^2.6.1"
|
|
}
|
|
}
|