Teren-app/package.json
Simon Pocrnjič 90a5858320 first commit
2024-10-28 21:08:16 +01:00

31 lines
813 B
JSON

{
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build"
},
"devDependencies": {
"@inertiajs/vue3": "^1.0.14",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@vitejs/plugin-vue": "^5.0.0",
"autoprefixer": "^10.4.16",
"axios": "^1.7.4",
"laravel-vite-plugin": "^1.0",
"postcss": "^8.4.32",
"tailwindcss": "^3.4.0",
"vite": "^5.0",
"vue": "^3.3.13"
},
"dependencies": {
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.1.5",
"@vuepic/vue-datepicker": "^9.0.3",
"apexcharts": "^3.54.1",
"flowbite": "^2.5.2",
"flowbite-vue": "^0.1.6",
"vue3-apexcharts": "^1.7.0"
}
}