-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
84 lines (84 loc) · 2.46 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "shops-finder-nextjs",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@hookform/resolvers": "^3.3.4",
"@mui/icons-material": "^5.15.15",
"@mui/material": "^5.15.15",
"@next-auth/mongodb-adapter": "^1.1.3",
"@nextui-org/react": "^2.4.6",
"accept-language": "^3.0.20",
"axios": "^1.6.5",
"bcryptjs": "^2.4.3",
"classnames": "^2.5.1",
"cloudinary": "^2.0.0",
"crypto-js": "^4.2.0",
"dotenv": "^16.4.1",
"handlebars": "^4.7.8",
"html-react-parser": "^5.1.6",
"i18next": "^23.14.0",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-resources-to-backend": "^1.2.1",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"mongodb": "^5.4.0",
"mongoose": "^8.1.0",
"multer": "^1.4.5-lts.1",
"next": "^14.1.0",
"next-auth": "^4.24.5",
"next-themes": "^0.3.0",
"nodemailer": "^6.9.8",
"os": "^0.1.2",
"react": "^18",
"react-cookie": "^7.2.0",
"react-dom": "^18",
"react-hook-form": "^7.49.3",
"react-i18next": "^15.0.1",
"react-icons": "^5.0.0",
"react-loading-skeleton": "^3.3.1",
"react-spinners": "^0.13.8",
"react-toastify": "^10.0.2",
"server-only": "^0.0.1",
"sharp": "^0.33.5",
"streamifier": "^0.1.1",
"styled-components": "^6.1.8",
"usehooks-ts": "^2.9.2",
"uuid": "^9.0.1",
"validator": "^13.11.0",
"zod": "^3.22.4",
"zxcvbn": "^4.4.2"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.5",
"@types/lodash": "^4.14.202",
"@types/multer": "^1.4.11",
"@types/node": "^20",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/streamifier": "^0.1.2",
"@types/uuid": "^9.0.8",
"@types/validator": "^13.11.8",
"@types/zxcvbn": "^4.4.4",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"autoprefixer": "^10.0.1",
"eslint": "^8.56.0",
"eslint-config-next": "14.0.4",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"packageManager": "pnpm@9.10.0+sha512.73a29afa36a0d092ece5271de5177ecbf8318d454ecd701343131b8ebc0c1a91c487da46ab77c8e596d6acf1461e3594ced4becedf8921b074fbd8653ed7051c"
}