AFFiNE/plugins/copilot/package.json

32 lines
660 B
JSON
Raw Normal View History

2023-05-30 13:02:49 +03:00
{
"name": "@affine/copilot",
"private": true,
2023-07-20 13:52:29 +03:00
"affinePlugin": {
"release": false,
"entry": {
"core": "./src/index.ts"
}
2023-05-30 13:02:49 +03:00
},
"dependencies": {
2023-06-09 11:43:46 +03:00
"@affine/component": "workspace:*",
2023-06-13 05:29:04 +03:00
"@toeverything/plugin-infra": "workspace:*",
2023-07-20 13:52:29 +03:00
"idb": "^7.1.1",
2023-07-28 03:28:21 +03:00
"langchain": "^0.0.118",
2023-07-22 16:10:20 +03:00
"marked": "^5.1.1",
2023-06-13 05:29:04 +03:00
"marked-gfm-heading-id": "^3.0.4",
2023-07-20 13:52:29 +03:00
"marked-mangle": "^1.1.0",
"zod": "^3.21.4"
2023-05-30 13:02:49 +03:00
},
"devDependencies": {
2023-07-22 16:10:20 +03:00
"@types/marked": "^5.0.1",
2023-07-07 04:55:11 +03:00
"jotai": "^2.2.2",
2023-07-14 08:33:43 +03:00
"react": "18.2.0",
2023-07-20 13:52:29 +03:00
"react-dom": "18.2.0"
2023-05-30 13:02:49 +03:00
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
2023-05-31 10:41:52 +03:00
},
2023-07-28 08:03:23 +03:00
"version": "0.7.0-canary.59"
2023-05-30 13:02:49 +03:00
}