Skip to content
Merged
15 changes: 12 additions & 3 deletions packages/extension-usage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,18 +48,26 @@
],
"dependencies": {
"@koishijs/plugin-console": "^5.30.11",
"@satorijs/element": "^3.2.0",
"echarts": "^5.5.0",
"vue-echarts": "^6.6.9"
},
"devDependencies": {
"@koishijs/client": "^5.30.11",
"atsc": "^2.1.0",
"koishi": "^4.18.9"
"koishi": "^4.18.9",
"koishi-plugin-puppeteer": "^3.9.0"
},
"peerDependencies": {
"@koishijs/plugin-console": "^5.30.11",
"koishi": "^4.18.9",
"koishi-plugin-chatluna": "^1.4.0-alpha.22"
"koishi-plugin-chatluna": "^1.4.0-alpha.22",
"koishi-plugin-puppeteer": "^3.9.0"
},
"peerDependenciesMeta": {
"koishi-plugin-puppeteer": {
"optional": true
}
},
"koishi": {
"description": {
Expand All @@ -72,7 +80,8 @@
"database"
],
"optional": [
"console"
"console",
"puppeteer"
]
}
}
Expand Down
Loading
Loading