From 5c6b7a81378beff57709169688127868bf49d0df Mon Sep 17 00:00:00 2001 From: Jen Looper Date: Sat, 11 Jul 2026 17:27:50 +0200 Subject: [PATCH] Add dependencies to package.json Added dependencies for inquirer, chalk, and fs-extra. This aligns with the create-cloudinary-react package and allows install to go forward. --- package.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package.json b/package.json index 548a2c9..00f3854 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,11 @@ "bugs": { "url": "https://github.com/cloudinary-devs/create-cloudinary-next/issues" }, + "dependencies": { + "inquirer": "^9.2.15", + "chalk": "^5.3.0", + "fs-extra": "^11.2.0" + }, "devDependencies": { "@commitlint/cli": "^19.6.0", "@commitlint/config-conventional": "^19.6.0",