{ "name": "nix-hamburg", "description": "Static website build with Astro and Nix", "type": "module", "version": "0.2.1", "private": true, "scripts": { "astro": "astro", "dev": "astro dev", "build": "astro build", "preview": "astro preview", "start": "astro dev", "sync": "astro sync" }, "dependencies": { "@astrojs/image": "^0.16.5", "@astrojs/mdx": "^0.18.2", "@astrojs/sitemap": "^1.2.2", "@astrojs/tailwind": "^3.1.1", "@fontsource/inter": "^4.5.15", "@tailwindcss/typography": "^0.5.9", "astro": "^2.2.0", "astro-feather-icons": "^1.0.2", "astro-forms": "^1.0.11", "astro-icon": "^0.8.0", "astro-navbar": "^1.1.5", "astro-robots-txt": "^0.4.1", "astro-seo": "^0.7.2", "tailwindcss": "^3.3.1" }, "devDependencies": { "@types/lodash": "^4.14.192", "@types/luxon": "^3.3.0", "@types/marked": "^4.0.8", "@types/seedrandom": "^3.0.5", "@typescript-eslint/eslint-plugin": "^5.57.1", "@typescript-eslint/parser": "^5.57.1", "eslint": "^8.37.0", "eslint-config-standard": "^17.0.0", "eslint-plugin-astro": "^1.2.0", "eslint-plugin-import": "^2.27.5", "eslint-plugin-n": "^15.7.0", "eslint-plugin-promise": "^6.1.1", "prettier": "^2.8.7", "prettier-plugin-astro": "^0.8.0", "sanitize-html": "^2.10.0" } }