Skip to content

Commit

Permalink
Merge pull request #43 from hamzaabamboo/feat/gemini
Browse files Browse the repository at this point in the history
feat: add gemini
  • Loading branch information
hamzaabamboo authored Feb 4, 2025
2 parents f9e8edb + 0e0c30a commit ecb9364
Show file tree
Hide file tree
Showing 13 changed files with 4,082 additions and 3,449 deletions.
123 changes: 64 additions & 59 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"build": "nest build --webpack",
"build:nest": "nest build --webpack",
"build:next": "next build --no-lint",
"fix": "pnpm format:fix && pnpm lint:fix",
"format": "prettier \"src/**/*.ts\" \"test/**/*.ts\"",
"format:check": "pnpm format --check",
"format:fix": "pnpm format --write",
Expand All @@ -30,67 +31,69 @@
"test:e2e": "jest --config ./test/jest-e2e.json"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.726.1",
"@discordjs/opus": "^0.9.0",
"@discordjs/rest": "^2.3.0",
"@discordjs/voice": "^0.17.0",
"@fastify/nextjs": "^10.0.1",
"@fastify/static": "^7.0.4",
"@ffmpeg/core": "^0.12.6",
"@ffmpeg/ffmpeg": "^0.12.10",
"@line/bot-sdk": "^9.2.2",
"@nestjs/axios": "^3.0.3",
"@nestjs/common": "^10.4.1",
"@nestjs/config": "^3.2.3",
"@nestjs/core": "^10.4.1",
"@nestjs/platform-express": "^10.4.1",
"@nestjs/platform-fastify": "^10.4.1",
"@nestjs/schedule": "^4.1.0",
"@nestjs/swagger": "^7.4.0",
"@nestjs/throttler": "^6.1.1",
"@nestjs/typeorm": "^10.0.2",
"@swc/cli": "^0.4.0",
"@swc/core": "^1.7.11",
"axios": "^1.7.4",
"canvas": "^2.11.2",
"@aws-sdk/client-s3": "^3.741.0",
"@blazity/nest-file-fastify": "^1.0.0",
"@discordjs/opus": "^0.10.0",
"@discordjs/rest": "^2.4.2",
"@discordjs/voice": "^0.18.0",
"@fastify/multipart": "^9.0.3",
"@fastify/nextjs": "^11.0.0",
"@fastify/static": "^8.1.0",
"@ffmpeg/core": "^0.12.10",
"@ffmpeg/ffmpeg": "^0.12.15",
"@google/generative-ai": "^0.21.0",
"@line/bot-sdk": "^9.5.3",
"@nestjs/axios": "^4.0.0",
"@nestjs/common": "^11.0.7",
"@nestjs/config": "^4.0.0",
"@nestjs/core": "^11.0.7",
"@nestjs/platform-express": "^11.0.7",
"@nestjs/platform-fastify": "^11.0.7",
"@nestjs/schedule": "^5.0.1",
"@nestjs/swagger": "^11.0.3",
"@nestjs/throttler": "^6.4.0",
"@nestjs/typeorm": "^11.0.0",
"@swc/cli": "^0.6.0",
"@swc/core": "^1.10.14",
"axios": "^1.7.9",
"canvas": "^3.1.0",
"cron-parser": "^4.9.0",
"discord-api-types": "^0.37.94",
"discord.js": "^14.15.3",
"eslint-config-prettier": "^9.1.0",
"fast-xml-parser": "^4.4.1",
"fastify": "^4.28.1",
"discord-api-types": "^0.37.119",
"discord.js": "^14.17.3",
"fast-xml-parser": "^4.5.1",
"fastify": "^5.2.1",
"fb": "^2.0.0",
"gaxios": "^6.7.1",
"he": "^1.2.0",
"libsodium-wrappers": "^0.7.15",
"lodash": "^4.17.21",
"mdast-util-from-markdown": "^2.0.1",
"mdast-util-from-markdown": "^2.0.2",
"mdast-util-gfm": "^3.0.0",
"mdast-util-to-markdown": "^2.1.0",
"mdast-util-to-markdown": "^2.1.2",
"mdast-util-to-string": "^4.0.0",
"micromark-extension-gfm": "^3.0.0",
"mkdirp": "^3.0.1",
"moment": "^2.30.1",
"moment-timezone": "^0.5.45",
"moment-timezone": "^0.5.47",
"needle": "^3.3.1",
"nestjs-spelunker": "^1.3.0",
"next": "^14.2.5",
"node-ical": "^0.18.0",
"nestjs-spelunker": "^1.3.2",
"next": "^13.5.8",
"node-ical": "^0.20.1",
"openapi-client-axios": "^7.5.5",
"pg": "^8.12.0",
"pg": "^8.13.1",
"promptpay-qr": "^0.5.0",
"puppeteer": "^24.0.0",
"puppeteer-core": "^24.0.0",
"puppeteer": "^24.1.1",
"puppeteer-core": "^24.1.1",
"qr-image": "^3.2.0",
"qs": "^6.13.0",
"rc-slider": "11.1.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"qs": "^6.14.0",
"rc-slider": "11.1.8",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"reflect-metadata": "^0.2.2",
"rimraf": "^6.0.1",
"rrule": "2.8.1",
"rtmp-server": "^0.2.0",
"run-script-webpack-plugin": "^0.2.0",
"run-script-webpack-plugin": "^0.2.1",
"rxjs": "^7.8.1",
"sqlite3": "^5.1.7",
"trello": "^0.11.0",
Expand All @@ -100,30 +103,32 @@
"ytsr": "^3.8.4"
},
"devDependencies": {
"@nestjs/cli": "^10.4.4",
"@nestjs/schematics": "^10.1.3",
"@nestjs/testing": "^10.4.1",
"@types/express": "^4.17.21",
"@types/jest": "29.5.12",
"@types/lodash": "^4.17.7",
"@types/node": "^22.3.0",
"@nestjs/cli": "^11.0.2",
"@nestjs/schematics": "^11.0.0",
"@nestjs/testing": "^11.0.7",
"@types/express": "^5.0.0",
"@types/jest": "29.5.14",
"@types/lodash": "^4.17.15",
"@types/node": "^22.13.1",
"@types/passport-openidconnect": "^0.1.3",
"@types/qr-image": "^3.2.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react": "^19.0.8",
"@types/react-dom": "^19.0.3",
"@types/supertest": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^8.1.0",
"@typescript-eslint/parser": "^8.1.0",
"eslint": "^8.1.0",
"eslint-plugin-import": "^2.29.1",
"@typescript-eslint/eslint-plugin": "^8.23.0",
"@typescript-eslint/parser": "^8.23.0",
"eslint": "^8.57.1",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-import": "^2.31.0",
"jest": "^29.7.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"start-server-webpack-plugin": "^2.2.5",
"supertest": "^7.0.0",
"ts-jest": "29.2.4",
"ts-loader": "^9.5.1",
"ts-jest": "29.2.5",
"ts-loader": "^9.5.2",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.5.4",
"typescript": "^5.7.3",
"webpack-node-externals": "^3.0.0"
},
"jest": {
Expand Down
Loading

0 comments on commit ecb9364

Please sign in to comment.