From d67d18ab7766e8dbb79fd48ac347d601f82d3332 Mon Sep 17 00:00:00 2001 From: TrainDoctor <11465594+TrainDoctor@users.noreply.github.com> Date: Tue, 14 Jun 2022 13:38:29 -0700 Subject: Add README, tasks, moved to pnpm and added an ignore for react (#3) --- package.json | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'package.json') diff --git a/package.json b/package.json index c51f733..2c1fedf 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,15 @@ "typescript": "^4.6.4" }, "dependencies": { - "decky-frontend-lib": "^0.0.5", + "decky-frontend-lib": "^0.10.0", "react-icons": "^4.3.1" + }, + "pnpm": { + "peerDependencyRules": { + "ignoreMissing": [ + "react", + "react-dom" + ] + } } } -- cgit v1.2.3