start making things

This commit is contained in:
Isaac
2022-08-05 22:21:55 +01:00
parent cdb8fa04c4
commit 052c159157
25 changed files with 669 additions and 46 deletions

View File

@@ -34,18 +34,18 @@
"node": ">=18.0"
},
"dependencies": {
"@eartharoid/dbf": "^0.3.2",
"@eartharoid/dbf": "^0.3.3",
"@eartharoid/dtf": "^2.0.1",
"@eartharoid/i18n": "^1.0.4",
"@fastify/cookie": "^6.0.0",
"@fastify/cors": "^8.0.0",
"@fastify/cors": "^8.1.0",
"@fastify/jwt": "^5.0.1",
"@fastify/oauth2": "^5.0.0",
"@prisma/client": "^4.1.0",
"@fastify/oauth2": "^5.1.0",
"@prisma/client": "^4.1.1",
"cryptr": "^6.0.3",
"discord.js": "^14.0.2",
"discord.js": "^14.1.2",
"dotenv": "^16.0.1",
"fastify": "^4.2.1",
"fastify": "^4.3.0",
"figlet": "^1.5.2",
"fs-extra": "^10.1.0",
"keyv": "^4.3.3",
@@ -55,14 +55,14 @@
"node-dir": "^0.1.17",
"node-emoji": "^1.11.0",
"object-diffy": "^1.0.4",
"prisma": "^4.1.0",
"prisma": "^4.1.1",
"semver": "^7.3.7",
"terminal-link": "^2.1.1",
"yaml": "^1.10.2"
},
"devDependencies": {
"all-contributors-cli": "^6.20.0",
"eslint": "^8.20.0",
"eslint": "^8.21.0",
"eslint-plugin-unused-imports": "^2.0.0",
"nodemon": "^2.0.19"
}