{ "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", "astro": "astro", "lint": "tsc && eslint .", "format": "prettier --write ." }, "devDependencies": { "@astrojs/check": "^0.5.10", "@astrojs/mdx": "^2.2.4", "@astrojs/sitemap": "^3.1.2", "@astrojs/tailwind": "^5.1.0", "@catppuccin/tailwindcss": "^0.1.6", "@fontsource-variable/noto-sans": "^5.0.4", "@fontsource/noto-sans-mono": "^5.0.19", "@types/node": "^20.12.5", "@typescript-eslint/parser": "^7.4.0", "astro": "^4.5.16", "eslint": "^8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-mdx": "^3.1.5", "execa": "^8.0.1", "fsevents": "^2.3.3", "prettier": "^3.2.5", "prettier-eslint": "^16.3.0", "sharp": "^0.33.3", "tailwindcss": "^3.4.3", "typescript": "^5.4.4", "typescript-eslint": "^7.5.0" }, "packageManager": "pnpm@8.15.3+sha256.fc4a49bd609550a41e14d20efbce802a4b892aa4cac877322de2f0924f122991", "eslintConfig": { "extends": [ "eslint:recommended", "plugin:@typescript-eslint/recommended", "prettier" ], "parser": "@typescript-eslint/parser", "plugins": [ "@typescript-eslint" ], "root": true, "ignorePatterns": [ "dist/**" ] } }