AFFiNE/plugins/copilot/package.json

29 lines
650 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": {
"@toeverything/plugin-infra": "workspace:*"
},
"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",
"langchain": "^0.0.90",
2023-05-31 13:16:18 +03:00
"marked": "^5.0.4",
2023-05-30 13:02:49 +03:00
"react": "18.3.0-canary-16d053d59-20230506",
"react-dom": "18.3.0-canary-16d053d59-20230506"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
2023-05-31 10:41:52 +03:00
},
2023-06-08 13:33:14 +03:00
"version": "0.7.0-canary.10"
2023-05-30 13:02:49 +03:00
}