-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 739 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 739 Bytes
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
{
"name": "graphnn_lecture",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "slidev --open",
"build": "slidev build slides.md",
"export:pdf": "slidev export --format pdf --output slides.pdf",
"export:pdf:numbered": "npm run export:pdf && node scripts/number-pages.js slides.pdf slides-numbered.pdf",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@slidev/cli": "^0.48.5",
"markdown-it-container": "^3.0.0",
"pdf-lib": "^1.17.1",
"playwright-chromium": "^1.56.1",
"slidev-theme-academic": "^2.1.0"
},
"dependencies": {
"@slidev/theme-default": "^0.25.0"
}
}