-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
58 lines (58 loc) · 1.67 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
58
{
"name": "chell-php-portal",
"version": "5.0.0",
"description": "A PHP portal to aggregate all your server services",
"author": {
"name": "Jos Nienhuis",
"url": "https://gotgeeks.nl"
},
"license": "GPL-2.0",
"dependencies": {
"@duosecurity/duo_web": "^1.0.6",
"@fancyapps/fancybox": "^3.5.7",
"@fontsource/roboto": "^4.5.8",
"@fortawesome/fontawesome-free": "6.4.0",
"bootstrap-sass": "3.4.1",
"bootstrap-select": "^1.13.18",
"bootstrap-toggle": "^2.2.2",
"bootstrap-touchspin": "^4.3.0",
"chart.js": "^4.2.1",
"chartjs-adapter-luxon": "^1.3.1",
"chartjs-plugin-datalabels": "^2.2.0",
"chartjs-plugin-streaming": "^2.0.0",
"color-calendar": "^1.0.7",
"gulp-run-command": "^0.0.10",
"jquery": "^3.6.4",
"jquery-fullscreen-plugin": "^1.1.5",
"jquery-tinytimer": "^0.1.4",
"jquery.isloading": "github:joszz/is-loading",
"jquery.shorten": "github:joszz/jquery-shorten",
"jquery.vibrate": "Illyism/jquery.vibrate.js",
"librespeed": "github:joszz/speedtest",
"luxon": "^3.3.0",
"node-waves": "github:joszz/waves",
"prismjs": "^1.29.0",
"responsive-paginate": "joszz/rpage",
"rpage": "github:joszz/rpage",
"spark-md5": "^3.0.2",
"speedtest": "joszz/speedtest",
"vibrate": "github:Illyism/jquery.vibrate.js",
"waves": "joszz/waves",
"webauthn": "github:joszz/webauthn"
},
"devDependencies": {
"@popperjs/core": "^2.11.7",
"bootstrap": "^5.2.3",
"cli-color": "^2.0.3",
"del": "6.1.1",
"gulp": "^4.0.2",
"gulp-cssnano": "^2.1.3",
"gulp-dart-sass": "1.0.2",
"gulp-header": "^2.0.9",
"gulp-iconfont": "^11.0.1",
"gulp-iconfont-css": "^3.0.0",
"gulp-rename": "^2.0.0",
"gulp-sourcemaps": "3.0.0",
"gulp-uglify": "^3.0.2"
}
}