{
  "name": "slidev-theme-ehl2022",
  "description": "EHL China default presentation template with Slidev made simple. Now using UnoCSS!",
  "version": "2.0.22",
  "author": {
    "name": "Zhichao Liu",
    "email": "zhichao.liu@ehl.ch",
    "url": "https://www.ehladvisory.com"
  },
  "homepage": "https://www.github.com/pkuasule/slidev-theme-ehl2022",
  "repository": {
    "type": "git",
    "url": "https://www.github.com/pkuasule/slidev-theme-ehl2022"
  },
  "funding": "https://ko-fi.com/pkuasule",
  "license": "MIT",
  "keywords": [
    "slidev-theme",
    "slidev",
    "ehl",
    "slidev-theme-ehl2022",
    "theme-ehl2022"
  ],
  "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",
    "setup": "mv resources/ .. && npm run dev"
  },
  "dependencies": {
    "@slidev/types": "^0.40.16",
    "@unocss/reset": "^0.53.1",
    "codemirror-theme-vars": "^0.1.2",
    "prism-theme-vars": "^0.2.4",
    "theme-vitesse": "^0.6.4"
  },
  "devDependencies": {
    "@slidev/cli": "^0.40.16"
  },
  "//": "Learn more: https://sli.dev/themes/write-a-theme.html",
  "slidev": {
    "colorSchema": "light",
    "highlighter": "all",
    "defaults": {
      "aspectRatio": "16/9",
      "canvasWidth": 1280,
      "css": "unocss",
      "fonts": {
        "sans": "San Francisco,Noto Sans Simplified Chinese,Montserrat",
        "mono": "Fira Code"
      },
      "hightlighter": "all"
    }
  }
}
