generated from edemaine/reveal-pug-talk
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 823 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
{
"name": "revealjs-pug-stylus-coffee",
"version": "0.0.0",
"description": "Reveal.js slides using Pug templating with Stylus and CoffeeScript filters",
"scripts": {
"build": "gulp",
"watch": "gulp watch",
"dist": "gulp dist",
"deploy": "gulp deploy"
},
"author": "Erik Demaine",
"license": "MIT",
"dependencies": {
"@fontsource/merriweather": "^4.4.5",
"katex": "^0.15.3",
"reveal.js": "^4.3.1",
"reveal.js-plugins": "4.1.3",
"rimraf": "^2.7.1"
},
"devDependencies": {
"coffeescript": "^2.6.1",
"gulp": "^4.0.2",
"gulp-chmod": "^3.0.0",
"gulp-coffee": "^3.0.3",
"gulp-gh-pages": "^0.5.4",
"gulp-pug": "^5.0.0",
"jstransformer-coffee-script": "^1.1.1",
"jstransformer-markdown-it": "^2.1.0",
"jstransformer-stylus": "^1.5.0"
}
}