{ "name": "@lydra/slidev-theme-alpaga", "version": "0.0.2", "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", "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" } } }