diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..119ea73 --- /dev/null +++ b/package.json @@ -0,0 +1,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.3", + "@astrojs/sitemap": "^3.2.0", + "@catppuccin/palette": "^1.4.0", + "@eslint/js": "^9.12.0", + "@fontsource/noto-sans": "^5.1.0", + "@microsoft/eslint-formatter-sarif": "^3.1.0", + "@types/eslint__js": "^8.42.3", + "astro": "^4.15.11", + "eslint": "^9.12.0", + "eslint-config-prettier": "^9.1.0", + "eslint-plugin-astro": "^1.2.4", + "eslint-plugin-jsx-a11y": "^6.10.0", + "prettier": "^3.3.3", + "prettier-plugin-astro": "^0.14.1", + "sass": "^1.79.4", + "sharp": "^0.33.5", + "typescript": "^5.6.2", + "typescript-eslint": "^8.8.0" + }, + "prettier": { + "plugins": [ + "prettier-plugin-astro" + ], + "overrides": [ + { + "files": "*.astro", + "options": { + "parser": "astro" + } + } + ] + }, + "packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b" +} |
