-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
54 lines (54 loc) · 1.42 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "light-house-ecommerce",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@formkit/auto-animate": "^1.0.0-beta.1",
"@reduxjs/toolkit": "^1.8.0",
"@types/debounce": "^1.2.1",
"@types/nprogress": "^0.2.0",
"@types/react-dom": "^17.0.13",
"@types/react-scroll": "^1.8.3",
"@types/react-star-rating-component": "^1.4.1",
"@types/react-tabs": "^2.3.4",
"@types/react-transition-group": "^4.4.4",
"animate.css": "^4.1.1",
"axios": "^0.26.0",
"debounce": "^1.2.1",
"formik": "^2.2.9",
"mongodb": "^4.4.0",
"next": "12.1.0",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "^4.3.1",
"react-image-zoom": "^1.3.1",
"react-paginate": "^8.1.2",
"react-rating-stars-component": "^2.2.0",
"react-redux": "^7.2.6",
"react-scroll": "^1.8.6",
"react-tabs": "^3.2.3",
"react-toastify": "^8.2.0",
"react-transition-group": "^4.4.2",
"swiper": "^8.0.7",
"swr": "^1.2.2",
"yup": "^0.32.11",
"zustand": "^3.7.1"
},
"devDependencies": {
"@types/node": "17.0.19",
"@types/react": "17.0.39",
"autoprefixer": "^10.4.2",
"eslint": "8.9.0",
"eslint-config-next": "12.1.0",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.23",
"typescript": "4.5.5"
}
}