-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·59 lines (59 loc) · 1.61 KB
/
package.json
File metadata and controls
executable file
·59 lines (59 loc) · 1.61 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
{
"name": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postbuild": "next-sitemap"
},
"dependencies": {
"@gsap/react": "^2.1.2",
"@marsidev/react-turnstile": "^1.3.0",
"@monaco-editor/react": "^4.7.0",
"@supabase/auth-helpers-nextjs": "^0.10.0",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.49.4",
"@tailwindcss/typography": "^0.5.16",
"@tsparticles/engine": "^3.8.1",
"@tsparticles/react": "^3.0.0",
"@tsparticles/slim": "^3.8.1",
"@vercel/speed-insights": "^1.2.0",
"axios": "^1.9.0",
"dotenv": "^16.5.0",
"framer-motion": "^12.9.4",
"gsap": "^3.13.0",
"highlight.js": "^11.11.1",
"lucide-react": "^0.511.0",
"monaco-themes": "^0.4.5",
"next": "15.2.4",
"next-sitemap": "^4.2.3",
"next-themes": "^0.4.6",
"nodemailer": "^6.10.0",
"openai": "^4.103.0",
"prism-react-renderer": "^2.4.1",
"react": "^19.0.0",
"react-calendar": "^6.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.2",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-responsive-carousel": "^3.2.23",
"react-router-dom": "^7.5.3",
"react-syntax-highlighter": "^5.8.0",
"recharts": "^3.1.0",
"remark-gfm": "^4.0.1",
"sanitize-html": "^2.17.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.2.4",
"postcss": "^8.5.3",
"tailwindcss": "3.4"
}
}