Skip to content

Commit

Permalink
feat: add partners and tournament position (#153)
Browse files Browse the repository at this point in the history
* feat: add partners and tournament position

* fix: tests ?

* feat: add docs and fix tests

* fix: add Partner code

* fix: test and api

* fix: review

* fix: typo

* fix: fixes

* fix: fixes
  • Loading branch information
DevNono authored Oct 14, 2023
1 parent e2897cc commit 8c77ab7
Show file tree
Hide file tree
Showing 29 changed files with 810 additions and 282 deletions.
90 changes: 45 additions & 45 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,89 +5,89 @@
"private": false,
"license": "MIT",
"dependencies": {
"@prisma/client": "^5.1.1",
"@sentry/node": "^7.64.0",
"@prisma/client": "^5.4.2",
"@sentry/node": "^7.74.0",
"@slack/web-api": "^6.9.0",
"@types/multer": "^1.4.7",
"@types/qs": "^6.9.7",
"@types/multer": "^1.4.8",
"@types/qs": "^6.9.8",
"@ung/node-etupay": "^3.0.0",
"axios": "^1.4.0",
"axios": "^1.5.1",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"helmet": "^7.0.0",
"joi": "^17.9.2",
"jsonwebtoken": "^9.0.1",
"joi": "^17.11.0",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"logform": "^2.5.1",
"logform": "^2.6.0",
"moment": "^2.29.4",
"morgan": "^1.10.0",
"multer": "1.4.5-lts.1",
"mustache": "^4.2.0",
"nanoid": "^3.3.6",
"nodemailer": "^6.9.4",
"nodemailer": "^6.9.6",
"pdfkit": "^0.13.0",
"prisma": "^5.1.1",
"prisma": "^5.4.2",
"qrcode": "^1.5.3",
"qs": "^6.11.2",
"sharp": "^0.32.5",
"sharp": "^0.32.6",
"split": "^1.0.1",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"ts-node": "^10.9.1",
"winston": "^3.10.0"
"winston": "^3.11.0"
},
"devDependencies": {
"@commitlint/cli": "^17.7.1",
"@commitlint/config-conventional": "^17.7.0",
"@faker-js/faker": "^8.0.2",
"@types/bcryptjs": "^2.4.2",
"@types/chai": "^4.3.5",
"@types/chai-string": "^1.4.2",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash": "^4.14.197",
"@types/mocha": "^10.0.1",
"@types/morgan": "^1.9.4",
"@types/mustache": "^4.2.2",
"@types/nodemailer": "^6.4.9",
"@types/pdfkit": "^0.12.10",
"@types/qrcode": "^1.5.1",
"@types/sinon": "^10.0.16",
"@types/smtp-server": "^3.5.7",
"@types/split": "^1.0.2",
"@types/supertest": "^2.0.12",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@faker-js/faker": "^8.1.0",
"@types/bcryptjs": "^2.4.4",
"@types/chai": "^4.3.8",
"@types/chai-string": "^1.4.3",
"@types/cors": "^2.8.14",
"@types/express": "^4.17.19",
"@types/jsonwebtoken": "^9.0.3",
"@types/lodash": "^4.14.199",
"@types/mocha": "^10.0.2",
"@types/morgan": "^1.9.6",
"@types/mustache": "^4.2.3",
"@types/nodemailer": "^6.4.11",
"@types/pdfkit": "^0.12.12",
"@types/qrcode": "^1.5.2",
"@types/sinon": "^10.0.19",
"@types/smtp-server": "^3.5.8",
"@types/split": "^1.0.3",
"@types/supertest": "^2.0.14",
"@types/swagger-jsdoc": "^6.0.1",
"@types/swagger-ui-express": "^4.1.3",
"@types/yamljs": "^0.2.31",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"chai": "^4.3.7",
"@types/swagger-ui-express": "^4.1.4",
"@types/yamljs": "^0.2.32",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"chai": "^4.3.10",
"chai-string": "^1.5.0",
"cpy-cli": "^5.0.0",
"dbdocs": "^0.8.0",
"eslint": "^8.47.0",
"dbdocs": "^0.8.3",
"eslint": "^8.51.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-mocha": "^10.1.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-mocha": "^10.2.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-security": "^1.7.1",
"eslint-plugin-unicorn": "^48.0.1",
"husky": "^8.0.3",
"mocha": "^10.2.0",
"nock": "^13.3.2",
"nock": "^13.3.4",
"nyc": "^15.1.0",
"prettier": "^3.0.2",
"prettier": "^3.0.3",
"prisma-dbml-generator": "^0.10.0",
"sinon": "^15.2.0",
"smtp-server": "^3.13.0",
"supertest": "^6.3.3",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0",
"typescript": "^5.1.6"
"typescript": "^5.2.2"
},
"scripts": {
"postinstall": "husky install",
Expand Down
Loading

0 comments on commit 8c77ab7

Please sign in to comment.