diff --git a/package.json b/package.json
index 51d342e8634f954e8bb37d15c320f17deda01cb5..8fa718de2c45ce4fd8483bdc1c7d9ef18a08787a 100644
--- a/package.json
+++ b/package.json
@@ -14,11 +14,11 @@
     "devDependencies": {
         "concurrently": "^6.0.0",
         "webpack": "^5.28.0",
-        "webpack-cli": "^4.5.0"
+        "webpack-cli": "^4.5.0",
+        "stylus": "^0.56.0"
     },
     "dependencies": {
         "basiclightbox": "^5.0.4",
-        "chart.js": "^2.9.4",
-        "stylus": "^0.56.0"
+        "chart.js": "^2.9.4"
     }
 }