-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 971 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 971 Bytes
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
{
"name": "edumind",
"version": "1.0.0",
"description": "EduMind - AI-Powered Virtual Teacher with 3D Avatar, Gemini AI, and Google TTS",
"main": "index.html",
"scripts": {
"start": "npx serve -p 3000",
"dev": "node server-dev.js",
"dev:old": "npx live-server --port=3000"
},
"keywords": [
"edumind",
"virtual-teacher",
"ai",
"gemini",
"edumindhead",
"3d-avatar",
"education",
"google-tts"
],
"author": "EduTec",
"license": "MIT",
"devDependencies": {
"live-server": "^1.2.2",
"serve": "^14.2.0"
},
"dependencies": {
"@elevenlabs/elevenlabs-js": "^2.28.0",
"dompurify": "^3.3.1",
"edge-tts-universal": "^1.3.3",
"express": "^5.2.1",
"firebase": "^12.7.0",
"marked": "^17.0.1",
"ogl": "^1.0.11",
"stripe": "^20.1.0",
"three": "^0.182.0"
}
}