nix-hamburg.astro.nix/package.json
Sebastian Wendel a2c92466b9
added astro
2023-04-07 16:32:36 +02:00

32 lines
728 B
JSON

{
"name": "nixos.hamburg",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"sync": "astro sync",
"astro": "astro"
},
"dependencies": {
"@astrojs/image": "^0.14.1",
"@astrojs/mdx": "^0.16.0",
"@astrojs/sitemap": "^1.0.1",
"@astrojs/tailwind": "^3.0.1",
"@fontsource/inter": "^4.5.15",
"astro": "^2.0.11",
"astro-feather-icons": "^1.0.2",
"astro-icon": "^0.8.0",
"astro-navbar": "^1.1.5",
"astro-seo": "^0.7.0",
"tailwindcss": "^3.2.4"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.9",
"sharp": "^0.31.3"
}
}