-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.11 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
{
"name": "ecommerce-frontend",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.6.0",
"@emotion/server": "^11.4.0",
"@emotion/styled": "^11.6.0",
"@fontsource/inter": "^4.5.1",
"@material-table/core": "^0.2.11",
"@mui/icons-material": "^5.1.1",
"@mui/lab": "^5.0.0-alpha.55",
"@mui/material": "^5.1.1",
"@mui/styles": "^5.1.1",
"embla-carousel-autoplay": "^6.0.2",
"embla-carousel-react": "^6.0.2",
"google-map-react": "^2.1.10",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-optipng": "^8.0.0",
"keen-slider": "^5.5.1",
"next": "12.0.4",
"next-optimized-images": "^2.6.2",
"react": "17.0.2",
"react-countup": "^6.1.0",
"react-dom": "17.0.2",
"react-facebook-login": "^4.1.1",
"react-google-login": "^5.2.2",
"react-hook-form": "^7.20.0",
"react-image-magnify": "^2.7.4",
"react-visibility-sensor": "^5.1.1"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "12.0.4"
}
}