{ "name": "@saibotk/saiblog", "type": "module", "version": "0.0.1", "private": true, "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "prettier": "prettier . --cache", "lint": "eslint --ext .js,.cjs,.mjs,.ts,.cts,.mts,.tsx,.astro .", "format": "pnpm prettier --write", "fix": "pnpm lint --fix && pnpm format", "astro": "astro" }, "dependencies": { "@astrojs/mdx": "^2.1.1", "@astrojs/rss": "^4.0.5", "@astrojs/sitemap": "^3.1.0", "@astrojs/tailwind": "^5.1.0", "@clickbar/eslint-config-typescript": "^10.0.0", "@fontsource/fira-code": "^5.0.16", "@fontsource/inter": "^5.0.16", "@tailwindcss/typography": "^0.5.10", "astro": "^4.4.1", "eslint": "^9.0.0", "eslint-plugin-astro": "^0.31.4", "prettier-plugin-astro": "^0.13.0", "tailwindcss": "^3.4.1", "typescript": "^5.3.3" } }