Files
midnightdust-eu/package.json
2024-09-18 12:12:16 +02:00

42 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": "^2.3.1",
"@astrojs/partytown": "^2.1.2",
"@astrojs/tailwind": "^5.1.1",
"@iconify-json/ion": "^1.2.0",
"@iconify-json/mdi": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.3",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"accessible-astro-components": "^2.3.6",
"astro": "^4.15.7",
"astro-compress": "^2.3.1",
"astro-icon": "^1.1.1",
"eslint": "^8.57.1",
"eslint-plugin-astro": "^0.23.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"prettier": "^2.8.8",
"prettier-plugin-astro": "^0.8.1",
"prettier-plugin-tailwindcss": "^0.2.8",
"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"
}
}