-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.66 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.66 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
{
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"dev:https": "next dev -p 443",
"build": "next build",
"start": "next start",
"start:prod": "npm run dev",
"postbuild": "next-sitemap",
"type-check": "tsc --noEmit"
},
"engines": {
"node": ">=22.0.0"
},
"dependencies": {
"@auth0/auth0-react": "^2.8.0",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.6",
"@mailchimp/mailchimp_marketing": "^3.0.80",
"@mdx-js/react": "^2.3.0",
"@nextui-org/react": "^2.6.8",
"@vercel/analytics": "^1.4.1",
"aos": "^2.3.4",
"axios": "^1.12.2",
"axios-retry": "^4.5.0",
"clsx": "^2.0.0",
"cookie": "^1.0.2",
"copy-to-clipboard": "^3.3.3",
"date-fns": "^4.1.0",
"email-validator": "^2.0.4",
"google-auth-library": "^8.9.0",
"google-spreadsheet": "^4.0.2",
"graphql-request": "^6.0.0",
"gray-matter": "^4.0.3",
"next": "15.5.7",
"next-mdx-remote": "^5.0.0",
"next-sitemap": "^4.2.3",
"nextjs-google-analytics": "^2.3.3",
"react": "^18.3.1",
"react-copy-to-clipboard": "^5.1.0",
"react-dom": "^18.3.1",
"react-github-btn": "^1.4.0",
"react-google-recaptcha": "^3.1.0",
"react-loader-spinner": "^5.3.4",
"typescript": "^5.9.3",
"ua-parser-js": "^1.0.37",
"vercel": "^39.0.3"
},
"devDependencies": {
"@types/cookie": "^0.6.0",
"@types/node": "^20.19.23",
"@types/react": "^19.2.13",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.15",
"encoding": "^0.1.13",
"postcss": "^8.4.31",
"tailwindcss": "^3.4.18"
}
}