31 lines
961 B
JSON
31 lines
961 B
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "mix",
|
|
"build": "mix --production"
|
|
},
|
|
"devDependencies": {
|
|
"@fortawesome/fontawesome-svg-core": "^6.4.2",
|
|
"@fortawesome/free-regular-svg-icons": "^6.4.2",
|
|
"@fortawesome/free-solid-svg-icons": "^6.4.2",
|
|
"@fortawesome/vue-fontawesome": "^3.0.3",
|
|
"@headlessui/vue": "^1.7.16",
|
|
"@heroicons/vue": "^2.0.18",
|
|
"@inertiajs/inertia": "^0.11.0",
|
|
"@inertiajs/inertia-vue3": "^0.6.0",
|
|
"@inertiajs/vue3": "*",
|
|
"@inertiajs/progress": "^0.2.7",
|
|
"@tailwindcss/forms": "^0.5.2",
|
|
"autoprefixer": "^10.4.2",
|
|
"axios": "^0.21",
|
|
"fontawesome-free": "^1.0.4",
|
|
"laravel-mix": "^6.0.6",
|
|
"lodash": "^4.17.21",
|
|
"mitt": "^3.0.1",
|
|
"postcss": "^8.4.6",
|
|
"tailwindcss": "^3.1.0",
|
|
"vue": "^3.2.31",
|
|
"vue-loader": "^16.8.3",
|
|
"webpack": "*"
|
|
}
|
|
}
|