Created
April 24, 2018 12:20
-
-
Save liamhiggins22/bb58f113df6ef58d7a8cc1f0f8d577f9 to your computer and use it in GitHub Desktop.
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
{ | |
"name": "sage", | |
"homepage": "https://roots.io/sage/", | |
"authors": [ | |
"Ben Word <[email protected]>" | |
], | |
"license": "MIT", | |
"private": true, | |
"dependencies": { | |
"bootstrap": "^4.1.0", | |
"Font-Awesome": "https://github.com/FortAwesome/Font-Awesome.git#^5.0.10" | |
}, | |
"overrides": { | |
"bootstrap": { | |
"main": [ | |
"./scss/bootstrap.scss", | |
"./dist/js/bootstrap.bundle.js" | |
] | |
}, | |
"Font-Awesome": { | |
"main": [ | |
"./web-fonts-with-css/scss/fontawesome.scss", | |
"./web-fonts-with-css/scss/fa-regular.scss", | |
"./web-fonts-with-css/scss/fa-solid.scss", | |
"./web-fonts-with-css/scss/fa-brands.scss", | |
"./web-fonts-with-css/webfonts/*" | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment