{ "name": "astro-stefanimhoff.de", "type": "module", "version": "1.0.0", "scripts": { "astro": "astro", "build": "astro build", "dev": "astro dev", "icons:generate": "node icons-generate.cjs", "og:generate": "node og-generate.cjs", "thumbnail:generate": "node thumbnail-generate.cjs", "images": "npm-run-all og:generate thumbnail:generate", "plop": "plop", "prepreview": "pnpm run build", "preview": "astro preview --open", "start": "astro dev", "webp": "node convert-images.cjs" }, "dependencies": { "@astro-community/astro-embed-youtube": "^0.5.2", "@astrojs/mdx": "^3.1.3", "@astrojs/prefetch": "^0.4.1", "@astrojs/react": "^3.6.2", "@astrojs/rss": "^4.0.7", "@astrojs/sitemap": "^3.1.6", "@astrojs/tailwind": "^5.1.0", "astro": "^4.13.0", "astro-pagefind": "^1.5.0", "astro-seo": "^0.8.3", "astro-webmanifest": "^1.0.0", "astrojs-service-worker": "^2.0.0", "autoprefixer": "^10.4.19", "chart.js": "^4.4.3", "chartjs-plugin-autocolors": "^0.2.2", "deepmerge": "^4.3.1", "file-type": "^19.0.0", "find-cache-dir": "^5.0.0", "mdast-util-to-string": "^4.0.0", "moment": "^2.30.1", "object-hash": "^3.0.0", "postcss": "^8.4.38", "potrace": "^2.1.8", "react": "^18.3.1", "react-chartjs-2": "^5.2.0", "react-dom": "^18.3.1", "reading-time": "^1.5.0", "tailwindcss": "^3.4.3", "unist-util-visit": "^5.0.0" }, "devDependencies": { "@svgr/cli": "^8.1.0", "@svgr/core": "^8.1.0", "@types/mdast": "^4.0.4", "@types/react": "^18.3.2", "@types/unist": "^3.0.2", "@typescript-eslint/parser": "^8.0.0", "cssnano": "^7.0.1", "eslint": "^9.3.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-astro": "^1.2.0", "eslint-plugin-jsx-a11y": "^6.8.0", "eslint-plugin-prettier": "^5.1.3", "glob": "^11.0.0", "husky": "^9.0.11", "jimp": "^0.22.12", "lint-staged": "^15.2.4", "lodash": "^4.17.21", "markdown-it": "^14.1.0", "npm-run-all": "^4.1.5", "pagefind": "^1.1.0", "plop": "^4.0.1", "postcss-import": "^16.1.0", "postcss-nesting": "^12.1.4", "prettier": "^3.2.5", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-astro-organize-imports": "^0.4.8", "prettier-plugin-organize-imports": "^4.0.0", "prettier-plugin-tailwindcss": "^0.6.5", "rollup": "^4.18.0", "sanitize-html": "^2.14.0", "sharp": "^0.33.4", "svgo": "^3.3.2", "tailwindcss-logical": "^3.0.1", "tailwindcss-opentype": "^1.1.0", "typescript": "^5.4.5", "vite": "^5.2.11" }, "pnpm": { "supportedArchitectures": { "libc": [ "musl" ] }, "overrides": { "sharp": "0.33.4", "rollup": "npm:@rollup/wasm-node" }, "ignoredBuiltDependencies": [ "esbuild", "sharp" ] } }