feat: init @affine/copilot (#2511)

This commit is contained in:
Himself65
2023-05-30 18:02:49 +08:00
committed by GitHub
parent f669164674
commit 6648fe4dcc
49 changed files with 2963 additions and 1331 deletions

View File

@@ -0,0 +1,25 @@
{
"name": "@toeverything/plugin-infra",
"private": true,
"scripts": {
"build": "vite build"
},
"exports": {
"./manager": "./src/manager.ts",
"./type": "./src/type.ts",
"./react": "./src/react/index.ts"
},
"dependencies": {
"@affine/component": "workspace:*",
"@affine/env": "workspace:*",
"@affine/workspace": "workspace:*"
},
"devDependencies": {
"jotai": "^2.1.0"
},
"peerDependencies": {
"jotai": "*",
"react": "*",
"react-dom": "*"
}
}