Files
AFFiNE-Mirror/plugins/copilot/package.json
Himself65 b79a63ce0a feat: isolated plugin system (#2742)
(cherry picked from commit f2ac2e5b84)
2023-06-15 01:09:51 +08:00

30 lines
680 B
JSON

{
"name": "@affine/copilot",
"private": true,
"main": "./src/index.ts",
"module": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"dependencies": {
"@affine/component": "workspace:*",
"@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.1",
"langchain": "^0.0.90",
"marked": "^5.0.4",
"react": "18.3.0-canary-16d053d59-20230506",
"react-dom": "18.3.0-canary-16d053d59-20230506"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"version": "0.6.0"
}