Remove unused dependencies from package.json
Some checks are pending
Build Action / Build-LiteLoader (push) Waiting to run
Build Action / Build-Shell (push) Waiting to run

Deleted workspace dependencies from napcat-vite/package.json, likely because they are no longer required or managed elsewhere.
This commit is contained in:
手瓜一十雪 2025-11-13 20:09:44 +08:00
parent 46b9049a24
commit 0b4d7e1346

View File

@ -15,13 +15,6 @@
"import": "./*"
}
},
"dependencies": {
"napcat-core": "workspace:*",
"napcat-common": "workspace:*",
"napcat-onebot": "workspace:*",
"napcat-webui-backend": "workspace:*",
"napcat-qrcode": "workspace:*"
},
"devDependencies": {
"@types/node": "^22.0.1"
},