-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 884 Bytes
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 884 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
35
{
"name": "personal-projects-portfolio",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"check": "astro check",
"test": "vitest run",
"og": "node scripts/generate-og.mjs",
"og:home": "node scripts/generate-home-og.mjs",
"cv:pdf": "node scripts/generate-cv-pdf.mjs"
},
"dependencies": {
"@astrojs/rss": "^4.0.19",
"@astrojs/sitemap": "^3.7.3",
"@paper-design/shaders": "^0.0.78",
"astro": "^7.2.9",
"morphicons": "^1.7.0",
"posthog-js": "^1.422.5"
},
"devDependencies": {
"@astrojs/check": "^0.9.10",
"@types/jsdom": "^30.0.0",
"jsdom": "^30.0.1",
"playwright": "^1.63.0",
"pngjs": "^7.0.0",
"typescript": "^5.9.3",
"vitest": "^4.1.11"
}
}