mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-19 01:01:35 +03:00
40 lines
856 B
JSON
40 lines
856 B
JSON
{
|
|
"name": "@affine/copilot-plugin",
|
|
"type": "module",
|
|
"private": true,
|
|
"description": "Copilot plugin",
|
|
"affinePlugin": {
|
|
"release": false,
|
|
"entry": {
|
|
"core": "./src/index.ts"
|
|
}
|
|
},
|
|
"scripts": {
|
|
"dev": "af dev",
|
|
"build": "af build"
|
|
},
|
|
"dependencies": {
|
|
"@affine/component": "workspace:*",
|
|
"@affine/sdk": "workspace:*",
|
|
"@toeverything/components": "^0.0.12",
|
|
"idb": "^7.1.1",
|
|
"langchain": "^0.0.129",
|
|
"marked": "^7.0.3",
|
|
"marked-gfm-heading-id": "^3.0.6",
|
|
"marked-mangle": "^1.1.2",
|
|
"zod": "^3.22.1"
|
|
},
|
|
"devDependencies": {
|
|
"@affine/plugin-cli": "workspace:*",
|
|
"@types/marked": "^5.0.1",
|
|
"jotai": "^2.3.1",
|
|
"react": "18.2.0",
|
|
"react-dom": "18.2.0"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "*",
|
|
"react-dom": "*"
|
|
},
|
|
"version": "0.8.0-canary.33"
|
|
}
|