Skip to content

Commit

Permalink
teamMember_backend
Browse files Browse the repository at this point in the history
  • Loading branch information
muskan170604 committed Oct 23, 2024
1 parent a49ec2c commit a4f3d06
Show file tree
Hide file tree
Showing 8 changed files with 16,172 additions and 3,170 deletions.
10,759 changes: 10,759 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

15 changes: 11 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,16 @@
},
"dependencies": {
"eslint-config-airbnb": "^19.0.4",
"next": "14.1.0",
"express": "^4.21.1",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.7.2",
"next": "^14.1.0",
"next-auth": "^4.24.8",
"next-pwa": "^5.6.0",
"react": "^18",
"react-dom": "^18",
"nodemon": "^3.1.7",
"pnpm": "^9.12.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sass": "^1.71.1"
},
"devDependencies": {
Expand All @@ -28,7 +34,8 @@
"lint-staged": "^15.2.2",
"postcss": "^8",
"prettier": "3.2.5",
"tailwindcss": "^3.3.0"
"tailwindcss": "^3.3.0",
"typescript": "5.6.3"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
Expand Down
Loading

0 comments on commit a4f3d06

Please sign in to comment.