-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.6 KB
/
Copy pathpackage.json
File metadata and controls
61 lines (61 loc) · 1.6 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
{
"name": "hyper-learning-tech",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"typecheck": "tsc --noEmit",
"format": "prettier --write .",
"format:check": "prettier --check .",
"lint": "eslint .",
"test": "echo \"No tests yet\""
},
"dependencies": {
"@clerk/nextjs": "^7.5.3",
"@google/genai": "^2.10.0",
"@hookform/resolvers": "^5.4.0",
"@prisma/client": "^7.8.0",
"@radix-ui/react-dialog": "^1.1.17",
"@sentry/nextjs": "^10.58.0",
"@upstash/redis": "^1.38.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"crypto-js": "^4.2.0",
"framer-motion": "^12.40.0",
"geist": "^1.7.2",
"html2pdf.js": "^0.14.0",
"katex": "^0.17.0",
"lucide-react": "^1.20.0",
"next": "16.2.9",
"next-themes": "^0.4.6",
"posthog-js": "^1.388.1",
"prisma": "^7.8.0",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-hook-form": "^7.79.0",
"react-icons": "^5.6.0",
"react-katex": "^3.1.0",
"react-markdown": "^10.1.0",
"rehype-highlight": "^7.0.2",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"resend": "^6.12.4",
"sonner": "^2.0.7",
"tailwind-merge": "^3.6.0",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.1",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9.39.4",
"eslint-config-next": "16.2.9",
"prettier": "^3.8.4",
"tailwindcss": "^4.3.1",
"typescript": "^5.9.3"
}
}