Skip to content

Instantly share code, notes, and snippets.

@HORKimhab
Created December 9, 2021 15:36
Show Gist options
  • Save HORKimhab/554be3bdb0650f6ff1109d040324be15 to your computer and use it in GitHub Desktop.
Save HORKimhab/554be3bdb0650f6ff1109d040324be15 to your computer and use it in GitHub Desktop.
{
"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": {
"@tailwindcss/forms": "^0.3.1",
"@tailwindcss/typography": "^0.4.0",
"alpinejs": "^3.0.6",
"autoprefixer": "^10.4.0",
"axios": "^0.21",
"laravel-mix": "^6.0.6",
"lodash": "^4.17.19",
"postcss": "^8.4.4",
"postcss-import": "^14.0.1",
"tailwindcss": "^2.2.19"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment