-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
35 lines (35 loc) · 924 Bytes
/
package.json
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
{
"type": "module",
"scripts": {
"predev": "bun run src/utils/github.ts",
"dev": "astro dev",
"prestart": "bun run src/utils/github.ts",
"start": "astro dev",
"prebuild": "bun run src/utils/github.ts",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"format": "bunx @biomejs/biome check --write *"
},
"dependencies": {
"@astrojs/starlight": "^0.29.0",
"@astrojs/starlight-tailwind": "^2.0.3",
"@astrojs/tailwind": "^5.1.2",
"@kindspells/astro-shield": "^1.7.1",
"@tailwindcss/typography": "^0.5.15",
"@vercel/og": "^0.6.3",
"astro": "^4.16.10",
"caniuse-lite": "^1.0.30001679",
"get-os-name": "^1.0.3",
"sass": "^1.80.6",
"sharp": "^0.33.5",
"starlight-blog": "^0.14.1",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.14",
"tailwindcss-scoped-preflight": "^3.4.9"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"wrangler": "^3.86.0"
}
}