-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 777 Bytes
/
Copy pathpackage.json
File metadata and controls
30 lines (30 loc) · 777 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
{
"name": "нгпк-сварка",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"prebuild": "npm run generate:ytmap",
"build": "vite build",
"preview": "vite preview",
"generate:quizzes": "node scripts/generate-quizzes.mjs",
"generate:ytmap": "node scripts/generate-youtube-topic-map.mjs"
},
"dependencies": {
"@google/genai": "^1.38.0",
"canvas-confetti": "^1.9.4",
"lucide-react": "^0.563.0",
"mammoth": "^1.6.0",
"motion": "^12.38.0",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@types/canvas-confetti": "^1.9.0",
"@types/node": "^22.14.0",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "~5.8.2",
"vite": "^6.2.0"
}
}