Last active
July 17, 2022 19:38
-
-
Save danrovito/7c8bc081288a1550bd4592111ed97831 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"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": { | |
"@popperjs/core": "^2.10.2", | |
"axios": "^0.25", | |
"bootstrap": "^5.1.3", | |
"laravel-mix": "^6.0.6", | |
"lodash": "^4.17.19", | |
"postcss": "^8.1.14", | |
"resolve-url-loader": "^5.0.0", | |
"sass": "^1.32.11", | |
"sass-loader": "^11.0.1" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment