Skip to content

Commit

Permalink
Add DeepL integration
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcibotari committed Nov 4, 2024
1 parent b6e365e commit a24a0ec
Show file tree
Hide file tree
Showing 17 changed files with 454 additions and 150 deletions.
3 changes: 3 additions & 0 deletions firebase.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
}
]
},
"remoteconfig": {
"template": "remoteconfig.template.json"
},
"storage": {
"rules": "storage.rules"
},
Expand Down
206 changes: 151 additions & 55 deletions functions/package-lock.json

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

9 changes: 5 additions & 4 deletions functions/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@
"@google-cloud/translate": "^8.5.0",
"compressing": "^1.10.1",
"cors": "^2.8.5",
"deepl-node": "^1.14.0",
"express": "^4.21.1",
"firebase-admin": "^12.6.0",
"firebase-functions": "^6.0.1",
"firebase-admin": "^12.7.0",
"firebase-functions": "^6.1.0",
"sharp": "^0.33.5",
"stripe": "^17.2.0",
"uuid": "^10.0.0",
"stripe": "^17.3.1",
"uuid": "^11.0.2",
"zod": "^3.23.8"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit a24a0ec

Please sign in to comment.