This commit is contained in:
Simon Pocrnjič
2025-01-02 18:38:47 +01:00
parent 0c3bbfe18f
commit 0f8cfd3f16
41 changed files with 2013 additions and 591 deletions
+21
View File
@@ -18,7 +18,9 @@
"flowbite-vue": "^0.1.6",
"lodash": "^4.17.21",
"material-design-icons-iconfont": "^6.7.0",
"preline": "^2.7.0",
"tailwindcss-inner-border": "^0.2.0",
"vue-multiselect": "^3.1.0",
"vue-search-input": "^1.1.16",
"vue3-apexcharts": "^1.7.0",
"vuedraggable": "^4.1.0"
@@ -2837,6 +2839,15 @@
"integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==",
"license": "MIT"
},
"node_modules/preline": {
"version": "2.7.0",
"resolved": "https://registry.npmjs.org/preline/-/preline-2.7.0.tgz",
"integrity": "sha512-xMuMVZ7aftBT1/5/3Rb48i/t+LWQfsUjBX7bls4peqS6h5OZTbIgz0N6eMDzuDlOZF3DiSWLehl00oGlAkvovw==",
"license": "Licensed under MIT and Preline UI Fair Use License",
"dependencies": {
"@popperjs/core": "^2.11.2"
}
},
"node_modules/proxy-from-env": {
"version": "1.1.0",
"resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz",
@@ -3552,6 +3563,16 @@
}
}
},
"node_modules/vue-multiselect": {
"version": "3.1.0",
"resolved": "https://registry.npmjs.org/vue-multiselect/-/vue-multiselect-3.1.0.tgz",
"integrity": "sha512-+i/fjTqFBpaay9NP+lU7obBeNaw2DdFDFs4mqhsM0aEtKRdvIf7CfREAx2o2B4XDmPrBt1r7x1YCM3BOMLaUgQ==",
"license": "MIT",
"engines": {
"node": ">= 14.18.1",
"npm": ">= 6.14.15"
}
},
"node_modules/vue-resize": {
"version": "2.0.0-alpha.1",
"resolved": "https://registry.npmjs.org/vue-resize/-/vue-resize-2.0.0-alpha.1.tgz",