summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/package.json b/package.json
index a903f5e..546e782 100644
--- a/package.json
+++ b/package.json
@@ -28,6 +28,9 @@
"devDependencies": {
"@decky/rollup": "^1.0.1",
"@decky/ui": "^4.9.0",
+ "@rollup/plugin-commonjs": "^28.0.2",
+ "@rollup/plugin-node-resolve": "^16.0.0",
+ "@rollup/plugin-typescript": "^12.1.2",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/webpack": "^5.28.5",
@@ -36,6 +39,9 @@
},
"dependencies": {
"@decky/api": "^1.1.2",
+ "decky-frontend-lib": "^3.25.0",
+ "react": "^19.0.0",
+ "react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"tslib": "^2.8.1"
},