Files
max-richter.dev/package.json
Max Richter 24a66940e9
All checks were successful
Deploy to SFTP Server / build (push) Successful in 9m22s
fix: images in remotes
2025-10-22 16:00:21 +02:00

43 lines
1.1 KiB
JSON

{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.5",
"@astrojs/mdx": "^4.3.7",
"@astrojs/svelte": "^7.2.0",
"@astrojs/tailwind": "^6.0.2",
"astro": "^5.14.8",
"astro-i18n-aut": "^0.7.3",
"exifreader": "^4.32.0",
"svelte": "^5.39.8",
"svelte-gestures": "^5.2.2",
"tailwindcss": "^4.1.14",
"thumbhash": "^0.1.1",
"typescript": "^5.9.3"
},
"devDependencies": {
"@astrojs/sitemap": "^3.6.0",
"@iconify-json/tabler": "^1.2.23",
"@types/markdown-it": "^14.1.2",
"@unocss/preset-icons": "^66.5.2",
"@unocss/reset": "^66.5.2",
"astro-font": "^1.1.0",
"markdown-it": "^14.1.0",
"ogl": "^1.0.11",
"prettier": "^3.6.2",
"prettier-plugin-astro": "^0.14.1",
"sharp": "^0.34.4",
"unocss": "^66.5.2",
"unplugin-icons": "^22.4.2",
"vite-plugin-glsl": "^1.5.4"
}
}