-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.1 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.1 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
{
"name": "joshking.dev",
"private": true,
"type": "module",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"lint": "oxlint .",
"lint:fix": "oxlint --fix .",
"fmt": "oxfmt .",
"fmt:check": "oxfmt --check ."
},
"dependencies": {
"@astro-community/astro-embed-link-preview": "^0.3.1",
"@vercel/speed-insights": "^1.3.1",
"astro-og-canvas": "^0.10.1",
"canvaskit-wasm": "^0.41.0",
"sharp": "^0.34.5"
},
"devDependencies": {
"@astrojs/partytown": "^2.1.5",
"@astrojs/sitemap": "^3.7.1",
"@astrojs/svelte": "^8.0.3",
"@astrojs/tailwind": "^6.0.2",
"@astrojs/vercel": "^10.0.2",
"@fontsource/geist-mono": "^5.2.7",
"@fontsource/geist-sans": "^5.2.5",
"@iconify-json/simple-icons": "^1.2.74",
"@types/sharp": "^0.32.0",
"astro": "^6.0.0",
"astro-icon": "^1.1.5",
"oxfmt": "^0.41.0",
"oxlint": "^1.56.0",
"svelte": "^5.0.0",
"tailwindcss": "^3.4.19",
"typescript": "^5.7.0",
"unplugin-fonts": "^1.4.0"
},
"engines": {
"node": "24.x"
}
}