-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
39 lines (39 loc) · 942 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
38
39
{
"name": "e-cycle",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@mui/icons-material": "^5.10.15",
"@mui/material": "^5.10.15",
"@mui/x-date-pickers": "^5.0.9",
"aos": "^2.3.4",
"axios": "^1.2.0",
"cloudinary": "^1.32.0",
"dotenv": "^16.0.3",
"firebase": "^8.2.1",
"fuse.js": "^6.6.2",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"mongodb": "^3.5.9",
"mongoose": "^6.7.3",
"multer": "^1.4.5-lts.1",
"multiparty": "^4.2.3",
"next": "13.0.5",
"next-auth": "^4.17.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.6.0",
"react-simple-maps": "^3.0.0",
"recharts": "^2.1.16",
"swiper": "^8.4.5"
}
}