-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 1.02 KB
/
package.json
File metadata and controls
34 lines (34 loc) · 1.02 KB
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
{
"name": "blog",
"version": "1.0.0",
"description": "",
"main": "index.js",
"private": "true",
"scripts": {
"debug": "DEBUG=* npx @11ty/eleventy",
"dev": "npx concurrently \"npx gulp\" \"npx @11ty/eleventy --serve --port 8082\"",
"build": "npx gulp processAdoc && npx @11ty/eleventy"
},
"keywords": [],
"author": "Vlad Faust <mail@vladfaust.com>",
"license": "None",
"devDependencies": {
"@11ty/eleventy": "^0.11.0",
"@11ty/eleventy-plugin-syntaxhighlight": "^3.0.1",
"@asciidoctor/gulp-asciidoctor": "^2.2.5",
"asciidoctor.js": "1.5.9",
"gulp": "^4.0.2",
"gulp-gray-matter": "^3.0.1",
"gulp-rename": "^2.0.0",
"gulp-tap": "^2.0.0",
"markdown-it-anchor": "^5.3.0",
"markdown-it-attrs": "^3.0.3",
"markdown-it-container": "^3.0.0",
"markdown-it-footnote": "^3.0.2",
"markdown-it-implicit-figures": "^0.10.0",
"markdown-it-imsize": "^2.0.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-toc-done-right": "^4.1.0"
}
}