-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 870 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": "lets-shop",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^1.7.4",
"@heroicons/react": "^2.0.13",
"@hookform/resolvers": "^2.9.10",
"axios": "^1.1.3",
"bcrypt": "^5.1.0",
"js-cookie": "^3.0.1",
"moment": "^2.29.4",
"mongoose": "^6.7.1",
"next": "13.0.1",
"next-auth": "^4.16.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.39.1",
"react-slick": "^0.29.0",
"react-toastify": "^9.1.1",
"slick-carousel": "^1.8.1",
"yup": "^0.32.11"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"eslint": "8.26.0",
"eslint-config-next": "13.0.1",
"postcss": "^8.4.18",
"tailwindcss": "^3.2.1"
}
}