mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-10-28 22:12:26 -05:00
Actuall add decky-frontend-lib and remove some old code
This commit is contained in:
parent
52f6ca1c58
commit
5a60010268
5 changed files with 84 additions and 51 deletions
|
|
@ -26,6 +26,7 @@
|
|||
"homepage": "https://github.com/SteamDeckHomebrew/decky-plugin-template#readme",
|
||||
"devDependencies": {
|
||||
"@rollup/plugin-commonjs": "^21.1.0",
|
||||
"@rollup/plugin-json": "^4.1.0",
|
||||
"@rollup/plugin-node-resolve": "^13.2.1",
|
||||
"@rollup/plugin-replace": "^4.0.0",
|
||||
"@rollup/plugin-typescript": "^8.3.2",
|
||||
|
|
@ -37,7 +38,7 @@
|
|||
"shx": "^0.3.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"decky-frontend-lib": "file:../decky-frontend-lib",
|
||||
"decky-frontend-lib": "^0.0.2",
|
||||
"react-icons": "^4.3.1"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue