-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.5 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
{
"name": "post-email",
"version": "0.0.1",
"description": "Builder email using poshtml & postcss",
"license": "MIT",
"repository": "post/post-email",
"homepage": "https://github.com/post/post-email#readme",
"bugs": "post/post-email/issues",
"author": {
"name": "Ivan Demidov",
"email": "[email protected]",
"url": "https://twitter.com/Scrum_"
},
"engines": {
"node": ">=8"
},
"scripts": {
"build": "npm run clean && npm run html",
"clean": "rimraf dist",
"html": "posthtml -c ./configs/posthtml.config.js"
},
"keywords": [
"posthtml",
"postcss",
"css",
"html",
"email",
"builder"
],
"dependencies": {},
"devDependencies": {
"normalize.css": "^8.0.1",
"reset.css": "^2.0.2",
"postcss-at-rules-variables": "^0.1.8",
"postcss-calc": "^7.0.1",
"postcss-cli": "^6.0.0",
"postcss-conditionals": "^2.1.0",
"postcss-css-variables": "^0.13.0",
"postcss-devtools": "^1.1.1",
"postcss-discard-comments": "^4.0.2",
"postcss-each": "^0.10.0",
"postcss-easy-import": "^3.0.0",
"postcss-for": "^2.1.1",
"postcss-nested": "^4.1.2",
"posthtml-beautify": "^0.3.1",
"posthtml-cli": "^0.5.1",
"posthtml-extend": "^0.3.0",
"posthtml-include": "^1.3.0",
"posthtml-inline-assets": "^3.0.0",
"posthtml-inline-css": "^1.2.2",
"posthtml-modules": "^0.4.0",
"posthtml-postcss": "^0.2.6",
"posthtml-remove-attributes": "^1.0.0",
"posthtml-remove-tags": "0.1.0",
"rimraf": "^3.0.0"
}
}