forked from GrapesJS/mjml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 819 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
{
"name": "grapesjs-mjml",
"version": "1.0.5",
"description": "MJML Componenets integration in GrapesJS",
"main": "dist/index.js",
"scripts": {
"lint": "eslint src",
"lint:fix": "eslint src --fix",
"v:patch": "npm version patch -m \"Release v%s\"",
"build": "grapesjs-cli build --patch=false",
"start": "grapesjs-cli serve"
},
"files": [
"/dist",
"/locale"
],
"repository": {
"type": "git",
"url": "https://github.com/GrapesJS/mjml.git"
},
"keywords": [
"grapesjs",
"plugin",
"mjml",
"wysiwyg"
],
"author": "Artur Arseniev",
"license": "BSD-3-Clause",
"dependencies": {
"mjml-browser": "^4.13.0"
},
"devDependencies": {
"ajv": "^8.12.0",
"eslint": "^8.23.0",
"grapesjs": "^0.21.2",
"grapesjs-cli": "^4.1.1"
}
}