summaryrefslogtreecommitdiff
path: root/package.json
blob: 9c73ce704e468393338ce07f94d858dc9b8d7e83 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
	"name": "getchoo-website",
	"type": "module",
	"private": true,
	"version": "0.0.1",
	"scripts": {
		"dev": "astro dev",
		"build": "astro check && astro build",
		"preview": "astro preview",
		"astro": "astro",
		"format": "prettier --write .",
		"lint": "eslint ."
	},
	"devDependencies": {
		"@astrojs/check": "^0.9.4",
		"@astrojs/sitemap": "^3.2.1",
		"@catppuccin/palette": "^1.7.1",
		"@eslint/js": "^9.19.0",
		"@fontsource/noto-sans": "^5.1.1",
		"@microsoft/eslint-formatter-sarif": "^3.1.0",
		"@types/eslint__js": "^8.42.3",
		"astro": "^4.16.18",
		"eslint": "^9.22.0",
		"eslint-config-prettier": "^10.1.1",
		"eslint-plugin-astro": "^1.3.1",
		"eslint-plugin-jsx-a11y": "^6.10.2",
		"prettier": "^3.5.3",
		"prettier-plugin-astro": "^0.14.1",
		"sass": "^1.85.1",
		"sharp": "^0.33.5",
		"typescript": "^5.7.3",
		"typescript-eslint": "^8.26.0"
	},
	"prettier": {
		"plugins": [
			"prettier-plugin-astro"
		],
		"overrides": [
			{
				"files": "*.astro",
				"options": {
					"parser": "astro"
				}
			}
		]
	},
	"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}