Files
midnightdust-eu/package.json
2024-12-04 18:40:37 +01:00

43 lines
1.2 KiB
JSON

{
"name": "midnightdust-eu",
"description": "Website for Motschen's Projects. Based on Astro Accessible Starter by Mark Teekman.",
"version": "2.0.0",
"author": "Martin Prokoph",
"homepage": "https://www.midnightdust.eu/",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview"
},
"devDependencies": {
"@astrojs/mdx": "^4.0.1",
"@astrojs/partytown": "^2.1.2",
"@astrojs/tailwind": "^5.1.3",
"@iconify-json/ion": "^1.2.0",
"@iconify-json/mdi": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.3",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"accessible-astro-components": "^2.3.6",
"astro": "^5.0.2",
"astro-compress": "^2.3.1",
"astro-icon": "^1.1.1",
"eslint": "^9.10.0",
"eslint-plugin-astro": "^1.2.4",
"eslint-plugin-jsx-a11y": "^6.10.0",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-tailwindcss": "^0.6.6",
"sass": "^1.79.1",
"svgo": "^3.3.2",
"tailwindcss": "^3.4.12"
},
"dependencies": {
"@astrojs/alpinejs": "^0.4.0",
"@types/alpinejs": "^3.13.10",
"alpinejs": "^3.14.1",
"img-comparison-slider": "^8.0.6"
}
}