AFFiNE/plugins/copilot/package.json

33 lines
782 B
JSON
Raw Normal View History

2023-05-30 13:02:49 +03:00
{
"name": "@affine/copilot",
"private": true,
"main": "./src/index.ts",
"module": "./src/index.ts",
"exports": {
".": "./src/index.ts"
},
"dependencies": {
2023-06-09 11:43:46 +03:00
"@affine/component": "workspace:*",
2023-06-13 05:29:04 +03:00
"@toeverything/plugin-infra": "workspace:*",
"langchain": "^0.0.92",
"marked": "^5.0.4",
"marked-gfm-heading-id": "^3.0.4",
"marked-mangle": "^1.0.1"
2023-05-30 13:02:49 +03:00
},
"devDependencies": {
"@types/marked": "^5.0.0",
"@types/react": "^18.2.6",
"@types/react-dom": "^18.2.4",
"idb": "^7.1.1",
2023-06-04 20:00:41 +03:00
"jotai": "^2.1.1",
2023-05-30 13:02:49 +03:00
"react": "18.3.0-canary-16d053d59-20230506",
2023-06-13 05:29:04 +03:00
"react-dom": "18.3.0-canary-16d053d59-20230506",
"zod": "^3.21.4"
2023-05-30 13:02:49 +03:00
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
2023-05-31 10:41:52 +03:00
},
2023-06-13 06:00:39 +03:00
"version": "0.7.0-canary.12"
2023-05-30 13:02:49 +03:00
}