{ "name": "astro-chiri", "type": "module", "version": "1.0.0", "license": "MIT", "scripts": { "dev": "astro dev", "prebuild": "pnpm exec tsx scripts/toggle-proxy.ts", "build": "pnpm run prebuild && astro build", "preview": "astro preview", "astro": "astro", "lint": "eslint .", "lint:fix": "eslint . --fix", "format": "prettier --write .", "format:check": "prettier --check .", "new": "tsx scripts/new-post.ts", "update-theme": "tsx scripts/update-theme.ts" }, "dependencies": { "@astrojs/mdx": "^4.3.13", "@astrojs/netlify": "^6.6.4", "@astrojs/rss": "^4.0.15", "@astrojs/sitemap": "^3.7.0", "@playform/inline": "^0.1.2", "astro": "^5.17.3", "astro-og-canvas": "^0.10.1", "canvaskit-wasm": "^0.40.0", "feed": "^5.2.0", "katex": "^0.16.32", "markdown-it": "^14.1.1", "mdast-util-to-string": "^4.0.0", "node-html-parser": "^7.0.2", "reading-time": "^1.5.0", "rehype-external-links": "^3.0.0", "rehype-katex": "^7.0.1", "remark-directive": "^4.0.0", "remark-flexible-markers": "^1.3.3", "remark-math": "^6.0.0", "sanitize-html": "^2.17.1", "sharp": "^0.34.5", "unist-util-visit": "^5.1.0" }, "devDependencies": { "sequoia-cli": "^0.5.0", "@eslint/js": "^9.39.3", "@types/markdown-it": "^14.1.2", "@types/sanitize-html": "^2.16.0", "@typescript-eslint/eslint-plugin": "^8.56.0", "@typescript-eslint/parser": "^8.56.0", "eslint": "^9.39.2", "eslint-config-prettier": "^10.1.8", "eslint-plugin-astro": "^1.6.0", "globals": "^17.3.0", "prettier": "^3.8.1", "prettier-plugin-astro": "^0.14.1", "tsx": "^4.21.0", "typescript": "^5.9.3", "typescript-eslint": "^8.56.0" } }