Add slugify dependency

This commit is contained in:
2023-07-30 00:26:31 +04:00
parent 8e555b7794
commit e73c0555e7
2 changed files with 7 additions and 1 deletions
+2 -1
View File
@@ -37,7 +37,8 @@
"react-dom": "^18.2.0",
"react-swipeable-views": "^0.13.9",
"react-virtuoso": "^4.4.0",
"sharp": "^0.29.3"
"sharp": "^0.29.3",
"slugify": "^1.6.6"
},
"devDependencies": {
"eslint": "^8.7.0",