-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.92 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
{
"name": "helpops_3.0",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@react-oauth/google": "^0.12.1",
"@react-spring/web": "^9.7.3",
"@splidejs/react-splide": "^0.7.12",
"@splidejs/splide-extension-auto-scroll": "^0.5.3",
"@splinetool/react-spline": "^4.0.0",
"@splinetool/runtime": "^1.9.36",
"@syncfusion/ej2-react-charts": "^26.2.5",
"@tsparticles/all": "^3.4.0",
"@tsparticles/react": "^3.0.0",
"aos": "^3.0.0-beta.6",
"autoprefixer": "^10.4.19",
"axios": "^1.7.4",
"bcrypt": "^5.1.1",
"chart.js": "^4.4.3",
"chartjs-adapter-date-fns": "^3.0.0",
"chartjs-adapter-moment": "^1.0.1",
"clsx": "^2.1.1",
"email-verifier": "^0.4.1",
"framer-motion": "^11.3.6",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.454.0",
"mongodb": "^6.7.0",
"mongoose": "^8.4.4",
"next": "14.2.12",
"next-auth": "^4.24.7",
"node-schedule": "^2.1.1",
"nodemailer": "^6.9.14",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-confetti": "^6.1.0",
"react-dom": "^18",
"react-icons": "^5.2.1",
"react-intersection-observer": "^9.13.0",
"react-loading-skeleton": "^3.4.0",
"react-modal": "^3.16.1",
"react-quill": "^2.0.0",
"react-responsive": "^10.0.0",
"react-share": "^5.1.0",
"react-tooltip": "^5.27.1",
"rellax": "^1.12.1",
"resend": "^3.4.0",
"showdown": "^2.1.0",
"styled-components": "^6.1.12",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"postcss": "^8.4.39",
"tailwindcss": "^3.4.4"
}
}