forked from philicevic/mix-html-builder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "mix-html-builder",
"version": "0.8.0",
"description": "A quick laravel mix extension to build up html templates from partials.",
"main": "mix-html-builder.js",
"scripts": {
"test": "node_modules/mocha/bin/mocha"
},
"keywords": [
"laravel-mix",
"mix",
"posthtml",
"posthtml-include",
"posthtml-extend"
],
"author": "Philipp Ehrenberg",
"license": "MIT",
"homepage": "https://www.npmjs.com/package/mix-html-builder",
"repository": {
"type": "git",
"url": "https://github.com/philicevic/mix-html-builder.git"
},
"bugs": {
"url": "https://github.com/philicevic/mix-html-builder/issues"
},
"dependencies": {
"glob": "^7.1.7",
"glob-parent": "^6.0.1",
"html-webpack-plugin": "^5.3.2",
"posthtml": "^0.16.5",
"posthtml-extend": "^0.6.1",
"posthtml-include": "^1.7.1",
"posthtml-loader": "^2.0.1"
},
"peerDependencies": {
"laravel-mix": ">=3 <7"
},
"devDependencies": {
"filename-regex": "^2.0.1",
"laravel-mix": "^6.0.29",
"mocha": "^9.1.1",
"postcss": "^8.3.6"
}
}