Spaces:
Paused
Paused
Update package.json
Browse files- package.json +3 -0
package.json
CHANGED
|
@@ -26,13 +26,16 @@
|
|
| 26 |
"@fastify/view": "^9.1.0",
|
| 27 |
"@hapi/iron": "^7.0.1",
|
| 28 |
"argon2": "^0.41.0",
|
|
|
|
| 29 |
"bullmq": "^5.15.0",
|
| 30 |
"cheerio": "^1.0.0",
|
|
|
|
| 31 |
"fastify": "^4.28.1",
|
| 32 |
"groq-sdk": "^0.5.0",
|
| 33 |
"ioredis": "^5.4.1",
|
| 34 |
"js-yaml": "^4.1.0",
|
| 35 |
"nanoid": "^5.0.7",
|
|
|
|
| 36 |
"nunjucks": "^3.2.4",
|
| 37 |
"p-limit": "^6.1.0",
|
| 38 |
"proper-lockfile": "^4.1.2",
|
|
|
|
| 26 |
"@fastify/view": "^9.1.0",
|
| 27 |
"@hapi/iron": "^7.0.1",
|
| 28 |
"argon2": "^0.41.0",
|
| 29 |
+
"axios": "^1.7.7",
|
| 30 |
"bullmq": "^5.15.0",
|
| 31 |
"cheerio": "^1.0.0",
|
| 32 |
+
"dotenv": "^16.4.5",
|
| 33 |
"fastify": "^4.28.1",
|
| 34 |
"groq-sdk": "^0.5.0",
|
| 35 |
"ioredis": "^5.4.1",
|
| 36 |
"js-yaml": "^4.1.0",
|
| 37 |
"nanoid": "^5.0.7",
|
| 38 |
+
"nanoid-dictionary": "^4.1.0",
|
| 39 |
"nunjucks": "^3.2.4",
|
| 40 |
"p-limit": "^6.1.0",
|
| 41 |
"proper-lockfile": "^4.1.2",
|