-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 856 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
{
"private": true,
"type": "module",
"scripts": {
"astro": "astro",
"build": "astro build",
"check": "biome check .",
"dev": "astro dev",
"markdownlint": "markdownlint .",
"prepare": "husky",
"preview": "astro preview",
"start": "astro dev",
"typecheck": "tsc"
},
"dependencies": {
"@astrojs/starlight": "0.32.1",
"@vercel/speed-insights": "1.2.0",
"astro": "5.3.0",
"sharp": "0.33.5"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@commitlint/cli": "19.7.1",
"@commitlint/config-conventional": "19.7.1",
"@types/react": "19.0.10",
"husky": "9.1.7",
"lint-staged": "15.4.3",
"markdownlint-cli": "0.44.0",
"typescript": "5.7.3"
},
"packageManager": "[email protected]+sha512.c753b6c3ad7afa13af388fa6d808035a008e30ea9993f58c6663e2bc5ff21679aa834db094987129aa4d488b86df57f7b634981b2f827cdcacc698cc0cfb88af"
}