-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 873 Bytes
/
package.json
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
34
35
36
37
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/icons-material": "^5.15.18",
"@mui/material": "^5.15.18",
"axios": "^1.6.4",
"bcrypt": "^5.1.1",
"bootstrap": "^5.3.2",
"formik": "^2.4.6",
"gray-matter": "^4.0.3",
"isomorphic-unfetch": "^4.0.2",
"js-cookie": "^3.0.5",
"jsonwebtoken": "8.5.1",
"material-icons": "^1.13.2",
"material-ui-community-icons": "^0.15.0",
"mongodb": "^5.1.0",
"next": "latest",
"next-auth": "^4.24.7",
"prettier": "^3.0.3",
"react": "18.2.0",
"react-bootstrap": "^2.7.2",
"react-dom": "18.2.0",
"react-router-dom": "^6.23.1",
"react-slick": "^0.30.2",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"slick-carousel": "^1.8.1",
"yup": "^1.4.0"
}
}