-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.12 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
{
"name": "ai-learning-lms",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"@google/generative-ai": "^0.21.0",
"@hookform/resolvers": "^3.9.1",
"@monaco-editor/react": "^4.7.0",
"@vapi-ai/web": "^2.5.2",
"driver.js": "^1.4.0",
"edge-tts": "^1.0.1",
"firebase": "^11.1.0",
"framer-motion": "^12.38.0",
"lottie-react": "^2.4.0",
"lucide-react": "^0.469.0",
"mermaid": "^11.13.0",
"pdfjs-dist": "^5.6.205",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-hook-form": "^7.54.2",
"react-icons": "^5.6.0",
"react-markdown": "^10.1.0",
"react-pdf": "^10.4.1",
"react-router-dom": "^7.1.3",
"react-syntax-highlighter": "^16.1.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@vitejs/plugin-react": "^5.1.1",
"eslint": "^9.39.1",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.4.24",
"globals": "^16.5.0",
"vite": "^7.2.4"
}
}