Skip to content

Commit

Permalink
fix some more
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwn04 committed Apr 24, 2024
1 parent cf16c91 commit 2367817
Show file tree
Hide file tree
Showing 2 changed files with 1,213 additions and 987 deletions.
21 changes: 12 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,29 +38,34 @@
},
"homepage": "https://github.com/acmucsd/membership-portal#readme",
"dependencies": {
"@babel/core": "^7.0.0-0",
"@babel/plugin-transform-export-namespace-from": "^7.24.1",
"@sendgrid/mail": "^7.4.4",
"amazon-s3-uri": "^0.1.1",
"async-retry": "^1.3.3",
"aws-sdk": "^2.906.0",
"bcrypt": "^5.0.0",
"body-parser": "^1.19.0",
"class-transformer": "^0.3.1",
"class-validator": "^0.12.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"cors": "^2.8.5",
"datadog-metrics": "^0.9.3",
"dotenv": "^8.2.0",
"ejs": "^3.1.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.21.5",
"eslint-plugin-react-hooks": "^4",
"express": "^4.17.1",
"faker": "^5.5.3",
"jsonwebtoken": "^8.5.1",
"moment": "^2.27.0",
"moment-timezone": "^0.5.34",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"multer": "^1.4.4",
"obscenity": "^0.2.0",
"pg": "^8.6.0",
"reflect-metadata": "^0.1.13",
"routing-controllers": "^0.9.0",
"routing-controllers": "^0.10.4",
"ts-node": "^10.9.2",
"tsconfig-paths": "^3.9.0",
"typedi": "^0.10.0",
Expand All @@ -84,20 +89,18 @@
"@types/jest": "^27.0.2",
"@types/jsonwebtoken": "^8.5.0",
"@types/morgan": "^1.9.1",
"@types/multer": "^1.4.3",
"@types/multer": "^1.4.4",
"@types/node": "^14.0.13",
"@types/rfdc": "^1.1.0",
"@types/underscore": "^1.10.4",
"@types/uuid": "^8.3.0",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"eslint": "^7.26.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"eslint-plugin-import": "^2.22.1",
"jest": "^27.2.5",
"jest": "^29.7.0",
"nodemon": "^2.0.7",
"rfdc": "^1.3.0",
"ts-jest": "^27.0.5",
"ts-jest": "^29.1.2",
"ts-mockito": "^2.6.1"
}
}
Loading

0 comments on commit 2367817

Please sign in to comment.