35 lines
984 B
JSON
35 lines
984 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build"
|
|
},
|
|
"devDependencies": {
|
|
"@inertiajs/inertia": "^0.11.0",
|
|
"@inertiajs/inertia-vue3": "^0.6.0",
|
|
"@inertiajs/progress": "^0.2.7",
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
"@tailwindcss/typography": "^0.5.2",
|
|
"@vitejs/plugin-vue": "^2.3.3",
|
|
"autoprefixer": "^10.4.7",
|
|
"axios": "^0.25",
|
|
"laravel-vite-plugin": "^0.2.1",
|
|
"lodash": "^4.17.19",
|
|
"postcss": "^8.4.14",
|
|
"tailwindcss": "^3.1.0",
|
|
"vite": "^2.9.11",
|
|
"vue": "^3.2.31"
|
|
},
|
|
"dependencies": {
|
|
"@vueform/multiselect": "^2.5.1",
|
|
"flowbite": "^2.1.1",
|
|
"flowbite-vue": "^0.1.0",
|
|
"laravel-echo": "^1.13.0",
|
|
"pusher-js": "^7.3.0",
|
|
"sweetalert2": "^11.4.23",
|
|
"vue-google-charts": "^1.1.0",
|
|
"vue-multiselect": "^3.0.0-beta.3",
|
|
"vuedraggable": "^4.1.0"
|
|
}
|
|
}
|