{ "name": "links-opnkty", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/check": "^0.9.4", "@astrojs/rss": "^4.0.9", "@astrojs/sitemap": "^3.2.1", "@astrojs/tailwind": "^5.1.2", "astro": "^4.16.7", "astro-icon": "^1.1.1", "tailwindcss": "^3.4.14", "typescript": "^5.6.3" }, "devDependencies": { "@tailwindcss/typography": "^0.5.15", "prettier": "^3.3.3", "prettier-plugin-astro": "^0.14.1", "prettier-plugin-tailwindcss": "^0.6.8" } }