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:
2021-05-17 09:38:47 +01:00
committed by GitHub
parent 76a1863b73
commit 715f0838b9
1823 changed files with 1843 additions and 231102 deletions

14
package.json Normal file
View 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"
}
}