{ "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.3", "@astrojs/partytown": "^2.1.2", "@astrojs/tailwind": "^5.1.4", "@iconify-json/ion": "^1.2.0", "@iconify-json/line-md": "^1.2.4", "@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.1.1", "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.1", "@types/alpinejs": "^3.13.10", "@types/rellax": "^1.7.7", "alpinejs": "^3.14.1", "rellax": "^1.12.1", "vanilla-tilt": "^1.8.1" } }