-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.09 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.09 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
{
"name": "migueldaipre",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"check": "pnpm dlx @biomejs/biome check --write ./src",
"biome:upgrade": "pnpm dlx @biomejs/biome migrate --write",
"astro:upgrade": "pnpm dlx @astrojs/upgrade",
"check:deps": "pnpm update --interactive"
},
"dependencies": {
"@astrojs/check": "^0.9.4",
"@astrojs/mdx": "^3.1.9",
"@astrojs/sitemap": "^3.2.1",
"@astrojs/vercel": "^7.8.2",
"@unocss/reset": "^0.61.9",
"@vercel/analytics": "^1.3.2",
"astro": "^4.16.9",
"rehype-pretty-code": "^0.14.0",
"satori": "^0.11.3",
"satori-html": "^0.3.2",
"sharp": "^0.33.5",
"shiki": "^1.22.2",
"typescript": "^5.6.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"unocss": "^0.63.6"
},
"packageManager": "pnpm@9.4.0+sha512.f549b8a52c9d2b8536762f99c0722205efc5af913e77835dbccc3b0b0b2ca9e7dc8022b78062c17291c48e88749c70ce88eb5a74f1fa8c4bf5e18bb46c8bd83a"
}