diff options
| author | AAGaming <aa@bigdumb.gq> | 2022-05-20 18:13:31 -0400 |
|---|---|---|
| committer | AAGaming <aa@bigdumb.gq> | 2022-05-20 18:13:31 -0400 |
| commit | 569f8b8707636cb52d9b89278c28150d668175db (patch) | |
| tree | 28fdb066bb92b2986756c85adf8fe99fa7be1d9d /package.json | |
| parent | 5a6001026860aca724bf5aa871da93a5edabe12c (diff) | |
| download | decky-bazzite-buddy-569f8b8707636cb52d9b89278c28150d668175db.tar.gz decky-bazzite-buddy-569f8b8707636cb52d9b89278c28150d668175db.zip | |
fix dependencies, edit rollup and ts config, switch jsx runtime, use pnpm lockfiles
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package.json b/package.json index 9013924..46c8ede 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "A template to quickly create decky plugins from scratch, based on TypeScript and webpack", "scripts": { "build": "shx rm -rf dist && rollup -c", - "dev": "rollup -c -w", + "watch": "rollup -c -w", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { @@ -32,10 +32,10 @@ "@rollup/plugin-typescript": "^8.3.2", "@types/react": "16.14.0", "@types/webpack": "^5.28.0", - "react": "16.14.0", - "react-dom": "16.14.0", "rollup": "^2.70.2", - "shx": "^0.3.4" + "shx": "^0.3.4", + "tslib": "^2.4.0", + "typescript": "^4.6.4" }, "dependencies": { "decky-frontend-lib": "^0.0.2", |
