mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-15 18:52:51 +03:00
28 lines
848 B
JSON
28 lines
848 B
JSON
{
|
|
"name": "@affine/jotai",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"dependencies": {
|
|
"jotai": "^2.4.1"
|
|
},
|
|
"devDependencies": {
|
|
"@blocksuite/block-std": "0.0.0-20230829150056-df43987c-nightly",
|
|
"@blocksuite/blocks": "0.0.0-20230829150056-df43987c-nightly",
|
|
"@blocksuite/editor": "0.0.0-20230829150056-df43987c-nightly",
|
|
"@blocksuite/global": "0.0.0-20230829150056-df43987c-nightly",
|
|
"@blocksuite/lit": "0.0.0-20230829150056-df43987c-nightly",
|
|
"@blocksuite/store": "0.0.0-20230829150056-df43987c-nightly",
|
|
"lottie-web": "^5.12.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@blocksuite/block-std": "*",
|
|
"@blocksuite/blocks": "*",
|
|
"@blocksuite/editor": "*",
|
|
"@blocksuite/global": "*",
|
|
"@blocksuite/lit": "*",
|
|
"@blocksuite/store": "*",
|
|
"lottie-web": "*"
|
|
},
|
|
"version": "0.9.0-canary.8"
|
|
}
|