-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.26 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
{
"name": "portfolio",
"type": "module",
"version": "1.1.0",
"description": "A case-study-first portfolio theme for Astro",
"keywords": [
"astro",
"theme",
"portfolio",
"case-study",
"professional"
],
"author": "Erick Sutil",
"repository": {
"type": "git",
"url": "https://github.com/erbsutil/portfolio.git"
},
"homepage": "https://erbsu.com",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build && node scripts/patch-csp.mjs",
"preview": "astro preview",
"astro": "astro",
"test:e2e": "playwright test",
"mcp": "npm run start --prefix mcp",
"resume:sync": "tsx scripts/sync-resume.mjs"
},
"dependencies": {
"@astrojs/mdx": "^4.0.0",
"@astrojs/sitemap": "^3.6.1",
"@astrojs/vercel": "^9.0.4",
"@fontsource/ibm-plex-mono": "^5.3.0",
"@fontsource/ibm-plex-sans": "^5.3.0",
"@fontsource/ibm-plex-serif": "^5.3.0",
"@modelcontextprotocol/sdk": "1.26.0",
"@vercel/analytics": "^2.0.1",
"astro": "^5.16.7",
"mcp-handler": "1.1.0",
"sharp": "^0.34.5",
"zod": "^3.24.2"
},
"devDependencies": {
"@astrojs/check": "^0.9.0",
"@playwright/test": "^1.58.2",
"tsx": "^4.23.11",
"typescript": "^5.9.3"
}
}