UNPKG

slidev-theme-nxyz

Version:

[![NPM version](https://img.shields.io/npm/v/slidev-theme-nxyz?color=F141A8&label=)](https://www.npmjs.com/package/slidev-theme-nxyz)

49 lines (48 loc) 1.12 kB
{ "name": "slidev-theme-nxyz", "version": "0.0.4", "engines": { "node": ">=14.0.0", "slidev": ">=0.19.3" }, "keywords": [ "slidev-theme", "slidev", "takahashi" ], "repository": { "type": "git", "url": "https://github.com/nicklasxyz/slidev-theme-nxyz" }, "scripts": { "dev": "slidev main.md --open", "build": "slidev build main.md", "export": "slidev export main.md", "screenshot": "slidev export main.md --format png" }, "dependencies": { "@slidev/theme-default": "^0.21.2", "@slidev/types": "^0.42.5", "codemirror-theme-vars": "^0.1.2", "prism-theme-vars": "^0.2.4", "theme-vitesse": "^0.7.2" }, "devDependencies": { "@iconify-json/mdi": "^1.1.54", "@slidev/cli": "^0.42.5", "playwright-chromium": "^1.37.1" }, "//": "Learn more: https://sli.dev/themes/write-a-theme.html", "slidev": { "colorSchema": "light", "highlighter": "all", "defaults": { "fonts": { "sans": "Ubunto", "serif": "Kreon", "mono": "Ubunto Monospace" }, "hightlighter": "prism" } } }