slides export

This commit is contained in:
Norman Köhring 2024-10-04 15:50:50 +02:00
parent 27a1deac0b
commit 060158c1e0
3 changed files with 27 additions and 2 deletions

View file

@ -13,5 +13,8 @@
"@slidev/theme-seriph": "latest", "@slidev/theme-seriph": "latest",
"@slidev/theme-shibainu": "^0.25.0", "@slidev/theme-shibainu": "^0.25.0",
"vue": "^3.5.10" "vue": "^3.5.10"
},
"devDependencies": {
"playwright-chromium": "^1.47.2"
} }
} }

View file

@ -10,7 +10,7 @@ importers:
dependencies: dependencies:
'@slidev/cli': '@slidev/cli':
specifier: ^0.50.0-beta.3 specifier: ^0.50.0-beta.3
version: 0.50.0-beta.3(@babel/parser@7.25.7)(@nuxt/kit@3.13.2(rollup@4.24.0))(@types/markdown-it@14.1.2)(@types/node@18.19.54)(@vue/compiler-sfc@3.5.11)(postcss@8.4.47)(rollup@4.24.0) version: 0.50.0-beta.3(@babel/parser@7.25.7)(@nuxt/kit@3.13.2(rollup@4.24.0))(@types/markdown-it@14.1.2)(@types/node@18.19.54)(@vue/compiler-sfc@3.5.11)(playwright-chromium@1.47.2)(postcss@8.4.47)(rollup@4.24.0)
'@slidev/theme-default': '@slidev/theme-default':
specifier: latest specifier: latest
version: 0.25.0 version: 0.25.0
@ -23,6 +23,10 @@ importers:
vue: vue:
specifier: ^3.5.10 specifier: ^3.5.10
version: 3.5.11(typescript@5.6.2) version: 3.5.11(typescript@5.6.2)
devDependencies:
playwright-chromium:
specifier: ^1.47.2
version: 1.47.2
packages: packages:
@ -2246,6 +2250,16 @@ packages:
plantuml-encoder@1.4.0: plantuml-encoder@1.4.0:
resolution: {integrity: sha512-sxMwpDw/ySY1WB2CE3+IdMuEcWibJ72DDOsXLkSmEaSzwEUaYBT6DWgOfBiHGCux4q433X6+OEFWjlVqp7gL6g==} resolution: {integrity: sha512-sxMwpDw/ySY1WB2CE3+IdMuEcWibJ72DDOsXLkSmEaSzwEUaYBT6DWgOfBiHGCux4q433X6+OEFWjlVqp7gL6g==}
playwright-chromium@1.47.2:
resolution: {integrity: sha512-vznuubrx3+C50JYMKbqfJOaHhr3dcxxzudvvYoKVA7FoJVFx4wzwCSbguitzUc5ppmsyyMMGMmD21br9CZlvMg==}
engines: {node: '>=18'}
hasBin: true
playwright-core@1.47.2:
resolution: {integrity: sha512-3JvMfF+9LJfe16l7AbSmU555PaTl2tPyQsVInqm3id16pdDfvZ8TTZ/pyzmkbDrZTQefyzU7AIHlZqQnxpqHVQ==}
engines: {node: '>=18'}
hasBin: true
points-on-curve@0.2.0: points-on-curve@0.2.0:
resolution: {integrity: sha512-0mYKnYYe9ZcqMCWhUjItv/oHjvgEsfKvnUTg8sAtnHr3GVy7rGkXCb6d5cSyqrWqL4k81b9CPg3urd+T7aop3A==} resolution: {integrity: sha512-0mYKnYYe9ZcqMCWhUjItv/oHjvgEsfKvnUTg8sAtnHr3GVy7rGkXCb6d5cSyqrWqL4k81b9CPg3urd+T7aop3A==}
@ -3503,7 +3517,7 @@ snapshots:
'@sindresorhus/merge-streams@2.3.0': '@sindresorhus/merge-streams@2.3.0':
optional: true optional: true
'@slidev/cli@0.50.0-beta.3(@babel/parser@7.25.7)(@nuxt/kit@3.13.2(rollup@4.24.0))(@types/markdown-it@14.1.2)(@types/node@18.19.54)(@vue/compiler-sfc@3.5.11)(postcss@8.4.47)(rollup@4.24.0)': '@slidev/cli@0.50.0-beta.3(@babel/parser@7.25.7)(@nuxt/kit@3.13.2(rollup@4.24.0))(@types/markdown-it@14.1.2)(@types/node@18.19.54)(@vue/compiler-sfc@3.5.11)(playwright-chromium@1.47.2)(postcss@8.4.47)(rollup@4.24.0)':
dependencies: dependencies:
'@antfu/ni': 0.23.0 '@antfu/ni': 0.23.0
'@antfu/utils': 0.7.10 '@antfu/utils': 0.7.10
@ -3575,6 +3589,8 @@ snapshots:
vue: 3.5.11(typescript@5.6.2) vue: 3.5.11(typescript@5.6.2)
yaml: 2.5.1 yaml: 2.5.1
yargs: 17.7.2 yargs: 17.7.2
optionalDependencies:
playwright-chromium: 1.47.2
transitivePeerDependencies: transitivePeerDependencies:
- '@babel/parser' - '@babel/parser'
- '@nuxt/kit' - '@nuxt/kit'
@ -5605,6 +5621,12 @@ snapshots:
plantuml-encoder@1.4.0: {} plantuml-encoder@1.4.0: {}
playwright-chromium@1.47.2:
dependencies:
playwright-core: 1.47.2
playwright-core@1.47.2: {}
points-on-curve@0.2.0: {} points-on-curve@0.2.0: {}
points-on-path@0.2.1: points-on-path@0.2.1:

BIN
slides-export.pdf Normal file

Binary file not shown.