add gitignore and packages

This commit is contained in:
Pawan Osman
2023-03-24 08:27:36 +03:00
parent 437bb0010a
commit 8ca02bbd77
3 changed files with 1191 additions and 1 deletions
+10
View File
@@ -0,0 +1,10 @@
.vscode/
.idea/
.DS_Store
npm-debug.log
yarn.lock
node_modules/
dist/
.parcel-cache
db.json
.env
+1175
View File
File diff suppressed because it is too large Load Diff
+6 -1
View File
@@ -16,5 +16,10 @@
"bugs": {
"url": "https://github.com/PawanOsman/ChatGPT/issues"
},
"homepage": "https://github.com/PawanOsman/ChatGPT#readme"
"homepage": "https://github.com/PawanOsman/ChatGPT#readme",
"dependencies": {
"axios": "1.3.4",
"express": "4.18.2",
"openai": "3.2.1"
}
}