-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 819 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 819 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.10.4",
"@emotion/server": "^11.10.0",
"@mui/material": "^5.10.8",
"@next-auth/mongodb-adapter": "^1.1.1",
"@nextui-org/react": "^1.0.0-beta.10",
"bcryptjs": "^2.4.3",
"hamburger-react": "^2.5.0",
"mongodb": "^4.12.1",
"mongoose": "^6.7.5",
"next": "^13.0.5",
"next-auth": "^4.17.0",
"next-pwa": "^5.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.4.0",
"styled-components": "^5.3.6",
"web-push": "^3.5.0"
},
"devDependencies": {
"@types/node": "17.0.4",
"@types/react": "17.0.38",
"eslint-config-next": "^13.0.5",
"typescript": "4.5.4"
}
}