-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 1.95 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 1.95 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "itry",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "cross-env NODE_OPTIONS='--max-http-header-size=12800000' next dev",
"build": "next build",
"start": "cross-env NODE_OPTIONS='--max-http-header-size=12800000' next start",
"lint": "next lint",
"production": "next build && next start"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.503.1",
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@googlemaps/js-api-loader": "^1.16.2",
"@hookform/resolvers": "^3.3.4",
"@types/aws-sdk": "^2.7.0",
"@types/google.maps": "^3.55.3",
"@types/googlemaps": "^3.43.3",
"aws-sdk": "^2.1560.0",
"axios": "^1.6.7",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"concurrently": "^8.2.2",
"cron": "^3.1.6",
"cross-env": "^7.0.3",
"dotenv": "^16.4.1",
"next": "^14.0.3",
"next-auth": "^4.24.5",
"next-share": "^0.27.0",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.9",
"quill": "^1.3.7",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.49.3",
"react-quill": "^2.0.0",
"react-spring-3d-carousel": "^1.3.4",
"react-toastify": "^10.0.4",
"sharp": "^0.33.3",
"sweetalert2": "^11.10.5",
"swr": "^2.2.5",
"uuid": "^9.0.1",
"yup": "^1.3.3",
"zustand": "^4.5.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/bcryptjs": "^2.4.6",
"@types/node": "^20",
"@types/node-cron": "^3.0.11",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.0.1",
"daisyui": "^4.6.0",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}