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
|
{
"name": "getchoos-website",
"type": "module",
"version": "0.0.1",
"private": true,
"repository": "https://github.com/getchoo/website.git",
"author": "getchoo",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"check": "astro check",
"preview": "astro preview",
"lint": "tsc && biome lint *",
"format": "biome format --write .",
"ci": "pnpm run check && tsc && biome ci *"
},
"devDependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/sitemap": "^3.1.4",
"@biomejs/biome": "1.7.3",
"@fontsource-variable/noto-sans": "^5.0.5",
"@fontsource/noto-sans-mono": "^5.0.20",
"@types/node": "^20.12.12",
"astro": "^4.8.6",
"fsevents": "^2.3.3",
"lightningcss": "^1.25.0",
"sharp": "^0.33.4",
"typescript": "^5.4.5"
},
"packageManager": "[email protected]+sha256.fc4a49bd609550a41e14d20efbce802a4b892aa4cac877322de2f0924f122991"
}
|