-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 938 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 938 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
27
28
29
30
31
32
33
34
{
"name": "klinking",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "vp check && vp exec prettier --check --plugin=prettier-plugin-astro \"**/*.astro\"",
"fix": "vp check --fix && vp exec prettier --write --plugin=prettier-plugin-astro \"**/*.astro\"",
"resume:pdf": "tsx scripts/generate-resume-pdf.ts",
"prepare": "vp config"
},
"dependencies": {
"@astrojs/markdoc": "^1.0.4",
"@markdoc/markdoc": "^0.5.7",
"astro": "^6.1.9"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^25.0.6",
"js-yaml": "^4.1.1",
"prettier": "^3.8.3",
"prettier-plugin-astro": "^0.14.1",
"puppeteer": "^24.42.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3",
"vite-plus": "catalog:"
},
"engines": {
"pnpm": ">=10.20.0"
},
"packageManager": "pnpm@10.33.2"
}