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", "type": "module",
"scripts": { "scripts": {
"build": "rollup -c", "build": "rollup -c",
"dev": "rollup -c -w" "watch": "rollup -c -w"
}, },
"dependencies": { "dependencies": {
"@deckyvault/shared": "workspace:*" "@decky/api": "^1.1.3",
"@deckyvault/shared": "workspace:*",
"react-icons": "^5.3.0",
"tslib": "^2.7.0"
}, },
"devDependencies": { "devDependencies": {
"@rollup/plugin-commonjs": "^28", "@decky/rollup": "^1.0.2",
"@rollup/plugin-typescript": "^12", "@decky/ui": "^4.11.6",
"rollup": "^4", "@types/react": "^19.1.1",
"typescript": "^5" "@types/react-dom": "^19.1.1",
"rollup": "^4.53.3",
"typescript": "^5.6.2"
} }
} }