This commit is contained in:
pasqualevitiello
2023-06-01 14:59:41 +02:00
parent 2df9ad1fbe
commit ebb6163110
46 changed files with 1066 additions and 739 deletions

View File

@@ -8,20 +8,21 @@
},
"dependencies": {
"@tailwindcss/forms": "^0.5.3",
"chart.js": "^4.2.1",
"@vueuse/core": "^10.1.2",
"chart.js": "^4.3.0",
"chartjs-adapter-moment": "^1.0.1",
"flatpickr": "^4.6.13",
"moment": "^2.29.4",
"vue": "^3.2.20",
"vue-flatpickr-component": "^11.0.3",
"vue-router": "^4.1.6"
"vue-router": "^4.2.2"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.1.0",
"@vitejs/plugin-vue": "^4.2.3",
"@vue/compiler-sfc": "^3.2.20",
"autoprefixer": "^10.4.14",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.1",
"vite": "^4.2.1"
"postcss": "^8.4.24",
"tailwindcss": "^3.3.2",
"vite": "^4.3.9"
}
}