diff options
| author | real-zephex <[email protected]> | 2024-04-12 14:06:09 +0530 |
|---|---|---|
| committer | real-zephex <[email protected]> | 2024-04-12 14:06:09 +0530 |
| commit | 8384b873a00b54190456c1274ec0b5654265b13f (patch) | |
| tree | 7ba378b9d7723b6c655273f456ca6e67c710df69 /package.json | |
| parent | minor fixes (diff) | |
| download | dramalama-8384b873a00b54190456c1274ec0b5654265b13f.tar.xz dramalama-8384b873a00b54190456c1274ec0b5654265b13f.zip | |
minor fixes
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 1b40695..e588b47 100644 --- a/package.json +++ b/package.json @@ -21,7 +21,8 @@ "react-icons": "^5.0.1", "react-player": "^2.15.1", "react-router-dom": "^6.22.3", - "sharp": "^0.33.3" + "sharp": "^0.33.3", + "swiper": "^11.1.1" }, "devDependencies": { "@types/node": "20.11.28", |