From 55cf88822d0c0184a46ce587d9a2f1c7659ba43f Mon Sep 17 00:00:00 2001 From: ItzCrazyKns <95534749+ItzCrazyKns@users.noreply.github.com> Date: Fri, 21 Nov 2025 23:58:04 +0530 Subject: [PATCH] feat(package): add modules --- package.json | 4 ++++ yarn.lock | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/package.json b/package.json index b51dc6f..5752b9f 100644 --- a/package.json +++ b/package.json @@ -40,11 +40,15 @@ "markdown-to-jsx": "^7.7.2", "next": "^15.2.2", "next-themes": "^0.3.0", + "ollama": "^0.6.3", + "openai": "^6.9.0", + "partial-json": "^0.1.7", "pdf-parse": "^1.1.1", "react": "^18", "react-dom": "^18", "react-text-to-speech": "^0.14.5", "react-textarea-autosize": "^8.5.3", + "rfc6902": "^5.1.2", "sonner": "^1.4.41", "tailwind-merge": "^2.2.2", "winston": "^3.17.0", diff --git a/yarn.lock b/yarn.lock index 8844d50..d202f75 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3992,6 +3992,13 @@ ollama@^0.5.12: dependencies: whatwg-fetch "^3.6.20" +ollama@^0.6.3: + version "0.6.3" + resolved "https://registry.yarnpkg.com/ollama/-/ollama-0.6.3.tgz#b188573dd0ccb3b4759c1f8fa85067cb17f6673c" + integrity sha512-KEWEhIqE5wtfzEIZbDCLH51VFZ6Z3ZSa6sIOg/E/tBV8S51flyqBOXi+bRxlOYKDf8i327zG9eSTb8IJxvm3Zg== + dependencies: + whatwg-fetch "^3.6.20" + once@^1.3.0, once@^1.3.1, once@^1.4.0: version "1.4.0" resolved "https://registry.yarnpkg.com/once/-/once-1.4.0.tgz#583b1aa775961d4b113ac17d9c50baef9dd76bd1" @@ -4126,6 +4133,11 @@ parseley@^0.12.0: leac "^0.6.0" peberminta "^0.9.0" +partial-json@^0.1.7: + version "0.1.7" + resolved "https://registry.yarnpkg.com/partial-json/-/partial-json-0.1.7.tgz#b735a89edb3e25f231a3c4caeaae71dc9f578605" + integrity sha512-Njv/59hHaokb/hRUjce3Hdv12wd60MtM9Z5Olmn+nehe0QDAsRtRbJPvJ0Z91TusF0SuZRIvnM+S4l6EIP8leA== + path-exists@^4.0.0: version "4.0.0" resolved "https://registry.yarnpkg.com/path-exists/-/path-exists-4.0.0.tgz#513bdbe2d3b95d7762e8c1137efa195c6c61b5b3" @@ -4518,6 +4530,11 @@ reusify@^1.0.4: resolved "https://registry.yarnpkg.com/reusify/-/reusify-1.0.4.tgz#90da382b1e126efc02146e90845a88db12925d76" integrity sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw== +rfc6902@^5.1.2: + version "5.1.2" + resolved "https://registry.yarnpkg.com/rfc6902/-/rfc6902-5.1.2.tgz#774262ba7b032ab9abf9eb8e0312927e8f425062" + integrity sha512-zxcb+PWlE8PwX0tiKE6zP97THQ8/lHmeiwucRrJ3YFupWEmp25RmFSlB1dNTqjkovwqG4iq+u1gzJMBS3um8mA== + rgbcolor@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/rgbcolor/-/rgbcolor-1.0.1.tgz#d6505ecdb304a6595da26fa4b43307306775945d"