-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 KB
/
package.json
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
{
"name": "trivia-game-server",
"version": "1.0.0",
"description": "A trivia game which uses smart phones as controllers",
"main": "index.js",
"scripts": {
"start": "node server/index.mjs",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/buxxi/trivia-game.git"
},
"author": "BuXXi",
"license": "ISC",
"bugs": {
"url": "https://github.com/buxxi/trivia-game/issues"
},
"homepage": "https://github.com/buxxi/trivia-game#readme",
"dependencies": {
"@fontsource/ubuntu": "^5.1.1",
"@fortawesome/fontawesome-free": "^6.7.2",
"commander": "^13.0.0",
"compromise": "^14.14.3",
"compromise-adjectives": "^0.0.7",
"convert-units": "^2.3.4",
"express": "^4.21.2",
"howler": "^2.2.4",
"node-fetch": "^3.3.2",
"qcode-decoder": "^0.1.0",
"qrcode": "1.5.1",
"quotesy": "^1.0.10",
"randomcolor": "^0.6.2",
"sass": "^1.83.1",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"wavesurfer.js": "^7.8.15",
"ws": "^8.18.0"
}
}