-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (55 loc) · 1.38 KB
/
package.json
File metadata and controls
56 lines (55 loc) · 1.38 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
{
"name": "teclado-magico",
"version": "2.0.0",
"description": "The AI-powered, privacy-first typing trainer for children in Portugal and Angola. Features RPG progression, voice dictation, and automatic QWERTY/AZERTY layout detection.",
"source": "index.html",
"type": "module",
"scripts": {
"dev": "vite",
"typecheck": "tsc --noEmit",
"lint": "npm run typecheck",
"test": "npm run typecheck",
"build": "tsc && vite build",
"preview": "vite preview"
},
"keywords": [
"typing-tutor",
"education",
"portuguese",
"angola",
"kids",
"react",
"gemini-ai",
"pwa",
"accessibility",
"azerty",
"qwerty",
"touch-typing",
"gamification",
"offline-first"
],
"author": "Cláudio Roberto Gonçalves",
"license": "MIT",
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0",
"framer-motion": "^12.0.0",
"lucide-react": "^0.469.0",
"@google/genai": "^1.34.0",
"recharts": "^2.12.2",
"canvas-confetti": "^1.9.2",
"jspdf": "^4.1.0",
"react-qr-code": "^2.0.15",
"@types/canvas-confetti": "^1.6.4",
"@types/node": "^20.11.24"
},
"devDependencies": {
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.2.2",
"vite": "^5.2.0",
"vite-plugin-pwa": "^0.19.0",
"workbox-window": "^7.0.0"
}
}