From 569f8b8707636cb52d9b89278c28150d668175db Mon Sep 17 00:00:00 2001 From: AAGaming Date: Fri, 20 May 2022 18:13:31 -0400 Subject: fix dependencies, edit rollup and ts config, switch jsx runtime, use pnpm lockfiles --- package.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'package.json') 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", -- cgit v1.2.3