-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.38 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
{
"name": "posthtml-bootstrap-ui",
"version": "1.0.0-beta.3",
"description": "PostHTML UI using X Components plugin and Bootstrap",
"license": "MIT",
"repository": "thewebartisan7/posthtml-bootstrap-ui",
"author": "Damir Grgic <damir@tuta.io> (https://github.com/thewebartisan7)",
"main": "src",
"engines": {
"node": ">=12"
},
"scripts": {
"version": "conventional-changelog -i changelog.md -s -r 0 && git add changelog.md",
"test": "c8 ava",
"pretest": "clinton && xo",
"build": "node build.js",
"publish": "node publish.js"
},
"keywords": [
"posthtml",
"posthtml-components",
"posthtml-ui",
"ui",
"bootstrap",
"components",
"html"
],
"dependencies": {
"bootstrap-icons": "^1.9.1",
"posthtml-component": "^1.0.0-beta.16"
},
"devDependencies": {
"@commitlint/cli": "^12.0.1",
"@commitlint/config-angular": "^12.0.1",
"ava": "^3.15.0",
"c8": "^7.6.0",
"clinton": "^0.14.0",
"conventional-changelog-cli": "^2.1.1",
"highlight.js": "^11.6.0",
"husky": "^5.1.3",
"lint-staged": "^10.5.4",
"markdown-it": "^12.0.2",
"markdown-it-anchor": "^8.6.5",
"markdown-it-include": "^2.0.0",
"markdown-it-toc-done-right": "^4.2.0",
"min-indent": "^1.0.0",
"posthtml": "^0.16.6",
"posthtml-beautify": "^0.7.0",
"posthtml-markdownit": "^1.3.0",
"xo": "^0.37.1"
}
}