UNPKG

slidev-theme-hatch-corporate

Version:

A comprehensive Slidev theme for Hatch corporate presentations with advanced layouts and components

68 lines (67 loc) 1.52 kB
{ "name": "slidev-theme-hatch-corporate", "version": "2.0.0", "description": "A comprehensive Slidev theme for Hatch corporate presentations with advanced layouts and components", "main": "index.ts", "keywords": [ "slidev", "slidev-theme", "hatch", "corporate", "engineering", "presentation", "vue", "components" ], "homepage": "https://github.com/hatch/slidev-theme-hatch-corporate", "bugs": { "url": "https://github.com/hatch/slidev-theme-hatch-corporate/issues" }, "license": "MIT", "author": { "name": "Hatch Ltd.", "email": "digital@hatch.com", "url": "https://www.hatch.com" }, "repository": { "type": "git", "url": "https://github.com/hatch/slidev-theme-hatch-corporate.git" }, "files": [ "*.vue", "*.ts", "*.css", "layouts/", "components/", "styles/", "templates/", "docs/" ], "slidev": { "colorSchema": "light", "highlighter": "shiki", "defaults": { "fonts": { "sans": "Segoe UI", "serif": "Playfair Display", "mono": "Fira Code" } } }, "author": "Hatch Ltd", "license": "MIT", "engines": { "node": ">=14.0.0", "slidev": ">=0.19.3" }, "peerDependencies": { "@slidev/cli": "*" }, "devDependencies": { "@slidev/cli": "latest", "@slidev/types": "latest" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" } }