mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 07:01:49 +03: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.3"
|
|
},
|
|
"dependencies": {
|
|
"@blocksuite/global": "0.5.0-20230308090832-6594d8d",
|
|
"lit": "^2.6.1"
|
|
}
|
|
}
|