From a4adea9f80282a51d454470da24c110621f90187 Mon Sep 17 00:00:00 2001 From: Martin Wittlinger Date: Thu, 23 Nov 2023 15:48:11 +0100 Subject: [PATCH] feat: replace CRA with vite (#1278) --- frontend/{public => }/index.html | 8 +- frontend/package-lock.json | 39849 ++------------------- frontend/package.json | 13 +- frontend/src/component/ProjectList.tsx | 8 +- frontend/src/component/ProjectTable.tsx | 12 +- frontend/src/pages/PageLayout.tsx | 15 +- frontend/src/pages/ProjectConfigView.tsx | 15 +- frontend/src/pages/ResultView.tsx | 2 +- frontend/src/pages/StatisticsPage.tsx | 3 +- frontend/src/react-app-env.d.ts | 1 - frontend/src/vite-env.d.ts | 1 + frontend/tsconfig.json | 9 +- frontend/vite.config.ts | 18 + 13 files changed, 3468 insertions(+), 36486 deletions(-) rename frontend/{public => }/index.html (84%) delete mode 100644 frontend/src/react-app-env.d.ts create mode 100644 frontend/src/vite-env.d.ts create mode 100644 frontend/vite.config.ts diff --git a/frontend/public/index.html b/frontend/index.html similarity index 84% rename from frontend/public/index.html rename to frontend/index.html index 8f3cfd662..0682073d7 100644 --- a/frontend/public/index.html +++ b/frontend/index.html @@ -2,19 +2,19 @@ - + - + - +