-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.19 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.19 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
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "pbwebsite",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky",
"test": "jest"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@headlessui/react": "^1.7.17",
"@types/node": "^20.10.4",
"@types/react": "^18.2.42",
"@types/swagger-ui-react": "^5.18.0",
"@upstash/ratelimit": "^2.0.5",
"@upstash/redis": "^1.35.1",
"aos": "^3.0.0-beta.6",
"axios": "^1.7.7",
"cloudinary": "^2.5.1",
"clsx": "^2.1.1",
"dns": "^0.2.2",
"embla-carousel": "^8.6.0",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^11.11.10",
"iron-session": "^8.0.4",
"jsonwebtoken": "^9.0.3",
"lodash": "^4.17.21",
"lucide-react": "^0.419.0",
"mongodb": "^6.15.0",
"mongoose": "^8.9.2",
"net": "^1.0.2",
"next": "15.0.7",
"next-swagger-doc": "^0.4.1",
"next-themes": "^0.3.0",
"nodemailer": "^7.0.12",
"prom-client": "^15.1.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-google-recaptcha-v3": "^1.11.0",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.3.0",
"react-spinners": "^0.14.1",
"sharp": "^0.33.5",
"swagger-ui-react": "^5.18.3",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.3",
"zustand": "^5.0.2"
},
"devDependencies": {
"@netlify/plugin-nextjs": "^5.12.0",
"@tailwindcss/forms": "^0.5.7",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@types/aos": "^3.0.7",
"@types/jest": "^30.0.0",
"@types/jsonwebtoken": "^9.0.10",
"@types/lodash": "^4.17.16",
"@types/nodemailer": "^6.4.17",
"eslint": "8.57.1",
"eslint-config-next": "14.2.13",
"husky": "^9.1.7",
"jest": "^30.2.0",
"jest-environment-jsdom": "^30.2.0",
"tailwindcss": "^3.3.6",
"ts-node": "^10.9.2",
"typescript": "5.9.3"
},
"overrides": {
"prismjs": "^1.29.0"
}
}