forked from mshahulpm/E-commerce-Store
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 853 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
{
"name": "store",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev -p 5000",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"axios": "^0.27.2",
"formik": "^2.2.9",
"js-cookie": "^3.0.1",
"next": "12.1.6",
"nprogress": "^0.2.0",
"react": "18.1.0",
"react-dom": "18.1.0",
"react-hook-form": "^7.31.3",
"react-slick": "^0.29.0",
"react-toastify": "^9.0.4",
"slick-carousel": "^1.8.1",
"yup": "^0.32.11"
},
"devDependencies": {
"@types/js-cookie": "^3.0.2",
"@types/node": "17.0.33",
"@types/nprogress": "^0.2.0",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.4",
"@types/react-slick": "^0.23.8",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"typescript": "4.6.4"
}
}