mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-12 15:46:29 +08:00
314f126e4f
(cherry picked from commit efd02a015a)
28 lines
839 B
JSON
28 lines
839 B
JSON
{
|
|
"name": "@affine/jotai",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"dependencies": {
|
|
"jotai": "^2.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"@blocksuite/block-std": "0.0.0-20230814155455-ceb5d5d8-nightly",
|
|
"@blocksuite/blocks": "0.0.0-20230814155455-ceb5d5d8-nightly",
|
|
"@blocksuite/editor": "0.0.0-20230814155455-ceb5d5d8-nightly",
|
|
"@blocksuite/global": "0.0.0-20230814155455-ceb5d5d8-nightly",
|
|
"@blocksuite/lit": "0.0.0-20230814155455-ceb5d5d8-nightly",
|
|
"@blocksuite/store": "0.0.0-20230814155455-ceb5d5d8-nightly",
|
|
"lottie-web": "^5.12.2"
|
|
},
|
|
"peerDependencies": {
|
|
"@blocksuite/block-std": "*",
|
|
"@blocksuite/blocks": "*",
|
|
"@blocksuite/editor": "*",
|
|
"@blocksuite/global": "*",
|
|
"@blocksuite/lit": "*",
|
|
"@blocksuite/store": "*",
|
|
"lottie-web": "*"
|
|
},
|
|
"version": "0.8.0"
|
|
}
|