summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json29
1 files changed, 13 insertions, 16 deletions
diff --git a/package.json b/package.json
index 0b7d8c2..1a2d0b4 100644
--- a/package.json
+++ b/package.json
@@ -2,8 +2,9 @@
"name": "decky-plugin-template",
"version": "0.0.1",
"description": "A template to quickly create decky plugins from scratch, based on TypeScript and webpack",
+ "type": "module",
"scripts": {
- "build": "shx rm -rf dist && rollup -c",
+ "build": "rollup -c",
"watch": "rollup -c -w",
"test": "echo \"Error: no test specified\" && exit 1"
},
@@ -18,29 +19,25 @@
"steam-deck",
"deck"
],
- "author": "Jonas Dellinger <jonas@dellinger.dev>",
+ "author": "You <you@you.tld>",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/SteamDeckHomebrew/decky-plugin-template/issues"
},
"homepage": "https://github.com/SteamDeckHomebrew/decky-plugin-template#readme",
"devDependencies": {
- "@rollup/plugin-commonjs": "^21.1.0",
- "@rollup/plugin-json": "^4.1.0",
- "@rollup/plugin-node-resolve": "^13.3.0",
- "@rollup/plugin-replace": "^4.0.0",
- "@rollup/plugin-typescript": "^8.3.3",
- "@types/react": "16.14.0",
- "@types/webpack": "^5.28.0",
- "rollup": "^2.77.1",
- "rollup-plugin-import-assets": "^1.1.1",
- "shx": "^0.3.4",
- "tslib": "^2.4.0",
- "typescript": "^4.7.4"
+ "@decky/rollup": "^1.0.0",
+ "@types/react": "18.3.3",
+ "@types/react-dom": "18.3.0",
+ "@types/webpack": "^5.28.5",
+ "rollup": "^4.18.0",
+ "typescript": "^5.5.3"
},
"dependencies": {
- "decky-frontend-lib": "^3.24.5",
- "react-icons": "^4.4.0"
+ "@decky/api": "^1.0.5",
+ "@decky/ui": "^4.0.3",
+ "react-icons": "^5.2.1",
+ "tslib": "^2.6.3"
},
"pnpm": {
"peerDependencyRules": {