-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.15 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.15 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
{
"name": "git-smart",
"version": "1.0.0",
"description": "A Git-based educational game for HackKState 2025",
"main": "main.js",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"repository": {
"type": "git",
"url": "git+https://github.com/addiebart/git-smart.git"
},
"keywords": [
"game",
"web",
"game",
"git",
"educational"
],
"author": "Addison Bartelli, Eyassu Mongalo, Lillian Brooks-Kanost",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/addiebart/git-smart/issues"
},
"homepage": "https://github.com/addiebart/git-smart#readme",
"devDependencies": {
"@types/node": "^24.8.1",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"@vitejs/plugin-react": "^4.3.4",
"postcss": "^8.5.6",
"typescript": "^5.9.3",
"vite": "^6.0.11"
},
"dependencies": {
"@fontsource/ubuntu": "^5.2.8",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/react-fontawesome": "^3.1.0",
"@tailwindcss/vite": "^4.1.14",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"tailwindcss": "^4.1.14"
}
}