feat(plugin): update package.json with @decky SDK dependencies

This commit is contained in:
2026-06-28 07:50:29 +08:00
parent 57e5cf2dc6
commit 004da4afff
+11 -6
View File
@@ -5,15 +5,20 @@
"type": "module",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w"
"watch": "rollup -c -w"
},
"dependencies": {
"@deckyvault/shared": "workspace:*"
"@decky/api": "^1.1.3",
"@deckyvault/shared": "workspace:*",
"react-icons": "^5.3.0",
"tslib": "^2.7.0"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28",
"@rollup/plugin-typescript": "^12",
"rollup": "^4",
"typescript": "^5"
"@decky/rollup": "^1.0.2",
"@decky/ui": "^4.11.6",
"@types/react": "^19.1.1",
"@types/react-dom": "^19.1.1",
"rollup": "^4.53.3",
"typescript": "^5.6.2"
}
}