{ "name": "astro-stefanimhoff.de", "type": "module", "version": "1.0.0", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "deploy": "netlify deploy --prod", "deploy:preview": "netlify deploy", "publish": "npm-run-all build deploy", "og:generate": "node og-generate.cjs", "plop": "plop", "astro": "astro", "cspell": "cspell --words-only --unique 'src' | sort --ignore-case >> .cspell/dictionary.txt", "prepare": "husky install" }, "dependencies": { "@astro-community/astro-embed-youtube": "^0.4.1", "@astrojs/mdx": "^1.0.3", "@astrojs/preact": "^3.0.0", "@astrojs/prefetch": "^0.4.0", "@astrojs/react": "^3.0.2", "@astrojs/rss": "^3.0.0", "@astrojs/sitemap": "^3.0.0", "@astrojs/tailwind": "^5.0.0", "@swup/a11y-plugin": "^3.0.0", "@swup/fade-theme": "^1.0.5", "@swup/head-plugin": "^1.3.0", "@swup/preload-plugin": "^2.3.0", "@swup/scripts-plugin": "^1.1.0", "@swup/scroll-plugin": "^2.0.3", "astro": "^3.0.11", "astro-icon": "^0.8.1", "astro-imagetools": "^0.9.0", "astro-pagefind": "^1.2.3", "astro-seo": "^0.8.0", "astro-webmanifest": "^0.6.0", "astrojs-service-worker": "^1.1.0", "autoprefixer": "^10.4.15", "chart.js": "^4.4.0", "chartjs-plugin-autocolors": "^0.2.2", "classnames": "^2.3.2", "deepmerge": "^4.3.1", "file-type": "^18.5.0", "find-cache-dir": "^5.0.0", "markdown-remark@latest": "link:astrojs/markdown-remark@latest", "mdast-util-to-string": "^4.0.0", "moment": "^2.29.4", "object-hash": "^3.0.0", "postcss": "^8.4.29", "potrace": "^2.1.8", "preact": "^10.17.1", "react": "npm:@preact/compat@latest", "react-chartjs-2": "^5.2.0", "react-dom": "npm:@preact/compat@latest", "reading-time": "^1.5.0", "sal.js": "^0.8.5", "sharp": "^0.32.5", "swup": "^3.1.1", "tailwindcss": "^3.3.3", "unist-util-visit": "^5.0.0" }, "devDependencies": { "@types/mdast": "^4.0.0", "@types/react": "^18.2.21", "@types/unist": "^3.0.0", "@typescript-eslint/parser": "^6.6.0", "cspell": "^7.3.2", "cssnano": "^6.0.1", "eslint": "^8.48.0", "eslint-config-prettier": "^9.0.0", "eslint-plugin-astro": "^0.29.0", "eslint-plugin-jsx-a11y": "^6.7.1", "eslint-plugin-prettier": "^5.0.0", "husky": "^8.0.3", "jimp": "^0.22.10", "lint-staged": "^14.0.1", "netlify-cli": "^16.3.1", "npm-run-all": "^4.1.5", "pagefind": "^0.12.0", "plop": "^4.0.0", "postcss-nesting": "^12.0.1", "prettier": "^3.0.3", "prettier-plugin-astro": "^0.12.0", "prettier-plugin-organize-imports": "^3.2.3", "prettier-plugin-tailwindcss": "^0.5.4", "rollup": "^3.29.0", "tailwindcss-logical": "^3.0.1", "tailwindcss-opentype": "^1.1.0", "typescript": "^5.2.2", "vite": "^4.4.9" }, "pnpm": { "overrides": { "react": "npm:@preact/compat@latest", "react-dom": "npm:@preact/compat@latest" } } }