{ "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.19.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-astro": "^1.3.1", "eslint-plugin-jsx-a11y": "^6.10.2", "prettier": "^3.4.2", "prettier-plugin-astro": "^0.14.1", "sass": "^1.85.1", "sharp": "^0.33.5", "typescript": "^5.7.3", "typescript-eslint": "^8.21.0" }, "prettier": { "plugins": [ "prettier-plugin-astro" ], "overrides": [ { "files": "*.astro", "options": { "parser": "astro" } } ] }, "packageManager": "pnpm@9.11.0+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b" }