-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
63 lines (63 loc) · 1.78 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"name": "jbcom.github.io",
"version": "1.7.0",
"description": "Jon Bogaty's professional portfolio and jbcom ecosystem showcase",
"private": true,
"type": "module",
"packageManager": "pnpm@9.15.0",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"resume:build": "tsx scripts/resume/build-docx.ts",
"resume:qc": "tsx scripts/resume/qc.ts",
"generate:og": "tsx scripts/generate-og-image.ts",
"test": "vitest run",
"test:watch": "vitest",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"check": "astro sync && astro check && tsc --noEmit -p tsconfig.json",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write ."
},
"dependencies": {
"@astrojs/mdx": "^6.0.3",
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.3",
"@fontsource/instrument-serif": "^5.2.8",
"@fontsource/inter": "^5.2.8",
"@fontsource/jetbrains-mono": "^5.2.8",
"@tailwindcss/typography": "^0.5.20",
"astro": "^6.4.6",
"daisyui": "^5.5.23"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@biomejs/biome": "^2.4.16",
"@playwright/test": "^1.60.0",
"@tailwindcss/vite": "^4.3.0",
"@turbodocx/html-to-docx": "^1.21.0",
"@types/node": "^25.9.2",
"jszip": "^3.10.1",
"playwright": "^1.60.0",
"tailwindcss": "^4.3.0",
"tsx": "^4.22.4",
"typescript": "^6.0.3",
"vitest": "^4.1.8"
},
"homepage": "https://www.jonbogaty.com",
"repository": {
"type": "git",
"url": "git+https://github.com/jbcom/jbcom.github.io.git"
},
"author": "Jon Bogaty <jon@jonbogaty.com>",
"license": "MIT",
"keywords": [
"portfolio",
"jbcom",
"astro",
"github-pages",
"resume"
]
}