-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.92 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.92 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
{
"name": "presuniv-learning-hub",
"private": true,
"version": "2.6.0-beta.1",
"type": "module",
"scripts": {
"dev": "concurrently \"vite\" \"nodemon email-server.js\"",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview",
"fix-lessons": "node scripts/fix-lessons-complete.js",
"fix-lessons:dry": "node scripts/fix-lessons-complete.js --dry-run",
"fix-lessons:html5": "node scripts/fix-lessons-complete.js --course=html5"
},
"dependencies": {
"@google/generative-ai": "^0.24.1",
"@monaco-editor/react": "^4.7.0",
"@neondatabase/serverless": "^1.0.2",
"@react-oauth/google": "^0.12.2",
"@react-three/drei": "^10.7.7",
"@react-three/fiber": "^9.4.2",
"@tailwindcss/typography": "^0.5.19",
"bcryptjs": "^3.0.3",
"canvas-confetti": "^1.9.4",
"clsx": "^2.1.1",
"dotenv": "^17.2.3",
"framer-motion": "^12.23.26",
"glob": "^13.0.0",
"html2canvas": "^1.4.1",
"lucide-react": "^0.561.0",
"mermaid": "^11.12.2",
"nodemailer": "^7.0.12",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^4.0.7",
"react-router-dom": "^7.11.0",
"react-syntax-highlighter": "^16.1.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"resend": "^6.6.0",
"tailwind-merge": "^3.4.0",
"three": "^0.182.0",
"vite-plugin-pwa": "^1.2.0"
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@tailwindcss/postcss": "^4.1.18",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"autoprefixer": "^10.4.23",
"concurrently": "^9.2.1",
"eslint": "^9.39.2",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.26",
"globals": "^16.5.0",
"nodemon": "^3.1.11",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.18",
"vite": "^7.3.0"
}
}