laravel-mix-valet
Version:
Laravel Mix v6 extension that makes HMR work with Laravel Valet certificates
27 lines (26 loc) • 697 B
JSON
{
"name": "laravel-mix-valet",
"version": "1.4.0",
"description": "Laravel Mix v6 extension that makes HMR work with Laravel Valet certificates",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/andreiio/laravel-mix-valet.git"
},
"keywords": [
"laravel",
"mix",
"plugin",
"valet",
"https"
],
"author": "Andrei Ioniță",
"license": "MIT",
"bugs": {
"url": "https://github.com/andreiio/laravel-mix-valet/issues"
},
"homepage": "https://github.com/andreiio/laravel-mix-valet#readme",
"peerDependencies": {
"laravel-mix": "^6.0.0"
}
}