Created
August 9, 2019 17:21
-
-
Save dfravel/1b2f02f4f377ffd669716f2da1c484a2 to your computer and use it in GitHub Desktop.
Package.json file for WordPress, Tailwind, Roots by Sage and Font Awesome
This file contains 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
{ | |
"private": true, | |
"scripts": { | |
"dev": "npm run development", | |
"development": "cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js", | |
"watch": "npm run development -- --watch", | |
"watch-poll": "npm run watch -- --watch-poll", | |
"hot": "cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js", | |
"prod": "npm run production", | |
"production": "cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js --no-progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js" | |
}, | |
"devDependencies": { | |
"@fortawesome/fontawesome-free-brands": "^5.0.13", | |
"@fortawesome/fontawesome-pro": "^5.8.1", | |
"@fortawesome/fontawesome-pro-light": "^5.0.13", | |
"@fortawesome/fontawesome-pro-regular": "^5.0.13", | |
"@fortawesome/fontawesome-pro-solid": "^5.0.13", | |
"axios": "^0.18", | |
"browser-sync": "^2.26.5", | |
"browser-sync-webpack-plugin": "2.0.1", | |
"cross-env": "^5.1", | |
"laravel-mix": "^4.0.15", | |
"laravel-mix-purgecss": "^4.1", | |
"laravel-mix-tailwind": "^0.1.0", | |
"lodash": "^4.17.5", | |
"mixitup": "^3.3.1", | |
"popper.js": "^1.12", | |
"resolve-url-loader": "^2.3.1", | |
"sass": "^1.19.0", | |
"sass-loader": "^7.1.0", | |
"tailwindcss": "^1.0.0-beta.8", | |
"vue": "^2.5.17", | |
"vue-template-compiler": "^2.6.10" | |
}, | |
"dependencies": { | |
"flickity": "^2.2.0", | |
"flickity-fade": "^1.0.0", | |
"imagemin-webpack-plugin": "^2.4.2", | |
"jquery": "^3.4.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/borma425/2222press