-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
49 lines (49 loc) · 1.23 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
{
"name": "phone-shop",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@etchteam/next-pagination": "^3.5.4",
"@heroicons/react": "^2.0.13",
"@mui/icons-material": "^5.11.0",
"@mui/material": "^5.11.4",
"@next/font": "13.1.1",
"@react-native-async-storage/async-storage": "^1.17.11",
"@reduxjs/toolkit": "^1.9.1",
"axios": "^1.2.2",
"bcrypt": "^5.1.0",
"eslint": "8.31.0",
"eslint-config-next": "13.1.1",
"flowbite": "^1.6.1",
"formik": "^2.2.9",
"graphql": "^16.6.0",
"graphql-request": "^5.1.0",
"mongodb": "^4.13.0",
"mongoose": "^6.8.3",
"next": "13.1.1",
"next-auth": "^4.18.8",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.0",
"nprogress": "^0.2.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-icons": "^4.7.1",
"react-paginate": "^8.1.4",
"react-redux": "^8.0.5",
"redux": "^4.2.0",
"redux-persist": "^6.0.0"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.2.4"
}
}