{ "name": "ghall.blog", "type": "module", "version": "0.1.0", "private": true, "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", "lint": "eslint --ext .js --ext .ts --ext .astro" }, "dependencies": { "@astrojs/alpinejs": "^0.4.3", "@astrojs/mdx": "4.0.2", "@astrojs/rss": "4.0.10", "@types/alpinejs": "^3.13.11", "@types/markdown-it": "^14.1.2", "alpinejs": "^3.14.8", "astro": "^5.1.8", "astro-pagefind": "^1.7.0", "date-fns": "^4.1.0", "markdown-it": "^14.1.0", "pagefind": "^1.3.0", "sanitize-html": "^2.14.0", "sharp": "^0.33.5" }, "devDependencies": { "@astrojs/ts-plugin": "^1.10.4", "bun-types": "latest", "eslint": "^9.18.0", "eslint-plugin-astro": "^1.3.1", "eslint-plugin-prettier": "^5.2.3", "prettier": "^3.4.2", "prettier-plugin-astro": "^0.14.1", "typescript-eslint": "^8.21.0" }, "module": "index.ts", "peerDependencies": { "typescript": "^5.7.3" } }