slides export
This commit is contained in:
parent
27a1deac0b
commit
060158c1e0
3 changed files with 27 additions and 2 deletions
|
@ -13,5 +13,8 @@
|
|||
"@slidev/theme-seriph": "latest",
|
||||
"@slidev/theme-shibainu": "^0.25.0",
|
||||
"vue": "^3.5.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
"playwright-chromium": "^1.47.2"
|
||||
}
|
||||
}
|
|
@ -10,7 +10,7 @@ importers:
|
|||
dependencies:
|
||||
'@slidev/cli':
|
||||
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':
|
||||
specifier: latest
|
||||
version: 0.25.0
|
||||
|
@ -23,6 +23,10 @@ importers:
|
|||
vue:
|
||||
specifier: ^3.5.10
|
||||
version: 3.5.11(typescript@5.6.2)
|
||||
devDependencies:
|
||||
playwright-chromium:
|
||||
specifier: ^1.47.2
|
||||
version: 1.47.2
|
||||
|
||||
packages:
|
||||
|
||||
|
@ -2246,6 +2250,16 @@ packages:
|
|||
plantuml-encoder@1.4.0:
|
||||
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:
|
||||
resolution: {integrity: sha512-0mYKnYYe9ZcqMCWhUjItv/oHjvgEsfKvnUTg8sAtnHr3GVy7rGkXCb6d5cSyqrWqL4k81b9CPg3urd+T7aop3A==}
|
||||
|
||||
|
@ -3503,7 +3517,7 @@ snapshots:
|
|||
'@sindresorhus/merge-streams@2.3.0':
|
||||
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:
|
||||
'@antfu/ni': 0.23.0
|
||||
'@antfu/utils': 0.7.10
|
||||
|
@ -3575,6 +3589,8 @@ snapshots:
|
|||
vue: 3.5.11(typescript@5.6.2)
|
||||
yaml: 2.5.1
|
||||
yargs: 17.7.2
|
||||
optionalDependencies:
|
||||
playwright-chromium: 1.47.2
|
||||
transitivePeerDependencies:
|
||||
- '@babel/parser'
|
||||
- '@nuxt/kit'
|
||||
|
@ -5605,6 +5621,12 @@ snapshots:
|
|||
|
||||
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-path@0.2.1:
|
||||
|
|
BIN
slides-export.pdf
Normal file
BIN
slides-export.pdf
Normal file
Binary file not shown.
Loading…
Reference in a new issue