From 0795298ab1a1ee5b316dbf228afec60cbb4cbce7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Markovi=C4=87?= Date: Sun, 9 Jul 2023 23:08:37 +0400 Subject: [PATCH] We need sass for build step --- frontend/package.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index c7e91f6..2151a19 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -21,9 +21,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-icons": "4.10.1", + "sass": "1.63.6", "swr": "2.2.0" - }, - "devDependencies": { - "sass": "1.63.6" } }