{
"private": true,
"scripts": {
"dev": "npm run development",
"development": "mix",
"watch": "mix watch",
"watch-poll": "mix watch -- --watch-options-poll=1000",
"hot": "mix watch --hot",
"prod": "npm run production",
"production": "mix --production"
},
"devDependencies": {
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-vue3": "^0.6.0",
"@inertiajs/progress": "^0.2.7",
"@tailwindcss/forms": "^0.5.0",
"@vue/compiler-sfc": "^3.2.31",
"alpinejs": "^3.4.2",
"autoprefixer": "^10.4.2",
"axios": "^0.25",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.4.6",
"tailwindcss": "^3.0.18",
"vue": "^3.2.31",
"vue-loader": "^17.0.0"
},
"dependencies": {
"@heroicons/vue": "^2.0.12",
"@vuepic/vue-datepicker": "^3.4.8",
"chart.js": "^3.9.1",
"daisyui": "^2.17.0",
"laravel-vue-pagination": "^3.0.0",
"maska": "^1.5.0",
"v-calendar": "^3.0.0-alpha.8",
"v-pagination-3": "^0.1.7",
"vue-autosuggest": "^2.2.0",
"vue-cal": "^4.8.0",
"vue-chart-3": "^3.1.8",
"vue3-charts": "^1.1.31",
"vue3-simple-typeahead": "^1.0.11",
"vuepress": "^1.9.7"
}
}
|