Update package.json with pnpm config

This commit is contained in:
NGnius (Graham) 2022-07-18 17:28:54 -04:00
parent 8acd594262
commit 19b51ae691
2 changed files with 12 additions and 3 deletions

2
package-lock.json generated
View file

@ -9,7 +9,7 @@
"version": "0.0.1", "version": "0.0.1",
"license": "GPL-2.0-or-later", "license": "GPL-2.0-or-later",
"dependencies": { "dependencies": {
"decky-frontend-lib": "*", "decky-frontend-lib": "^1.0.1",
"react-icons": "^4.3.1", "react-icons": "^4.3.1",
"usdpl-front": "file:./src/usdpl" "usdpl-front": "file:./src/usdpl"
}, },

View file

@ -14,7 +14,8 @@
"keywords": [ "keywords": [
"decky", "decky",
"plugin", "plugin",
"plugin-template", "utility",
"fan",
"steam-deck", "steam-deck",
"deck" "deck"
], ],
@ -39,8 +40,16 @@
"typescript": "^4.6.4" "typescript": "^4.6.4"
}, },
"dependencies": { "dependencies": {
"decky-frontend-lib": "*", "decky-frontend-lib": "^1.0.1",
"react-icons": "^4.3.1", "react-icons": "^4.3.1",
"usdpl-front": "file:./src/usdpl" "usdpl-front": "file:./src/usdpl"
},
"pnpm": {
"peerDependencyRules": {
"ignoreMissing": [
"react",
"react-dom"
]
}
} }
} }