-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
64 lines (64 loc) · 1.86 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
58
59
60
61
62
63
64
{
"title": "Clean Blog Jekyll",
"name": "startbootstrap-clean-blog-jekyll",
"version": "4.0.9",
"description": "Clean Blog is a Medium inspired blog theme for Bootstrap.",
"keywords": [
"css",
"sass",
"html",
"responsive",
"theme",
"template"
],
"homepage": "https://startbootstrap.com/template-overviews/clean-blog",
"bugs": {
"url": "https://github.com/BlackrockDigital/startbootstrap-clean-blog-jekyll/issues",
"email": "feedback@startbootstrap.com"
},
"license": "MIT",
"author": "Start Bootstrap",
"contributors": [
"David Miller (http://davidmiller.io/)"
],
"repository": {
"type": "git",
"url": "git+https://github.com/BlackrockDigital/startbootstrap-clean-blog-jekyll.git"
},
"dependencies": {
"@sindresorhus/slugify": "^2.2.1",
"bootstrap": "4.3.1",
"eleventy-plugin-wordcount": "^1.0.5",
"font-awesome": "4.7.0",
"jquery": "^3.5.1",
"katex": "^0.16.7",
"lazyload": "^2.0.0-rc.2",
"startbootstrap-clean-blog": "5.0.8",
"trackswitch": "^0.1.0"
},
"devDependencies": {
"@11ty/eleventy": "^2.0.1",
"@11ty/eleventy-plugin-rss": "^1.2.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^5.0.0",
"browser-sync": "2.27.10",
"gulp": "^4.0.2",
"gulp-cli": "^2.3.0",
"markdown-it-anchor": "^8.6.7",
"markdown-it-attrs": "^4.1.6",
"markdown-it-footnote": "^3.0.3",
"markdown-it-texmath": "^1.0.0",
"npm-run-all": "^4.1.5",
"sass": "^1.63.3",
"terser": "^5.18.0"
},
"main": "gulpfile.js",
"scripts": {
"watch:sass": "sass --watch assets:_site/assets",
"build:sass": "sass assets:_site/assets",
"watch:eleventy": "eleventy --serve",
"build:eleventy": "eleventy",
"start": "npm-run-all build:sass --parallel watch:*",
"build": "npm-run-all build:*",
"test": "echo \"Error: no test specified\" && exit 1"
}
}