nix-hamburg.astro.nix/package.json
Sebastian Wendel 9de87733f0
renamed
2023-04-08 14:01:08 +02:00

49 lines
1.3 KiB
JSON

{
"name": "nix-hh",
"type": "module",
"version": "0.1.0",
"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-compress": "^1.1.35",
"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": "^0.26.1",
"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"
}
}