forked from toeverything/AFFiNE
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 855 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"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.25",
"idb": "^7.1.1",
"langchain": "^0.0.138",
"marked": "^7.0.5",
"marked-gfm-heading-id": "^3.0.6",
"marked-mangle": "^1.1.2",
"zod": "^3.22.2"
},
"devDependencies": {
"@affine/plugin-cli": "workspace:*",
"@types/marked": "^5.0.1",
"jotai": "^2.4.1",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"version": "0.9.0-canary.8"
}