{ "name": "blog-nobbz-dev", "type": "module", "version": "0.0.1", "private": true, "license": "CC-BY-4.0 AND MIT", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "luxon": "~3.6.0" }, "devDependencies": { "@astrojs/check": "~0.9.4", "@astrojs/language-server": "~2.15.4", "@astrojs/mdx": "~4.3.0", "@astrojs/tailwind": "~6.0.2", "@astrojs/ts-plugin": "~1.10.4", "@catppuccin/tailwindcss": "1.0.0-beta.2", "@eslint/js": "~9.28.0", "@mdx-js/language-server": "~0.6.0", "@tailwindcss/vite": "^4.1.8", "@types/eslint__js": "~9.14.0", "@types/luxon": "~3.6.0", "astro": "~5.8.1", "eslint": "~9.28.0", "eslint-plugin-astro": "~1.3.0", "prettier": "~3.5.0", "prettier-plugin-astro": "~0.14.0", "tailwindcss": "^4.1.8", "typescript": "~5.8.0", "typescript-eslint": "~8.33.0" } }