{ "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/mdx": "2.1.0", "@astrojs/netlify": "5.0.0", "@astrojs/rss": "4.0.4", "astro": "^3.0.0", "astro-icon": "^1.1.0", "astro-pagefind": "^1.5.0", "date-fns": "^3.3.1", "date-fns-tz": "^1.3.7", "markdown-it": "^13.0.1", "pagefind": "^1.1.0", "sanitize-html": "^2.9.0", "sharp": "^0.33.2" }, "devDependencies": { "bun-types": "latest", "eslint": "^8.57.0", "eslint-plugin-astro": "^0.31.4", "eslint-plugin-prettier": "^5.1.3", "inquirer": "^9.2.15", "prettier": "^2.8.1", "prettier-plugin-astro": "^0.7.0", "typescript-eslint": "^7.1.1" }, "module": "index.ts", "peerDependencies": { "typescript": "^5.0.0" } }