{ "name": "personal-website", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "deploy": "pnpm build && sh scripts/deploy_to_uberspace.sh", "preview": "astro preview", "astro": "astro", "format": "prettier . -w --config ./.prettierrc", "format:check": "prettier . --check --config ./.prettierrc" }, "dependencies": { "@astrojs/mdx": "^2.3.1", "@astrojs/react": "^3.3.1", "@astrojs/rss": "^4.0.5", "@astrojs/tailwind": "^5.0.3", "@keystatic/astro": "^5.0.0", "@keystatic/core": "^0.5.13", "astro": "^4.7.0", "mdast-flatten-listitem-paragraphs": "^1.0.0", "react": "^18.3.1", "sharp": "^0.33.1" }, "devDependencies": { "@types/node": "^20.10.5", "autoprefixer": "^10.4.16", "postcss": "^8.4.32", "tailwindcss": "^3.4.0" } }