{ "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 && svg-sprite -s --symbol-dest=sprite *.svg && mv sprite/svg/sprite.symbol.svg ../sprite.svg && rm -R sprite && cd ../../../ && cp -R resources/img public/img" }, "devDependencies": { "autoprefixer": "latest", "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", "merge": "^2.1.1", "postcss-import": "^14.0.1", "query-string": "^7.0.0", "v-tooltip": "^2.1.3", "wnumb": "^1.2.0" } }