From 8f3216656561e2ce24f54212e7e10e4ca5fb69a4 Mon Sep 17 00:00:00 2001 From: sajadevo Date: Tue, 1 Nov 2022 11:07:49 +0430 Subject: [PATCH] remove unused dependencies --- package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 80cf4e10..b7455d71 100644 --- a/package.json +++ b/package.json @@ -11,14 +11,12 @@ "dependencies": { "@heroicons/react": "2.0.12", "@material-tailwind/react": "1.2.4", - "@react-google-maps/api": "2.13.1", "apexcharts": "3.35.5", "prop-types": "15.8.1", "react": "18.2.0", "react-apexcharts": "1.4.0", "react-dom": "18.2.0", - "react-router-dom": "6.4.2", - "react-tailwind-timeline-component": "1.1.2" + "react-router-dom": "6.4.2" }, "devDependencies": { "@types/react": "18.0.17",