Add new time booking creation process and related components
This commit is contained in:
Generated
+23
@@ -28,6 +28,7 @@
|
||||
"bulma-block-list": "^1.1.0",
|
||||
"bulma-calendar": "^7.1.1",
|
||||
"bulma-list": "^3.0.0",
|
||||
"bulma-o-steps": "^1.1.0",
|
||||
"bulma-pageloader": "^0.3.0",
|
||||
"bulma-quickview": "^2.0.0",
|
||||
"bulma-switch": "^2.0.4",
|
||||
@@ -43,6 +44,7 @@
|
||||
"vue-chartjs": "^5.3.2",
|
||||
"vue-popperjs": "^2.3.0",
|
||||
"vue-router": "^4.5.0",
|
||||
"vue3-cookies": "^1.0.6",
|
||||
"vuex": "^4.1.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -3236,6 +3238,19 @@
|
||||
"resolved": "https://registry.npmjs.org/bulma-list/-/bulma-list-3.0.0.tgz",
|
||||
"integrity": "sha512-TWu22INxxtGPXS4LOijXqy/3zH11QJRXrOENf1AIU4QTXnG8ahhrx+D6/fbr5tgU50aAXJK0eKOTzza1TI20OQ=="
|
||||
},
|
||||
"node_modules/bulma-o-steps": {
|
||||
"version": "1.1.0",
|
||||
"resolved": "https://registry.npmjs.org/bulma-o-steps/-/bulma-o-steps-1.1.0.tgz",
|
||||
"integrity": "sha512-RelajORQ+tIY+CruowsEUzE6T5W5cbPp8Vskvu6Vgx5W45PcYhoP066Ls7kwMZl8M8djkxg+BcUswkX1a20hzg==",
|
||||
"dependencies": {
|
||||
"bulma": "^0.8.2"
|
||||
}
|
||||
},
|
||||
"node_modules/bulma-o-steps/node_modules/bulma": {
|
||||
"version": "0.8.2",
|
||||
"resolved": "https://registry.npmjs.org/bulma/-/bulma-0.8.2.tgz",
|
||||
"integrity": "sha512-vMM/ijYSxX+Sm+nD7Lmc1UgWDy2JcL2nTKqwgEqXuOMU+IGALbXd5MLt/BcjBAPLIx36TtzhzBcSnOP974gcqA=="
|
||||
},
|
||||
"node_modules/bulma-pageloader": {
|
||||
"version": "0.3.0",
|
||||
"resolved": "https://registry.npmjs.org/bulma-pageloader/-/bulma-pageloader-0.3.0.tgz",
|
||||
@@ -5613,6 +5628,14 @@
|
||||
"vue": "^3.2.0"
|
||||
}
|
||||
},
|
||||
"node_modules/vue3-cookies": {
|
||||
"version": "1.0.6",
|
||||
"resolved": "https://registry.npmjs.org/vue3-cookies/-/vue3-cookies-1.0.6.tgz",
|
||||
"integrity": "sha512-a1UvVD0qIgxyOqjlSOwnLnqAnz8ASltugEv8yX+96i/WGZAN9fEDci7xO4HIWZE1uToUnRq9JnFhvfDCSo45OA==",
|
||||
"dependencies": {
|
||||
"vue": "^3.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/vuex": {
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/vuex/-/vuex-4.1.0.tgz",
|
||||
|
||||
Reference in New Issue
Block a user