-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 790 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 790 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
{
"name": "portfolio-site",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"typecheck": "astro check",
"lint": "biome check",
"lint:fix": "biome check --write",
"format": "biome format --write"
},
"dependencies": {
"@astrojs/mdx": "4.3.13",
"@astrojs/rss": "4.0.15",
"@astrojs/sitemap": "3.7.0",
"@astrojs/tailwind": "6.0.2",
"@fontsource-variable/geist": "^5.2.9",
"@fontsource-variable/geist-mono": "^5.2.8",
"astro": "5.18.0",
"astro-og-canvas": "^0.11.1",
"canvaskit-wasm": "^0.41.1",
"tailwindcss": "^3.4.14"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@biomejs/biome": "^2.5.0",
"typescript": "^5.9.3"
}
}