-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
65 lines (65 loc) · 1.67 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "mjml-bullet-list",
"version": "1.2.2",
"description": " Easily use bulleted lists in your MJML emails.",
"main": "lib/index.js",
"files": [
"lib"
],
"sideEffects": false,
"scripts": {
"start": "gulp watch",
"build": "gulp build",
"test": "modern test",
"format": "modern format",
"lint": "modern lint",
"precommit": "modern precommit"
},
"repository": {
"type": "git",
"url": "https://github.com/premail/mjml-bullet-list.git"
},
"homepage": "https://github.com/premail/mjml-bullet-list",
"keywords": [
"email",
"mjml",
"mjml 4",
"mjml component",
"mjml framework",
"mjml template",
"mjml to html"
],
"author": "Ivan Boothe <[email protected]> (https://rootwork.org/)",
"license": "AGPL-3.0-or-later",
"bugs": {
"url": "https://github.com/premail/mjml-bullet-list/issues"
},
"funding": {
"type": "github",
"url": "https://github.com/sponsors/rootwork"
},
"devDependencies": {
"@babel/core": "^7.17.5",
"@babel/plugin-proposal-class-properties": "^7.16.7",
"@babel/preset-env": "^7.16.11",
"@babel/register": "^7.17.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.29.2",
"eslint-plugin-react-hooks": "^1.7.0",
"fancy-log": "^2.0.0",
"gulp": "^4.0.2",
"gulp-babel": "^8.0.0",
"gulp-watch": "^4.3.9",
"modern-node": "^2.9.0",
"prettier": "^2.5.1"
},
"dependencies": {
"mjml": "^4.12.0",
"mjml-core": "^4.12.0"
}
}