-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 1.19 KB
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 1.19 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "cursor-slidev",
"type": "module",
"private": true,
"scripts": {
"build": "slidev build && rm -f dist/_redirects",
"build:gh": "SLIDEV_BASE=/cursor-slidev/ slidev build",
"dev": "slidev --open",
"export": "slidev export slides.md --format png --dark --output slides-export",
"export:pdf": "slidev export slides.md --dark --output cursor-community-talk",
"sync:social": "node scripts/fetch-social.mjs",
"render:tweets": "node scripts/render-tweet-screenshots.mjs",
"render:tweets:sample": "node scripts/render-tweet-screenshots.mjs --sample",
"cf:login": "wrangler login",
"cf:deploy": "pnpm build && wrangler deploy",
"deploy": "wrangler deploy"
},
"dependencies": {
"@slidev/cli": "^51.7.1",
"@slidev/theme-default": "latest",
"@slidev/theme-seriph": "latest",
"slidev-theme-cursor": "link:slidev-theme-cursor",
"vue": "^3.5.14"
},
"devDependencies": {
"playwright": "^1.60.0",
"playwright-chromium": "^1.60.0",
"wrangler": "^4.94.0"
},
"packageManager": "[email protected]+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
}