mirror of
https://github.com/grocy/grocy.git
synced 2025-04-28 17:23:56 +00:00
Downgrade / use QuggaJS again instead of Quagga2 (fixes #749)
This commit is contained in:
parent
b2dbc64f29
commit
b4a480aa37
@ -3,7 +3,6 @@
|
|||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@danielfarrell/bootstrap-combobox": "https://github.com/berrnd/bootstrap-combobox.git#master",
|
"@danielfarrell/bootstrap-combobox": "https://github.com/berrnd/bootstrap-combobox.git#master",
|
||||||
"@ericblade/quagga2": "^0.0.20",
|
|
||||||
"@fortawesome/fontawesome-free": "^5.13.0",
|
"@fortawesome/fontawesome-free": "^5.13.0",
|
||||||
"TagManager": "https://github.com/max-favilli/tagmanager.git#master",
|
"TagManager": "https://github.com/max-favilli/tagmanager.git#master",
|
||||||
"animate.css": "^3.7.2",
|
"animate.css": "^3.7.2",
|
||||||
@ -29,6 +28,7 @@
|
|||||||
"jquery-serializejson": "^2.9.0",
|
"jquery-serializejson": "^2.9.0",
|
||||||
"moment": "^2.24.0",
|
"moment": "^2.24.0",
|
||||||
"nosleep.js": "^0.9.0",
|
"nosleep.js": "^0.9.0",
|
||||||
|
"quagga": "https://github.com/serratus/quaggaJS.git#master",
|
||||||
"sprintf-js": "^1.1.2",
|
"sprintf-js": "^1.1.2",
|
||||||
"startbootstrap-sb-admin": "4.0.0",
|
"startbootstrap-sb-admin": "4.0.0",
|
||||||
"summernote": "^0.8.16",
|
"summernote": "^0.8.16",
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
@endpush
|
@endpush
|
||||||
|
|
||||||
@push('pageScripts')
|
@push('pageScripts')
|
||||||
<script src="{{ $U('/node_modules/@ericblade/quagga2/dist/quagga.min.js?v=', true) }}{{ $version }}"></script>
|
<script src="{{ $U('/node_modules/quagga/dist/quagga.min.js?v=', true) }}{{ $version }}"></script>
|
||||||
@endpush
|
@endpush
|
||||||
|
|
||||||
@push('pageStyles')
|
@push('pageStyles')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user