-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 1.98 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 1.98 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
64
65
66
67
68
69
70
71
72
{
"name": "jbcom.github.io",
"version": "1.4.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",
"generate:resume": "tsx scripts/generate-resume.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 check && tsc --noEmit -p tsconfig.json",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"format": "biome format --write ."
},
"dependencies": {
"@astrojs/react": "^4.4.2",
"@astrojs/sitemap": "^3.7.2",
"@fontsource/instrument-serif": "^5.2.8",
"@fontsource/inter": "^5.2.8",
"@fontsource/jetbrains-mono": "^5.2.8",
"@paper-design/shaders-react": "^0.0.71",
"astro": "^6.1.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.575.0",
"motion": "^12.34.5",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwind-merge": "^3.5.0"
},
"devDependencies": {
"@astrojs/check": "^0.9.8",
"@biomejs/biome": "^2.4.5",
"@playwright/test": "^1.58.2",
"@tailwindcss/vite": "^4.2.1",
"@types/node": "^25.0.3",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"playwright": "^1.58.2",
"shadcn": "^3.8.5",
"tailwindcss": "^4.2.1",
"tsx": "^4.21.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"vitest": "^4.1.0"
},
"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",
"react",
"shadcn",
"github-pages",
"resume"
]
}