37 lines
1.1 KiB
JSON
37 lines
1.1 KiB
JSON
{
|
|
"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.8.4",
|
|
"@inertiajs/inertia-vue3": "^0.3.5",
|
|
"@inertiajs/progress": "^0.2.4",
|
|
"@tailwindcss/forms": "^0.2.1",
|
|
"@tailwindcss/typography": "^0.3.0",
|
|
"@types/lodash": "^4.14.168",
|
|
"@vue/compiler-sfc": "^3.0.5",
|
|
"axios": "^0.21",
|
|
"laravel-mix": "^6.0.6",
|
|
"lodash": "^4.17.21",
|
|
"postcss": "^8.1.14",
|
|
"postcss-import": "^12.0.1",
|
|
"tailwindcss": "^2.0.1",
|
|
"vue": "^3.0.5",
|
|
"vue-loader": "^16.1.2"
|
|
},
|
|
"dependencies": {
|
|
"vue-currency-input": "^2.0.0",
|
|
"vue-multiselect": "^3.0.0-alpha.2",
|
|
"vue-unicons": "^3.2.1",
|
|
"vue3-datepicker": "^0.2.4",
|
|
"vuex": "^4.0.0"
|
|
}
|
|
}
|