forked from NaziaSayyad/available-carriage-8679
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 862 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.0.13",
"@chakra-ui/react": "^2.4.3",
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"axios": "^1.2.1",
"bcrypt": "^5.1.0",
"framer-motion": "^7.7.2",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.8.0",
"next": "13.0.6",
"next-connect": "^0.13.0",
"nodemailer": "^6.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-slick": "^0.29.0",
"react-typed": "^1.2.0",
"redux": "^4.2.0",
"redux-thunk": "^2.4.2",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"dotenv": "^16.0.3",
"nodemon": "^2.0.20"
}
}