{ "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.4.4" }, "devDependencies": { "@astrojs/check": "~0.9.4", "@astrojs/language-server": "~2.15.4", "@astrojs/mdx": "~4.2.2", "@astrojs/tailwind": "~6.0.2", "@astrojs/ts-plugin": "~1.10.4", "@catppuccin/tailwindcss": "~0.1.6", "@eslint/js": "~9.6.0", "@mdx-js/language-server": "~0.4.8", "@types/eslint__js": "~8.42.3", "@types/luxon": "~3.4.2", "astro": "~5.5.5", "eslint": "~9.6.0", "eslint-plugin-astro": "~1.2.3", "prettier": "~3.3.2", "prettier-plugin-astro": "~0.14.0", "tailwindcss": "~3.4.4", "typescript": "~5.5.3", "typescript-eslint": "~8.26.1" } }