Skip to content

Commit

Permalink
chore: update dependencies and add OpenAI chat endPoint
Browse files Browse the repository at this point in the history
  • Loading branch information
ernestocarocca committed Dec 3, 2024
1 parent 35119b9 commit 28dbd96
Show file tree
Hide file tree
Showing 3 changed files with 275 additions and 11 deletions.
222 changes: 222 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 13 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,40 +21,42 @@
},
"dependencies": {
"@fastify/cors": "^8.2.0",
"@fastify/static": "^7.0.4",
"@fastify/swagger": "^8.3.1",
"@fastify/swagger-ui": "^1.5.0",
"@fastify/type-provider-typebox": "^3.6.0",
"@sinclair/typebox": "^0.29.0",
"fastify": "4.23.2",
"nodemon": "^2.0.20",
"ts-node": "^10.9.1",
"@fastify/static": "^7.0.4",
"@next/third-parties": "^14.2.13",
"@nextui-org/react": "^2.4.6",
"@sinclair/typebox": "^0.29.0",
"@tabler/icons-react": "^3.19.0",
"dotenv": "^16.4.6",
"fastify": "4.23.2",
"next": "^14.2.15",
"nodemon": "^2.0.20",
"openai": "^4.74.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.5.4"
"tailwind-merge": "^2.5.4",
"ts-node": "^10.9.1"
},
"devDependencies": {
"@commitlint/cli": "^17.4.2",
"@commitlint/config-conventional": "^17.4.2",
"@types/jest": "^29.4.0",
"@types/node": "^18.11.18",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^5.51.0",
"@typescript-eslint/parser": "^5.51.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-prettier": "^4.2.1",
"husky": "^8.0.3",
"jest": "^29.5.0",
"postcss": "^8",
"prettier": "^2.8.4",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.0.5",
"typescript": "^4.9.5",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"postcss": "^8",
"tailwindcss": "^3.4.1"
"typescript": "^4.9.5"
}
}
Loading

0 comments on commit 28dbd96

Please sign in to comment.