-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.05 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
{
"name": "slides",
"version": "1.0.0",
"description": "my slides",
"type": "module",
"main": "index.js",
"scripts": {
"present": "reveal-md slides/index.md -w",
"generate": "rimraf .site && reveal-md slides --static .site",
"test": "mocha",
"spellcheck": "cspell slides/**/*.md",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dvirtz/slides.git"
},
"keywords": [
"reveal.js"
],
"author": "Dvir Yitzchaki",
"license": "MIT",
"bugs": {
"url": "https://github.com/dvirtz/slides/issues"
},
"devDependencies": {
"cspell": "^8.7.0",
"filehound": "^1.17.6",
"github-fork-ribbon-css": "^0.2.3",
"husky": "^9.0.11",
"jquery": "^3.7.1",
"mocha": "^10.4.0",
"reveal-test": "^3.3.0",
"rimraf": "^5.0.5"
},
"dependencies": {
"reveal-compiler-explorer": "^3.3.0",
"reveal-md": "^5.5.2",
"reveal-pdf": "^1.0.1",
"reveal-timeline": "^1.2.1",
"timelinejs": "^2.35.6"
},
"homepage": "https://github.com/dvirtz/slides#readme"
}