summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTrainDoctor <11465594+TrainDoctor@users.noreply.github.com>2022-06-14 13:38:29 -0700
committerGitHub <noreply@github.com>2022-06-14 16:38:29 -0400
commitd67d18ab7766e8dbb79fd48ac347d601f82d3332 (patch)
treeb1011506dd692add360f0e5b1a53dc750204a83d /package.json
parent26dc961f583f66b8333d4f4ddbdba51c00676a7e (diff)
downloaddecky-bazzite-buddy-d67d18ab7766e8dbb79fd48ac347d601f82d3332.tar.gz
decky-bazzite-buddy-d67d18ab7766e8dbb79fd48ac347d601f82d3332.zip
Add README, tasks, moved to pnpm and added an ignore for react (#3)
Diffstat (limited to 'package.json')
-rw-r--r--package.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/package.json b/package.json
index c51f733..2c1fedf 100644
--- a/package.json
+++ b/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"
+ ]
+ }
}
}