This repository has been archived by the owner on Jun 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.69 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "blaseball-buzz",
"version": "1.0.465",
"description": "For following blaseball in morse code.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js",
"build": "webpack --mode=production",
"build:dev": "webpack",
"dev": "webpack serve --open --mode=development",
"local": "webpack --mode=production && node index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/Zozman/blaseball-buzz.git"
},
"author": "Zac Lovoy (@zwlovoy)",
"license": "MIT",
"engines": {
"node": "18.x"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "6.4.0",
"@fortawesome/free-brands-svg-icons": "6.4.0",
"@fortawesome/free-regular-svg-icons": "6.4.0",
"@fortawesome/free-solid-svg-icons": "6.4.0",
"@polymer/paper-dialog": "3.0.1",
"@polymer/paper-slider": "3.0.1",
"@spectrum-web-components/overlay": "0.31.0",
"@spectrum-web-components/tooltip": "0.31.0",
"@vaadin/vaadin-button": "23.3.13",
"@vaadin/vaadin-text-field": "23.3.14",
"express": "4.18.2",
"express-static-gzip": "2.1.7",
"helmet": "6.1.5",
"howler": "2.2.3",
"lit": "2.7.4",
"morse-decoder": "3.0.1"
},
"devDependencies": {
"@webcomponents/webcomponentsjs": "2.8.0",
"clean-webpack-plugin": "4.0.0",
"compression-webpack-plugin": "10.0.0",
"copy-webpack-plugin": "11.0.0",
"favicons": "6.2.2",
"favicons-webpack-plugin": "5.0.2",
"file-loader": "6.2.0",
"html-webpack-plugin": "5.5.1",
"webpack": "5.84.1",
"webpack-cli": "5.1.1",
"webpack-dev-server": "4.15.0"
},
"vaadin": {
"disableUsageStatistics": true
}
}