-
-
Notifications
You must be signed in to change notification settings - Fork 166
/
package.hugo.json
51 lines (51 loc) · 1.48 KB
/
package.hugo.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
{
"name": "hugo-theme-bootstrap",
"description": "Hugo bootstrap theme",
"dependencies": {
"@algolia/autocomplete-js": "^1.7.3",
"@algolia/autocomplete-theme-classic": "^1.7.3",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-regular-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fullhuman/postcss-purgecss": "^4.1.3",
"@popperjs/core": "^2.11.2",
"algoliasearch": "^4.14.2",
"autoprefixer": "^10.4.2",
"bootstrap": "^5.3.2",
"date-fns": "^2.29.3",
"@docsearch/js": "^3.1.0",
"fuse.js": "^6.5.3",
"katex": "^0.16.4",
"mark.js": "^8.11.1",
"masonry-layout": "^4.2.2",
"mermaid": "^10.0.0",
"mustache": "^4.2.0",
"onchange": "^7.1.0",
"postcss-cli": "^9.1.0",
"rtlcss": "^3.5.0",
"viewerjs": "^1.10.4",
"workbox-cacheable-response": "^6.4.2",
"workbox-expiration": "^6.4.2",
"workbox-precaching": "^6.4.2",
"workbox-routing": "^6.4.2",
"workbox-strategies": "^6.4.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/razonyang/hugo-theme-bootstrap.git"
},
"keywords": [
"hugo",
"theme",
"blog",
"bootstrap",
"bootstrap5"
],
"author": "Razon Yang <razonyang@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/razonyang/hugo-theme-bootstrap/issues"
},
"homepage": "https://github.com/razonyang/hugo-theme-bootstrap#readme"
}