From 36bd0a01f7449065eae32d66125b1546c24acf02 Mon Sep 17 00:00:00 2001 From: KingRainbow44 Date: Wed, 29 Nov 2023 22:15:35 -0500 Subject: [PATCH] (misc) Remove `preact/compat` & `@fluentui/react-components` --- package.json | 4 +--- tsconfig.json | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index eb214bd..68c7072 100644 --- a/package.json +++ b/package.json @@ -10,10 +10,8 @@ "tauri": "tauri" }, "dependencies": { - "react": "npm:@preact/compat", - "react-dom": "npm:@preact/compat", - "@fluentui/react-components": "^9.41.0", "@tauri-apps/api": "^1.5.1", + "color.js": "^1.2.0", "preact": "^10.16.0", "react-icons": "^4.12.0", "react-router-dom": "^6.20.0", diff --git a/tsconfig.json b/tsconfig.json index 3d9a7cd..68ae8dd 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -28,9 +28,7 @@ "@ui/*": ["src/ui/*"], "@css/*": ["src/ui/css/*"], "@components/*": ["src/ui/components/*"], - "@backend/*": ["src/backend/*"], - "react": ["./node_modules/preact/compat/"], - "react-dom": ["./node_modules/preact/compat/"] + "@backend/*": ["src/backend/*"] }, }, "include": ["src"],