-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.4 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
{
"name": "elegant-ecommerce-site",
"version": "2.0.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint-next": "next lint",
"lint": "eslint ./src/**/*.{js,jsx}",
"lint:fix": "yarn lint --fix"
},
"dependencies": {
"@emotion/cache": "11.13.1",
"@emotion/react": "11.13.0",
"@emotion/server": "11.11.0",
"@emotion/styled": "11.13.0",
"@mui/icons-material": "5.16.7",
"@mui/lab": "5.0.0-alpha.173",
"@mui/material": "5.16.7",
"@mui/material-nextjs": "5.16.6",
"bootstrap": "^5.1.3",
"lodash": "^4.17.21",
"next": "14.2.5",
"pure-react-carousel": "^1.28.1",
"react": "18.3.1",
"react-bootstrap": "^2.2.3",
"react-color": "^2.19.3",
"react-currency-format": "^1.1.0",
"react-dom": "18.3.1",
"react-multi-carousel": "^2.8.0",
"react-number-format": "^4.9.1",
"react-slick": "^0.28.1",
"react-social-login-buttons": "^3.6.0",
"react-viewer": "^3.2.2",
"slick-carousel": "^1.8.1",
"swiper": "8.0.7"
},
"devDependencies": {
"@next/eslint-plugin-next": "^13.4.7",
"@types/node": "22.5.0",
"autoprefixer": "10.4.14",
"eslint": "8.43.0",
"eslint-config-next": "13.4.7",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-prettier": "^4.2.1",
"postcss": "8.4.24",
"prettier": "^2.8.8",
"typescript": "5.5.4"
}
}