-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.3 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.3 KB
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
{
"name": "my-shop",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/core": "10.1.1",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@material-ui/core": "^4.12.4",
"@mui/material": "^5.10.8",
"@next-auth/mongodb-adapter": "^1.0.4",
"@reduxjs/toolkit": "^1.8.3",
"axios": "^0.27.2",
"bcrypt": "^5.0.1",
"dayjs": "^1.11.5",
"formik": "^2.2.9",
"googleapis": "^108.0.0",
"jsonwebtoken": "^8.5.1",
"mongodb": "^4.8.0",
"mongoose": "^6.4.6",
"next": "12.1.6",
"next-auth": "^4.10.3",
"next-connect": "^0.13.0",
"next-redux-wrapper": "^7.0.5",
"nodemailer": "^6.7.7",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-image-magnify": "^2.7.4",
"react-redux": "^8.0.2",
"react-share": "^4.4.0",
"react-spinners": "^0.13.4",
"redux": "^4.2.0",
"redux-devtools-extension": "^2.13.9",
"redux-persist": "^6.0.0",
"react-responsive": "^9.0.0",
"redux-thunk": "^2.4.1",
"sass": "^1.53.0",
"swiper": "^8.4.2",
"yup": "^0.32.11"
},
"devDependencies": {
"eslint": "8.20.0",
"eslint-config-next": "12.2.3"
}
}