-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.18 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.18 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
{
"name": "Zappr",
"description": "Guarda facilmente il digitale terrestre italiano, nazionale e locale. Tutto nel tuo browser, gratis e senza configurazione.",
"author": "Francesco Rosi <hi@francescoro.si> (https://francescoro.si)",
"homepage": "https://zappr.stream",
"repository": {
"type": "git",
"url": "https://github.com/ZapprTV/Zappr.git"
},
"bugs": {
"url": "https://github.com/ZapprTV/Zappr/issues",
"email": "zappr@francescoro.si"
},
"license": "GPL-3.0-or-later",
"funding": [
{
"type": "paypal",
"url": "https://paypal.me/FrancescoRosi27"
},
{
"type": "ko-fi",
"url": "https://ko-fi.com/FrancescoRosi"
}
],
"source": "/index.html",
"scripts": {
"build": "node build.mjs",
"dev": "vite dev"
},
"dependencies": {
"@fontsource/ibm-plex-mono": "^5.0.8",
"lodash": "^4.17.21",
"luxon": "^3.6.1",
"medium-zoom": "^1.1.0",
"video.js": "8.14.0",
"videojs-contrib-eme": "^5.5.2",
"videojs-contrib-quality-menu": "^1.0.4",
"videojs-plyr": "^1.0.3"
},
"devDependencies": {
"isomorphic-git": "^1.25.2",
"vite": "^6.3.5",
"vite-plugin-top-level-await": "^1.5.0"
}
}