Add README, tasks, moved to pnpm and added an ignore for react (#3)

This commit is contained in:
TrainDoctor 2022-06-14 13:38:29 -07:00 committed by GitHub
commit d67d18ab77
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 999 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"
]
}
}
}