-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
41 lines (41 loc) · 1010 Bytes
/
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
{
"name": "laravel-mix-mjml",
"version": "4.0.1",
"description": "MJML integration for Laravel Mix",
"main": "index.js",
"scripts": {
"prepublish": "npm run lint",
"lint": "eslint index.js plugin.js",
"test": "jest __tests__/integration.test.js"
},
"repository": "stidges/laravel-mix-mjml",
"bugs": {
"url": "https://github.com/stidges/laravel-mix-mjml/issues"
},
"homepage": "https://github.com/stidges/laravel-mix-mjml",
"keywords": [
"laravel",
"laravel mix",
"mjml",
"email",
"blade"
],
"author": "Stidges",
"license": "MIT",
"dependencies": {
"glob": "^7.1.5",
"mjml": "^4.5.1"
},
"devDependencies": {
"eslint": "^8.6.0",
"jest": "^27.4.7",
"laravel-mix": "^6.0.39",
"temp-sandbox": "^4.0.1"
},
"peerDependencies": {
"laravel-mix": "^6.0.0"
},
"engines": {
"node": ">=12.14.0"
}
}