-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 880 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
{
"name": "posthtml-bootstrap-ui-starter",
"version": "1.0.0-beta.1",
"description": "PostHTML Bootstrap UI Starter Template",
"license": "MIT",
"repository": "thewebartisan7/posthtml-bootstrap-ui-starter",
"author": "Damir Grgic <[email protected]> (https://github.com/thewebartisan7)",
"main": "src",
"engines": {
"node": ">=10"
},
"scripts": {
"build": "posthtml -c config.json",
"ui:publish": "npm explore posthtml-bootstrap-ui -- npm run publish"
},
"keywords": [
"posthtml",
"posthtml-components",
"posthtml-ui",
"ui",
"bootstrap",
"components",
"html"
],
"dependencies": {
"bootstrap-icons": "^1.9.1",
"posthtml-bootstrap-ui": "^1.0.0-beta.3",
"posthtml-fetch": "^2.2.0"
},
"devDependencies": {
"posthtml": "^0.16.6",
"posthtml-beautify": "^0.7.0",
"posthtml-cli": "^0.10.0"
}
}