{ "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", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro", "lint": "eslint", "format": "prettier --write ." }, "devDependencies": { "@astrojs/check": "^0.5.3", "@astrojs/mdx": "^2.1.1", "@astrojs/sitemap": "^3.0.5", "@astrojs/tailwind": "^5.1.0", "@catppuccin/tailwindcss": "^0.1.6", "@fontsource-variable/noto-sans": "^5.0.1", "@fontsource/noto-sans-mono": "^5.0.18", "@types/node": "^20.11.17", "@typescript-eslint/parser": "^6.21.0", "astro": "^4.3.6", "eslint": "^8.56.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.2", "tailwindcss": "^3.4.1", "typescript": "^5.3.3" }, "packageManager": "pnpm@8.15.1+sha256.245fe901f8e7fa8782d7f17d32b6a83995e2ae03984cb5b62b8949bfdc27c7b5" }