js parity with shift73k work
This commit is contained in:
parent
369a011621
commit
19f14f7046
3 changed files with 892 additions and 679 deletions
|
@ -1,7 +1,6 @@
|
||||||
// Helping bootstrap modals work with liveview
|
// Helping bootstrap modals work with liveview
|
||||||
// preserving animations
|
// preserving animations
|
||||||
import Modal from "bootstrap/js/dist/modal";
|
import Modal from "bootstrap/js/dist/modal";
|
||||||
// import { Modal } from "bootstrap";
|
|
||||||
|
|
||||||
export const BsModal = {
|
export const BsModal = {
|
||||||
mounted() {
|
mounted() {
|
||||||
|
|
1566
assets/package-lock.json
generated
1566
assets/package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -10,7 +10,7 @@
|
||||||
"@fontsource/lato": "^4.2.1",
|
"@fontsource/lato": "^4.2.1",
|
||||||
"@mdi/svg": "^5.9.55",
|
"@mdi/svg": "^5.9.55",
|
||||||
"@popperjs/core": "^2.8.4",
|
"@popperjs/core": "^2.8.4",
|
||||||
"bootstrap": "^5.0.0-beta2",
|
"bootstrap": "^5.0.0-beta3",
|
||||||
"bootstrap-icons": "^1.4.0",
|
"bootstrap-icons": "^1.4.0",
|
||||||
"hamburgers": "^1.1.3",
|
"hamburgers": "^1.1.3",
|
||||||
"heroicons": "^0.4.2",
|
"heroicons": "^0.4.2",
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
"purgecss-webpack-plugin": "^4.0.2",
|
"purgecss-webpack-plugin": "^4.0.2",
|
||||||
"sass": "^1.x",
|
"sass": "^1.x",
|
||||||
"sass-loader": "^11.x",
|
"sass-loader": "^11.x",
|
||||||
"svg-sprite-loader": "^5.2.1",
|
"svg-sprite-loader": "^6.x",
|
||||||
"webpack": "^5.x",
|
"webpack": "^5.x",
|
||||||
"webpack-cli": "^4.x"
|
"webpack-cli": "^4.x"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue