mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
Node assets (#36)
* moved all static files to node_modules * updating Dockerfile * updating Dockerfile * updating Dockerfile * updating Dockerfile * fixed fontawesome * added psql client in case it's needed. * removed some debug stuff from scan_comics.py * fixed generete_directory to cover missing thumbnails
This commit is contained in:
14
package.json
Normal file
14
package.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"dependencies": {
|
||||
"@fortawesome/fontawesome-free": "^5.15.3",
|
||||
"bootstrap": "^4.6.0",
|
||||
"datatables.net-bs4": "^1.10.24",
|
||||
"hammerjs": "^2.0.8",
|
||||
"isotope-layout": "^3.0.6",
|
||||
"jquery": "^3.6.0",
|
||||
"js-cookie": "^2.2.1",
|
||||
"pdfjs-dist": "^2.7.570",
|
||||
"reveal.js": "^4.1.0",
|
||||
"reveal.js-menu": "^2.1.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user