mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-17 20:21:32 +03:00
4a473f5518
This reverts commit 44011b4695
.
25 lines
686 B
JSON
25 lines
686 B
JSON
{
|
|
"name": "@affine/jotai",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"dependencies": {
|
|
"@affine/env": "workspace:*",
|
|
"jotai": "^2.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"@blocksuite/blocks": "0.0.0-20230420160324-857b396c-nightly",
|
|
"@blocksuite/editor": "0.0.0-20230420160324-857b396c-nightly",
|
|
"@blocksuite/global": "0.0.0-20230420160324-857b396c-nightly",
|
|
"@blocksuite/store": "0.0.0-20230420160324-857b396c-nightly",
|
|
"lottie-web": "^5.11.0"
|
|
},
|
|
"peerDependencies": {
|
|
"@blocksuite/blocks": "*",
|
|
"@blocksuite/editor": "*",
|
|
"@blocksuite/global": "*",
|
|
"@blocksuite/store": "*",
|
|
"lottie-web": "*"
|
|
},
|
|
"version": "0.5.4-canary.7"
|
|
}
|