-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.29 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
{
"name": "revealjs-template",
"version": "1.17.0",
"description": "A template for presentations using Reveal.js and Asciidoctor",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "npx gulp",
"clean": "npx rimraf dist",
"help": "npx ts-node src/asciidoctor-slides.ts --help"
},
"repository": {
"type": "git",
"url": "[email protected]:education/asciidoctor-slides.git"
},
"author": "Adrian Kosmaczewski",
"license": "ISC",
"dependencies": {
"@asciidoctor/reveal.js": "^4.1.0",
"@fontsource/montserrat": "^4.2.2",
"@fortawesome/fontawesome-free": "^5.15.3",
"asciidoctor": "^2.2.2",
"asciidoctor-kroki": "^0.11.0",
"asciinema-player": "^2.6.1",
"commander": "^7.2.0",
"highlightjs": "^9.16.2",
"lato-font": "^3.0.0",
"mkdirp": "^1.0.4",
"pygments": "^0.2.1",
"reveal.js": "^3.9.2",
"typeface-ubuntu": "0.0.65",
"typeface-ubuntu-mono": "0.0.72",
"unxhr": "^1.2.0"
},
"devDependencies": {
"@types/gulp": "^4.0.8",
"@types/node": "^12.20.7",
"gulp": "^4.0.2",
"gulp-chmod": "^3.0.0",
"gulp-insert": "^0.5.0",
"gulp-typescript": "^6.0.0-alpha.1",
"gulp-uglify": "^3.0.2",
"rimraf": "^3.0.2",
"ts-node": "^9.1.1",
"typescript": "^4.2.3"
}
}