-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
41 lines (41 loc) · 1.17 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
{
"name": "mjml4-in-browser",
"version": "1.1.2",
"description": "MJML 4 packaged for being used in browser (packaged by webpack)",
"main": "dist/mjml.js",
"scripts": {
"build": "webpack",
"watch": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bures/mjml4-in-browser.git"
},
"author": "Tomas Bures",
"license": "MIT",
"bugs": {
"url": "https://github.com/bures/mjml4-in-browser/issues"
},
"homepage": "https://github.com/bures/mjml4-in-browser#readme",
"dependencies": {
"html-minifier": "^3.5.3",
"htmlparser2": "^3.10.1",
"js-beautify": "^1.10.1",
"juice": "^4.1.0",
"lodash": "^4.17.15",
"warning": "^4.0.3"
},
"devDependencies": {
"@babel/cli": "^7.5.5",
"@babel/core": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-proposal-function-bind": "^7.2.0",
"@babel/preset-env": "^7.5.5",
"babel-loader": "^8.0.6",
"uglifyjs-webpack-plugin": "^2.1.3",
"webpack": "^4.36.1",
"webpack-cli": "^3.3.6"
}
}