mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-30 05:24:01 +03:00
33 lines
701 B
JSON
33 lines
701 B
JSON
{
|
|
"name": "@affine/copilot-plugin",
|
|
"private": true,
|
|
"description": "Copilot plugin",
|
|
"affinePlugin": {
|
|
"release": false,
|
|
"entry": {
|
|
"core": "./src/index.ts"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@affine/component": "workspace:*",
|
|
"@toeverything/plugin-infra": "workspace:*",
|
|
"idb": "^7.1.1",
|
|
"langchain": "^0.0.118",
|
|
"marked": "^5.1.1",
|
|
"marked-gfm-heading-id": "^3.0.4",
|
|
"marked-mangle": "^1.1.0",
|
|
"zod": "^3.21.4"
|
|
},
|
|
"devDependencies": {
|
|
"@types/marked": "^5.0.1",
|
|
"jotai": "^2.2.2",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"version": "0.8.0-canary.1"
|
|
}
|