Newer
Older
"description": "Alpaga is a simple and quick to set up theme for [Slidev](https://github.com/slidevjs/slidev). It's ideal for Markdown notes, booklets or cheatsheets as you can easily customize it to your business colors and identity and export to PDF.",
"authors": [
"Celeste Robert",
"Lydra.fr"
],
"keywords": [
"slidev",
"theme",
"alpaga",
"cheatsheet",
"alpaga-theme",
"theme"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git@lab.frogg.it:lydra/www/slidev-theme-alpaga.git"
},
"license": "GPL-3.0-or-later",
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
50
51
52
53
54
55
56
57
"engines": {
"node": ">=14.0.0",
"slidev": ">=0.19.3"
},
"scripts": {
"build": "slidev build example.md",
"dev": "slidev example.md --open",
"export": "slidev export example.md",
"screenshot": "slidev export example.md --format png"
},
"dependencies": {
"@slidev/types": "^0.40.3",
"codemirror-theme-vars": "^0.1.1",
"prism-theme-vars": "^0.2.4",
"theme-vitesse": "^0.6.2"
},
"devDependencies": {
"@iconify-json/fa": "^1.1.4",
"@slidev/cli": "^0.40.3",
"playwright-chromium": "^1.31.2"
},
"//": "Learn more: https://sli.dev/themes/write-a-theme.html",
"slidev": {
"colorSchema": "both",
"highlighter": "all",
"defaults": {
"fonts": {
"sans": "Nunito Sans",
"mono": "Fira Code"
},
"hightlighter": "prism"
}
}
}