mirror of
https://github.com/rowboatlabs/rowboat.git
synced 2026-04-28 18:06:30 +02:00
add rate-limiting
This commit is contained in:
parent
024f6c75cc
commit
200e8d2e38
9 changed files with 188 additions and 2 deletions
|
|
@ -37,6 +37,7 @@
|
|||
"react-dom": "^18.3.1",
|
||||
"react-markdown": "^9.0.1",
|
||||
"react-resizable-panels": "^2.1.7",
|
||||
"redis": "^4.7.0",
|
||||
"remark-gfm": "^4.0.0",
|
||||
"rowboat-shared": "github:rowboatlabs/shared",
|
||||
"sharp": "^0.33.4",
|
||||
|
|
@ -53,6 +54,7 @@
|
|||
"@types/node": "^20",
|
||||
"@types/react": "^18",
|
||||
"@types/react-dom": "^18",
|
||||
"@types/redis": "^4.0.11",
|
||||
"eslint": "^8",
|
||||
"eslint-config-next": "14.2.5",
|
||||
"postcss": "^8",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue