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,27 @@
{
"name": "@affine/copilot",
"private": true,
"main": "./src/index.ts",
"module": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"dependencies": {
"@toeverything/plugin-infra": "workspace:*"
},
"devDependencies": {
"@types/marked": "^5.0.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"idb": "^7.1.1",
"jotai": "^2.1.0",
"langchain": "^0.0.83",
"marked": "^5.0.2",
"react": "18.3.0-canary-16d053d59-20230506",
"react-dom": "18.3.0-canary-16d053d59-20230506"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
}
}