refactor: init package @affine/workspace (#1661)

This commit is contained in:
Himself65
2023-03-23 11:17:38 -05:00
committed by GitHub
parent 84d27e939d
commit 69721f2a61
44 changed files with 952 additions and 236 deletions

View File

@@ -0,0 +1,22 @@
{
"name": "@affine/workspace",
"private": true,
"exports": {
"./utils": "./src/utils.ts",
"./type": "./src/type.ts",
"./affine/*": "./src/affine/*.ts"
},
"dependencies": {
"@affine/component": "workspace:*",
"@affine/debug": "workspace:*",
"@affine/env": "workspace:*",
"@blocksuite/blocks": "0.5.0-20230323085636-3110abb",
"@blocksuite/store": "0.5.0-20230323085636-3110abb",
"firebase": "^9.18.0",
"jotai": "^2.0.3",
"js-base64": "^3.7.5",
"ky": "^0.33.3",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}