-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 888 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
{
"name": "myntraclone",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^1.7.2",
"axios": "^0.26.0",
"bcrypt": "^5.0.1",
"cookie": "^0.4.2",
"firebase": "^9.6.6",
"js-cookie": "^3.0.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.2.1",
"next": "12.0.10",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-paginate": "^8.1.2",
"react-redux": "^7.2.6",
"react-slick": "^0.28.1",
"redux-persist": "^6.0.0",
"sharp": "^0.30.1",
"slick-carousel": "^1.8.1",
"validator": "^13.7.0"
},
"devDependencies": {
"autoprefixer": "^10.4.2",
"eslint": "8.9.0",
"eslint-config-next": "12.0.10",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.22"
}
}