From 8902aca6bc8888261c3d81393fc392d3fa997d39 Mon Sep 17 00:00:00 2001 From: Remko Date: Tue, 30 Jan 2024 14:51:43 +0100 Subject: [PATCH] hierarchy --- pwa/package.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pwa/package.json b/pwa/package.json index 7a38990c..b86e6046 100644 --- a/pwa/package.json +++ b/pwa/package.json @@ -4,9 +4,7 @@ "private": true, "description": "Product Website Template", "author": "Conduction", - "keywords": [ - "gatsby" - ], + "keywords": ["gatsby"], "scripts": { "develop": "gatsby develop", "start": "gatsby develop", @@ -25,6 +23,7 @@ "prepare": "cd .. && husky install" }, "dependencies": { + "node-sass": "^9.0.0", "@conduction/components": "2.2.45", "@conduction/theme": "1.1.15", "@fortawesome/fontawesome-svg-core": "^6.5.1", @@ -76,7 +75,6 @@ "i18next": "^23.7.19", "jwt-decode": "^4.0.0", "lodash": "^4.17.21", - "node-sass": "^9.0.0", "qs": "^6.11.2", "react": "^18.2.0", "react-collapsible": "^2.10.0",