change mongodb to mongo atlas

This commit is contained in:
kicap1992
2022-07-20 01:22:21 +08:00
parent 58671436a7
commit 576831eae8
23 changed files with 5985 additions and 119 deletions

View File

@ -10,19 +10,29 @@
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.9.3",
"@emotion/styled": "^11.9.3",
"@mui/icons-material": "^5.8.4",
"@mui/material": "^5.8.7",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-form-data": "^2.0.17",
"googleapis": "^100.0.0",
"iron-session": "^6.1.3",
"jsonwebtoken": "^8.5.1",
"md5": "^2.3.0",
"mongoose": "^6.2.11",
"next": "12.1.5",
"nextjs-progressbar": "^0.0.14",
"nodemon": "^2.0.15",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-toastify": "^9.0.5",
"socket.io": "^4.5.1",
"socket.io-client": "^4.5.1",
"sweetalert2": "^11.4.20",
"sweetalert2-react-content": "^5.0.1",
"typescript": "^4.6.3"
},
"devDependencies": {