mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-01 05:25:00 +03:00
28 lines
849 B
JSON
28 lines
849 B
JSON
{
|
|
"name": "@affine/jotai",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"dependencies": {
|
|
"jotai": "^2.2.2"
|
|
},
|
|
"devDependencies": {
|
|
"@blocksuite/block-std": "0.0.0-20230811080927-c830f4d4-nightly",
|
|
"@blocksuite/blocks": "0.0.0-20230811080927-c830f4d4-nightly",
|
|
"@blocksuite/editor": "0.0.0-20230811080927-c830f4d4-nightly",
|
|
"@blocksuite/global": "0.0.0-20230811080927-c830f4d4-nightly",
|
|
"@blocksuite/lit": "0.0.0-20230811080927-c830f4d4-nightly",
|
|
"@blocksuite/store": "0.0.0-20230811080927-c830f4d4-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-canary.18"
|
|
}
|