From 0dbd6250686ac5e46449fdbf1bd58fe24ba06ad4 Mon Sep 17 00:00:00 2001 From: Levi Kline Date: Fri, 22 Apr 2022 20:07:19 -0700 Subject: [PATCH] Update package.json Included sass dependency --- frontend/package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/package.json b/frontend/package.json index 852dde49c..6454fc8a1 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -35,6 +35,7 @@ "graphql": "^15.4.0", "jquery": "^3.5.1", "js-yaml": "^3.13.1", + "sass": "^1.50.1", "npm-run-all": "^4.1.5", "object-hash": "^1.3.1", "react": "^16.14.0",