mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
16 lines
265 B
JSON
16 lines
265 B
JSON
{
|
|
"name": "@affine/jotai",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"dependencies": {
|
|
"@affine/env": "workspace:*",
|
|
"jotai": "^2.0.4"
|
|
},
|
|
"devDependencies": {
|
|
"lottie-web": "^5.11.0"
|
|
},
|
|
"peerDependencies": {
|
|
"lottie-web": "*"
|
|
}
|
|
}
|