mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
19 lines
538 B
JSON
19 lines
538 B
JSON
{
|
|
"name": "@affine/store",
|
|
"private": true,
|
|
"main": "./src/index.ts",
|
|
"dependencies": {
|
|
"@affine/datacenter": "workspace:*",
|
|
"@blocksuite/blocks": "0.4.0-20230217095654-a561b36",
|
|
"@blocksuite/editor": "0.4.0-20230217095654-a561b36",
|
|
"@blocksuite/global": "0.4.0-20230217095654-a561b36",
|
|
"@blocksuite/react": "0.4.0-20230217095654-a561b36",
|
|
"@blocksuite/store": "0.4.0-20230217095654-a561b36",
|
|
"react": "^18.2.0",
|
|
"zustand": "^4.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.0.28"
|
|
}
|
|
}
|