nix-hamburg.astro.nix/package.json

49 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2023-04-07 16:32:36 +02:00
{
2024-05-17 15:05:21 +02:00
"name": "nix-hamburg",
"description": "Static website build with Astro and Nix",
2023-04-07 16:32:36 +02:00
"type": "module",
2024-05-17 15:05:21 +02:00
"version": "0.2.1",
2023-04-07 16:32:36 +02:00
"private": true,
"scripts": {
2023-04-07 22:32:14 +02:00
"astro": "astro",
2023-04-07 16:32:36 +02:00
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
2023-04-07 22:32:14 +02:00
"start": "astro dev",
"sync": "astro sync"
2023-04-07 16:32:36 +02:00
},
"dependencies": {
2023-04-07 22:32:14 +02:00
"@astrojs/image": "^0.16.5",
"@astrojs/mdx": "^0.18.2",
"@astrojs/sitemap": "^1.2.2",
"@astrojs/tailwind": "^3.1.1",
2023-04-07 16:32:36 +02:00
"@fontsource/inter": "^4.5.15",
2023-04-07 22:32:14 +02:00
"@tailwindcss/typography": "^0.5.9",
"astro": "^2.2.0",
2023-04-07 16:32:36 +02:00
"astro-feather-icons": "^1.0.2",
2023-04-07 22:32:14 +02:00
"astro-forms": "^1.0.11",
2023-04-07 16:32:36 +02:00
"astro-icon": "^0.8.0",
"astro-navbar": "^1.1.5",
2023-04-07 22:32:14 +02:00
"astro-robots-txt": "^0.4.1",
"astro-seo": "^0.7.2",
"tailwindcss": "^3.3.1"
2023-04-07 16:32:36 +02:00
},
"devDependencies": {
2023-04-07 22:32:14 +02:00
"@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",
2024-05-17 15:05:21 +02:00
"eslint-plugin-astro": "^1.2.0",
2023-04-07 22:32:14 +02:00
"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"
2023-04-07 16:32:36 +02:00
}
}