{ "name": "osm_rewrite", "packageManager": "yarn@3.0.0", "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": { "@babel/eslint-plugin": "^7", "eslint": "^7", "eslint-config-airbnb-base": "^14", "eslint-plugin-import": "^2", "laravel-mix": "^6", "sass": "^1", "sass-loader": "^12", "stylelint": "^13", "stylelint-config-idiomatic-order": "^8", "stylelint-config-recommended-scss": "^4", "stylelint-config-standard": "^22", "stylelint-scss": "^3" } }