{
  "name": "@slidev/client",
  "type": "module",
  "version": "52.16.0",
  "description": "Presentation slides for developers",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://sli.dev",
  "repository": {
    "type": "git",
    "url": "https://github.com/slidevjs/slidev"
  },
  "bugs": "https://github.com/slidevjs/slidev/issues",
  "exports": {
    ".": "./index.ts",
    "./package.json": "./package.json",
    "./constants": "./constants.ts",
    "./context": "./context.ts",
    "./env": "./env.ts",
    "./layoutHelper": "./layoutHelper.ts",
    "./routes": "./routes.ts",
    "./utils": "./utils.ts",
    "./*": "./*"
  },
  "main": "./public.ts",
  "engines": {
    "node": ">=20.12.0"
  },
  "dependencies": {
    "@antfu/utils": "^9.3.0",
    "@fix-webm-duration/fix": "^1.0.1",
    "@iconify-json/carbon": "^1.2.22",
    "@iconify-json/ph": "^1.2.2",
    "@iconify-json/svg-spinners": "^1.2.4",
    "@shikijs/engine-javascript": "^4.2.0",
    "@shikijs/magic-move": "^4.2.0",
    "@shikijs/monaco": "^4.2.0",
    "@shikijs/vitepress-twoslash": "^4.2.0",
    "@slidev/rough-notation": "^0.1.0",
    "@typescript/ata": "^0.9.8",
    "@unhead/vue": "^3.1.1",
    "@unocss/extractor-mdc": "^66.7.0",
    "@unocss/preset-mini": "^66.7.0",
    "@unocss/reset": "^66.7.0",
    "@vueuse/core": "^14.3.0",
    "@vueuse/math": "^14.3.0",
    "@vueuse/motion": "^3.0.3",
    "ansis": "^4.3.1",
    "drauu": "^1.0.0",
    "file-saver": "^2.0.5",
    "floating-vue": "^5.2.2",
    "fuse.js": "^7.4.1",
    "katex": "^0.17.0",
    "lz-string": "^1.5.0",
    "mermaid": "^11.15.0",
    "monaco-editor": "^0.55.1",
    "nanotar": "^0.3.0",
    "pptxgenjs": "^4.0.1",
    "recordrtc": "^5.6.2",
    "shiki": "^4.2.0",
    "typescript": "^6.0.3",
    "unocss": "^66.7.0",
    "vue": "^3.5.35",
    "vue-router": "^5.1.0",
    "yaml": "^2.9.0",
    "@slidev/parser": "52.16.0",
    "@slidev/types": "52.16.0"
  },
  "devDependencies": {
    "vite": "^8.0.16"
  }
}