-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.45 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
{
"name": "ConSolo",
"version": "1.0.0",
"description": "from ROMs to Installed Populated Emulators and Frontends in under 12 parsecs!",
"main": "public/index.js",
"repository": "https://github.com/detain/ConSolo",
"author": "Joe Huss <[email protected]>",
"license": "GPL-3.0",
"private": false,
"dependencies": {
"@fortawesome/fontawesome-free": "^5.14",
"axios": "*",
"bootstrap": "^3.4",
"bootstrap-slider": "*",
"datatables.net-autofill-bs": "*",
"datatables.net-bs": "*",
"datatables.net-buttons-bs": "*",
"datatables.net-colreorder-bs": "*",
"datatables.net-dt": "*",
"datatables.net-fixedcolumns-bs": "*",
"datatables.net-fixedheader-bs": "*",
"datatables.net-keytable-bs": "*",
"datatables.net-plugins": "*",
"datatables.net-responsive-bs": "*",
"datatables.net-rowgroup-bs": "*",
"datatables.net-rowreorder-bs": "*",
"datatables.net-scroller-bs": "*",
"datatables.net-searchpanes-bs": "*",
"datatables.net-select-bs": "*",
"imagesloaded": "*",
"isotope-layout": "*",
"jquery": "*",
"jquery-jsonview": "*",
"jszip": "*",
"lazyload": "tuupola/lazyload#2.x",
"modernizr": "*",
"pdfmake": "*",
"shaka-player": "*",
"video.js": "*",
"videojs-contrib-quality-levels": "*",
"videojs-hls-quality-selector": "fetlife/videojs-hls-quality-selector#master",
"vue": ">=2.5.17",
"vue-axios": "*",
"vuetify": ">=3.0.0-alpha.11"
}
}