feat(plugin): update package.json with @decky SDK dependencies
This commit is contained in:
@@ -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"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user