forked from hackatooons/e-bureau
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.29 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.6",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-regular-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@headlessui/react": "^1.6.0",
"@material-ui/core": "^4.12.4",
"@mui/icons-material": "^5.8.0",
"@mui/material": "^5.4.4",
"axios": "^0.24.0",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"formik": "^2.2.9",
"framer-motion": "^6",
"mongoose": "^6.0.7",
"morgan": "^1.10.0",
"next": "^12.0.7",
"next-connect": "^0.10.2",
"nodemailer": "^6.7.2",
"react": "^17.0.2",
"react-bootstrap": "^2.1.2",
"react-dom": "^17.0.2",
"react-dropzone": "^12.0.4",
"react-google-login": "^5.2.2",
"react-icons": "^4.2.0",
"react-toastify": "^8.2.0",
"sassy-datepicker": "^0.8.0",
"styled-components": "^5.3.5",
"validator": "^13.7.0",
"yup": "^0.32.11"
},
"devDependencies": {
"autoprefixer": "^10.3.5",
"postcss": "^8.3.7",
"tailwindcss": "^2.2.15"
}
}