This commit is contained in:
root
2023-11-21 14:54:03 +01:00
parent 688e054673
commit 9c37d49668
5 changed files with 4 additions and 4751 deletions

2
.gitignore vendored
View File

@@ -11,5 +11,7 @@ Homestead.json
Homestead.yaml
npm-debug.log
yarn-error.log
package-lock.json
yarn.lock
/.idea
/.vscode

3002
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -22,13 +22,11 @@
},
"dependencies": {
"@vueform/multiselect": "^2.5.1",
"d3": "^7.8.5",
"flowbite": "^2.1.1",
"flowbite-vue": "^0.1.0",
"laravel-echo": "^1.13.0",
"pusher-js": "^7.3.0",
"sweetalert2": "^11.4.23",
"vue-d3-charts": "^0.2.8",
"vue-google-charts": "^1.1.0",
"vue-multiselect": "^3.0.0-beta.3",
"vuedraggable": "^4.1.0"

View File

@@ -3,7 +3,7 @@
// import { defineComponent, h } from 'vue';
import { getCurrentInstance, ref, onMounted, onUnmounted, nextTick } from 'vue';
import Swal from 'sweetalert2';
import LogoIkea from '@/assets/ikea_logo.svg';
import LogoIkea from '@/assets/Ikea_logo.svg';
import Multiselect from 'vue-multiselect';
import { GChart } from 'vue-google-charts';
import { FwbDropdown, FwbListGroup, FwbListGroupItem } from 'flowbite-vue';
@@ -106,4 +106,4 @@ onMounted(fetch);
</multiselect>
</template>
<style src="vue-multiselect/dist/vue-multiselect.css"></style>
<style src="vue-multiselect/dist/vue-multiselect.css"></style>

1745
yarn.lock

File diff suppressed because it is too large Load Diff