refactor: extract store package (#1109)

This commit is contained in:
Himself65
2023-02-18 02:41:22 -06:00
committed by GitHub
parent af28418e61
commit 9d21c3efbb
34 changed files with 681 additions and 337 deletions

View File

@@ -0,0 +1,18 @@
{
"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"
}
}