{ "name": "stepper", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "dev": "npm run development", "development": "npx mix build", "watch": "npx mix watch", "hot": "npx mix watch --hot", "prod": "npm run production", "production": "npx mix build --production", "img": "rm -R assets/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 assets/public/img" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "axios": "^0.21.4", "dayjs": "^1.11.2", "laravel-mix": "^6.0.7", "postcss-import": "^14.0.2", "postcss-nested": "^4.0", "tailwindcss": "^3.2", "vue": "^2.6.14", "vue-carousel": "^0.18.0" }, "devDependencies": { "eslint": "^7.32.0", "eslint-plugin-vue": "^7.19.1", "postcss-css-variables": "^0.17.0", "veeno": "^0.0.4", "vue-loader": "^15.9.8", "vue-template-compiler": "^2.6.12", "wnumb": "^1.2.0" } }