mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
refactor: extract store package (#1109)
This commit is contained in:
18
packages/store/package.json
Normal file
18
packages/store/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user