diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 18f03ec..1419650 100644 --- a/package.json +++ b/package.json @@ -19,10 +19,12 @@ "next": "^14.1.4", "react": "^18.2.0", "react-dom": "^18.2.0", + "react-google-recaptcha": "^3.1.0", "react-icons": "^5.0.1", "react-player": "^2.15.1", "react-router-dom": "^6.22.3", - "say": "^0.16.0" + "say": "^0.16.0", + "sharp": "^0.33.3" }, "devDependencies": { "@types/node": "20.11.28", |