-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·66 lines (66 loc) · 1.75 KB
/
Copy pathpackage.json
File metadata and controls
executable file
·66 lines (66 loc) · 1.75 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint .",
"postbuild": "next-sitemap"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@marsidev/react-turnstile": "^1.5.4",
"@monaco-editor/react": "^4.7.0",
"@supabase/auth-helpers-nextjs": "^0.15.0",
"@supabase/ssr": "^0.12.4",
"@supabase/supabase-js": "^2.111.0",
"@tailwindcss/typography": "^0.5.20",
"@tsparticles/engine": "^4.3.2",
"@tsparticles/react": "^4.3.2",
"@tsparticles/slim": "^4.3.2",
"@vercel/speed-insights": "^2.0.0",
"axios": "^1.19.0",
"dotenv": "^17.4.2",
"framer-motion": "^12.43.0",
"gsap": "^3.15.0",
"highlight.js": "^11.11.1",
"lucide-react": "^1.27.0",
"monaco-themes": "^0.4.8",
"next": "16.2.12",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.6",
"nodemailer": "^9.0.3",
"openai": "^7.1.0",
"prism-react-renderer": "^2.4.1",
"react": "^19.2.8",
"react-calendar": "^6.0.1",
"react-dom": "^19.2.8",
"react-hot-toast": "^2.6.0",
"react-icons": "^5.7.0",
"react-markdown": "^10.1.0",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^7.18.2",
"react-syntax-highlighter": "^16.1.1",
"recharts": "^3.10.1",
"remark-gfm": "^4.0.1",
"sanitize-html": "^2.17.6"
},
"overrides": {
"dompurify": "^3.4.12"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4.3.3",
"autoprefixer": "^10.5.4",
"eslint": "^9.39.5",
"eslint-config-next": "16.2.12",
"postcss": "^8.5.25",
"tailwindcss": "^4.3.3"
},
"trustedDependencies": [
"@tsparticles/engine",
"unrs-resolver"
]
}