automngr/package.json

39 lines
1.2 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",
"eslint": "./node_modules/.bin/eslint resources/js/ --ext .js,.vue --fix"
},
"devDependencies": {
"@inertiajs/inertia": "^0.8.4",
"@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",
"eslint": "^7.28.0",
"eslint-plugin-vue": "^7.11.1",
"laravel-mix": "^6.0.6",
"postcss": "^8.1.14",
"postcss-import": "^14.0.2",
"tailwindcss": "^2.0.1",
"vue-loader": "^16.1.2"
},
"dependencies": {
"@inertiajs/inertia-vue3": "^0.3.5",
"axios": "^0.21",
"lodash": "^4.17.21",
"vue": "^3.0.5",
"vue-currency-input": "^2.0.0",
"vue-multiselect": "^3.0.0-alpha.2",
"vue-unicons": "^2.1.0",
"vuex": "^4.0.0"
}
}