summaryrefslogtreecommitdiff
path: root/package.json
blob: ac79620612d6482b4efb8a50bfdef3be1f5ea252 (plain)
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.5.10",
		"@astrojs/sitemap": "^3.1.2",
		"@biomejs/biome": "1.7.0",
		"@fontsource-variable/noto-sans": "^5.0.4",
		"@fontsource/noto-sans-mono": "^5.0.19",
		"@types/node": "^20.12.7",
		"astro": "^4.6.2",
		"fsevents": "^2.3.3",
		"lightningcss": "^1.24.1",
		"sharp": "^0.33.3",
		"typescript": "^5.4.5"
	},
	"packageManager": "[email protected]+sha256.fc4a49bd609550a41e14d20efbce802a4b892aa4cac877322de2f0924f122991"
}