Add README, tasks, moved to pnpm and added an ignore for react

This commit is contained in:
TrainDoctor 2022-06-14 11:28:48 -07:00
commit ec5ba53e17
5 changed files with 994 additions and 2530 deletions

View file

@ -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"
]
}
}
}