Last active
February 16, 2020 11:54
Gist for my "WordPress: Laravel Mix, Sass and ES6 Modules in theme development" tutorial at https://since1979.dev/wordpress-laravel-mix-sass-and-es6-modules-in-theme-development/
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
{ | |
"name": "mix-tutorial", | |
"version": "1.0.0", | |
"description": "WordPress and Laravel Mix tutorial", | |
"main": "index.js", | |
"author": { | |
"name": "Vanaf1979", | |
"email": "email@example.com", | |
"url": "https://example.com" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "https://github.com/vanaf1979/wordpress-and-laravel-mix-tutorial" | |
}, | |
"license": "MIT", | |
"scripts": { | |
}, | |
"dependencies": {}, | |
"devDependencies": { | |
"laravel-mix": "^4.0.14", | |
"sass": "^1.16.1", | |
"sass-loader": "^7.1.0" | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment