mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-01 04:43:45 +03:00
27 lines
778 B
JSON
27 lines
778 B
JSON
{
|
|
"name": "@affine/jotai",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"dependencies": {
|
|
"@affine/env": "workspace:*",
|
|
"jotai": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@blocksuite/blocks": "0.0.0-20230526024755-74df4d56-nightly",
|
|
"@blocksuite/editor": "0.0.0-20230526024755-74df4d56-nightly",
|
|
"@blocksuite/global": "0.0.0-20230526024755-74df4d56-nightly",
|
|
"@blocksuite/lit": "0.0.0-20230526024755-74df4d56-nightly",
|
|
"@blocksuite/store": "0.0.0-20230526024755-74df4d56-nightly",
|
|
"lottie-web": "^5.11.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@blocksuite/blocks": "*",
|
|
"@blocksuite/editor": "*",
|
|
"@blocksuite/global": "*",
|
|
"@blocksuite/lit": "*",
|
|
"@blocksuite/store": "*",
|
|
"lottie-web": "*"
|
|
},
|
|
"version": "0.6.0-canary.8"
|
|
}
|