Update package.json with pnpm config
This commit is contained in:
parent
94ead16ac5
commit
11608e8a29
2 changed files with 12 additions and 3 deletions
2
package-lock.json
generated
2
package-lock.json
generated
|
@ -9,7 +9,7 @@
|
|||
"version": "0.0.1",
|
||||
"license": "GPL-2.0-or-later",
|
||||
"dependencies": {
|
||||
"decky-frontend-lib": "*",
|
||||
"decky-frontend-lib": "^1.0.1",
|
||||
"react-icons": "^4.3.1",
|
||||
"usdpl-front": "file:./src/usdpl"
|
||||
},
|
||||
|
|
13
package.json
13
package.json
|
@ -14,7 +14,8 @@
|
|||
"keywords": [
|
||||
"decky",
|
||||
"plugin",
|
||||
"plugin-template",
|
||||
"utility",
|
||||
"fan",
|
||||
"steam-deck",
|
||||
"deck"
|
||||
],
|
||||
|
@ -39,8 +40,16 @@
|
|||
"typescript": "^4.6.4"
|
||||
},
|
||||
"dependencies": {
|
||||
"decky-frontend-lib": "*",
|
||||
"decky-frontend-lib": "^1.0.1",
|
||||
"react-icons": "^4.3.1",
|
||||
"usdpl-front": "file:./src/usdpl"
|
||||
},
|
||||
"pnpm": {
|
||||
"peerDependencyRules": {
|
||||
"ignoreMissing": [
|
||||
"react",
|
||||
"react-dom"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue