| 1 | { |
| 2 | "name": "@slidev/types", |
| 3 | "version": "52.19.0", |
| 4 | "description": "Shared types declarations for Slidev", |
| 5 | "author": "Anthony Fu <anthonyfu117@hotmail.com>", |
| 6 | "license": "MIT", |
| 7 | "funding": "https://github.com/sponsors/antfu", |
| 8 | "homepage": "https://sli.dev", |
| 9 | "repository": { |
| 10 | "type": "git", |
| 11 | "url": "https://github.com/slidevjs/slidev" |
| 12 | }, |
| 13 | "bugs": "https://github.com/slidevjs/slidev/issues", |
| 14 | "main": "dist/index.mjs", |
| 15 | "module": "dist/index.mjs", |
| 16 | "types": "index.d.ts", |
| 17 | "files": [ |
| 18 | "client.d.ts", |
| 19 | "dist", |
| 20 | "index.d.ts" |
| 21 | ], |
| 22 | "engines": { |
| 23 | "node": ">=20.12.0" |
| 24 | }, |
| 25 | "scripts": { |
| 26 | "build": "tsdown src/index.ts", |
| 27 | "dev": "nr build --watch", |
| 28 | "prepublishOnly": "npm run build" |
| 29 | }, |
| 30 | "dependencies": { |
| 31 | "@antfu/utils": "catalog:frontend", |
| 32 | "@shikijs/markdown-it": "catalog:frontend", |
| 33 | "@vitejs/plugin-vue": "catalog:prod", |
| 34 | "@vitejs/plugin-vue-jsx": "catalog:prod", |
| 35 | "katex": "catalog:frontend", |
| 36 | "mermaid": "catalog:frontend", |
| 37 | "monaco-editor": "catalog:monaco", |
| 38 | "shiki": "catalog:frontend", |
| 39 | "unocss": "catalog:prod", |
| 40 | "unplugin-icons": "catalog:prod", |
| 41 | "unplugin-vue-markdown": "catalog:prod", |
| 42 | "vite-plugin-inspect": "catalog:prod", |
| 43 | "vite-plugin-remote-assets": "catalog:prod", |
| 44 | "vite-plugin-static-copy": "catalog:prod", |
| 45 | "vite-plugin-vue-server-ref": "catalog:prod", |
| 46 | "vue": "catalog:frontend", |
| 47 | "vue-router": "catalog:frontend" |
| 48 | }, |
| 49 | "devDependencies": { |
| 50 | "tsdown-stale-guard": "catalog:dev" |
| 51 | } |
| 52 | } |
| 53 |