mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-10-28 22:12:26 -05:00
Add README, tasks, moved to pnpm and added an ignore for react (#3)
This commit is contained in:
parent
26dc961f58
commit
d67d18ab77
5 changed files with 999 additions and 2530 deletions
10
package.json
10
package.json
|
|
@ -39,7 +39,15 @@
|
|||
"typescript": "^4.6.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"decky-frontend-lib": "^0.0.5",
|
||||
"decky-frontend-lib": "^0.10.0",
|
||||
"react-icons": "^4.3.1"
|
||||
},
|
||||
"pnpm": {
|
||||
"peerDependencyRules": {
|
||||
"ignoreMissing": [
|
||||
"react",
|
||||
"react-dom"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue