-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.56 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
{
"name": "course-project",
"version": "1.0.0",
"description": "Introduction to Github and CI/CD",
"main": "reveal.js",
"scripts": {
"clean": "rm -rf html",
"copy": "cp -r css fonts images reveal.js videos html",
"slides": "./render;npm run copy",
"start": "http-server public/ -d -i",
"antora": "npx antora --stacktrace generate --cache-dir cache --clean site.yml; zip -r cours-project.zip .vscode notebooks -x \"*.pyc\" -x \"*/__pycache__/\"; mkdir -p public/cours-project/_attachments; cp cours-project.zip public/cours-project/_attachments/",
"preview:build": "node_modules/.bin/antora --stacktrace --fetch site-dev.yml ; node-srv -p 8010 build/site"
},
"repository": {
"type": "git",
"url": "git+https://github.com/feelpp/course-project"
},
"keywords": [],
"author": "Christophe Prud'homme",
"license": "ISC",
"bugs": {
"url": "https://github.com/feelpp/github/issues"
},
"homepage": "https://github.com/feelpp/github#readme",
"dependencies": {
"@antora/cli": "^3.1",
"@antora/collector-extension": "^1.0.0-alpha.3",
"@antora/site-generator-default": "^3.1",
"@asciidoctor/core": "~2.2.8",
"asciidoctor": "~2.2.8",
"asciidoctor-jupyter": "0.7.0",
"asciidoctor-kroki": "^0.17.0",
"handlebars": "^4.7.7",
"handlebars-utils": "^1.0.6",
"@feelpp/asciidoctor-extensions": "^1.0.0-rc.11"
},
"devDependencies": {
"broken-link-checker": "^0.7.8",
"http-server": "^14.1.1",
"write-good": "^0.13.1"
},
"keywords": [
"antora",
"asciidoc",
"documentation"
]
}