webpack-laravel-mix-manifest
Version:
🐶A webpack plugin that generates Laravel framework compatible mix-manifest.josn file.
41 lines (40 loc) • 928 B
JSON
{
"name": "webpack-laravel-mix-manifest",
"version": "3.1.2",
"keywords": [
"mix-manifest",
"mix-manifest.json",
"laravel-mix",
"laravel",
"webpack"
],
"description": "🐶A webpack plugin that generates Laravel framework compatible mix-manifest.josn file.",
"repository": {
"url": "https://github.com/medz/webpack-laravel-mix-manifest.git",
"type": "git"
},
"author": "Seven Du <shiweidu@outlook.com>",
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc --build",
"test": "jest",
"format": "prettier --write ."
},
"devDependencies": {
"@types/jest": "^27.0.1",
"@types/node": "^17.0.0",
"jest": "^27.0.6",
"prettier": "^2.6.0",
"ts-jest": "^27.0.5",
"typescript": "^4.1.3",
"webpack": "^5.51.1"
},
"peerDependencies": {
"webpack": "^5.51.1"
}
}