diff --git a/package-lock.json b/package-lock.json index 4f6bc48..2352d66 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,7 @@ "name": "tonychat", "version": "0.1.1", "dependencies": { + "@google/generative-ai": "^0.17.0", "ai": "^2.2.35", "next": "^13.5.6", "next-themes": "^0.2.1", @@ -137,6 +138,14 @@ "node": "^12.22.0 || ^14.17.0 || >=16.0.0" } }, + "node_modules/@google/generative-ai": { + "version": "0.17.0", + "resolved": "https://registry.npmmirror.com/@google/generative-ai/-/generative-ai-0.17.0.tgz", + "integrity": "sha512-HNIrX4x6EY5UPOTTDC5DepBFVluognTXR0MTWLiSVsJmzqdEYxGtz/9NWIknUbPNnPZOu7N1BoA/Ho24aPUh3g==", + "engines": { + "node": ">=18.0.0" + } + }, "node_modules/@humanwhocodes/config-array": { "version": "0.11.14", "resolved": "https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", @@ -5058,6 +5067,11 @@ "integrity": "sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==", "dev": true }, + "@google/generative-ai": { + "version": "0.17.0", + "resolved": "https://registry.npmmirror.com/@google/generative-ai/-/generative-ai-0.17.0.tgz", + "integrity": "sha512-HNIrX4x6EY5UPOTTDC5DepBFVluognTXR0MTWLiSVsJmzqdEYxGtz/9NWIknUbPNnPZOu7N1BoA/Ho24aPUh3g==" + }, "@humanwhocodes/config-array": { "version": "0.11.14", "resolved": "https://registry.npmmirror.com/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", diff --git a/package.json b/package.json index cd7dfb9..92225da 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "lint": "next lint" }, "dependencies": { + "@google/generative-ai": "^0.17.0", "ai": "^2.2.35", "next": "^13.5.6", "next-themes": "^0.2.1",