AFFiNE/plugins/copilot/package.json
2023-06-08 18:33:14 +08:00

29 lines
650 B
JSON

{
"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",
"jotai": "^2.1.1",
"langchain": "^0.0.90",
"marked": "^5.0.4",
"react": "18.3.0-canary-16d053d59-20230506",
"react-dom": "18.3.0-canary-16d053d59-20230506"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
},
"version": "0.7.0-canary.10"
}