{ "private": true, "scripts": { "dev": "npm run development", "development": "npx mix build", "watch": "npx mix watch", "hot": "npx mix watch --hot", "prod": "npx mix build --production", "production": "npm run prod", "img": "rm -R public/img && cd resources/img/svg && npx svg-sprite -s --symbol-dest=sprite *.svg && mv sprite/svg/sprite.css.svg ../sprite.svg && rm -R sprite && cd ../../../ && cp -R resources/img public/img", "lint": "eslint \"resources/js/**/*.{js,vue}\"", "fix": "eslint \"resources/js/**/*.{js,vue}\" --fix" }, "devDependencies": { "autoprefixer": "latest", "eslint": "^8.9.0", "eslint-plugin-vue": "^8.4.1", "laravel-mix": "^6.0.1", "postcss": "^8.4.6", "tailwindcss": "^3.0.19", "vue": "^2.6", "vue-loader": "^15.9.8", "vue-template-compiler": "^2.6.14" }, "dependencies": { "@inertiajs/inertia": "^0.11.0", "@inertiajs/inertia-vue": "^0.8.0", "lodash": "^4.17.21", "merge": "^2.1.1", "postcss-import": "^14.0.1", "query-string": "^7.0.0", "svg-sprite": "^2.0.2", "v-tooltip": "^2.1.3", "wnumb": "^1.2.0" } }