-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 831 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 831 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
{
"name": "true-friends-quiz",
"version": "2.1.2",
"private": true,
"description": "A multiplayer party quiz game built for AirConsole where players test how well they know each other.",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview",
"zip": "powershell -File scripts/zip-game.ps1"
},
"dependencies": {
"canvas-confetti": "^1.9.4",
"react": "^19.2.4",
"react-dom": "^19.2.4"
},
"devDependencies": {
"@types/canvas-confetti": "^1.9.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.4",
"typescript": "^5.9.3",
"vite": "^7.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ntamasM/TrueFriendsQuiz.git"
},
"license": "ISC"
}