mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-28 09:14:57 +03:00
29 lines
767 B
JSON
29 lines
767 B
JSON
{
|
|
"name": "@affine/env",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"module": "./src/index.ts",
|
|
"devDependencies": {
|
|
"@blocksuite/global": "0.0.0-20230530061436-d0702cc0-nightly",
|
|
"next": "=13.4.2",
|
|
"react": "18.3.0-canary-16d053d59-20230506",
|
|
"react-dom": "18.3.0-canary-16d053d59-20230506",
|
|
"zod": "^3.21.4"
|
|
},
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./config": "./src/config.ts",
|
|
"./constant": "./src/constant.ts",
|
|
"./blocksuite": "./src/blocksuite.ts"
|
|
},
|
|
"peerDependencies": {
|
|
"@blocksuite/global": "0.0.0-20230409084303-221991d4-nightly"
|
|
},
|
|
"dependencies": {
|
|
"@affine/copilot": "workspace:*",
|
|
"@toeverything/plugin-infra": "workspace:*",
|
|
"lit": "^2.7.4"
|
|
},
|
|
"version": "0.7.0-canary.2"
|
|
}
|