Files
max-richter.dev/package.json
Max Richter 31e425421c
All checks were successful
Deploy to SFTP Server / build (push) Successful in 28m3s
chore: some updates
2026-01-04 20:00:18 +01:00

41 lines
1023 B
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.6",
"@astrojs/mdx": "^4.3.13",
"@astrojs/svelte": "^7.2.4",
"astro": "^5.16.6",
"astro-i18n-aut": "^0.7.3",
"exifreader": "^4.33.1",
"svelte": "^5.46.1",
"svelte-gestures": "^5.2.2",
"thumbhash": "^0.1.1",
"typescript": "^5.9.3"
},
"devDependencies": {
"@astrojs/sitemap": "^3.6.0",
"@iconify-json/tabler": "^1.2.26",
"@types/markdown-it": "^14.1.2",
"@unocss/preset-icons": "^66.5.12",
"@unocss/reset": "^66.5.12",
"astro-font": "^1.1.0",
"markdown-it": "^14.1.0",
"ogl": "^1.0.11",
"prettier": "^3.7.4",
"prettier-plugin-astro": "^0.14.1",
"sharp": "^0.34.5",
"unocss": "^66.5.12",
"unplugin-icons": "^22.5.0",
"vite-plugin-glsl": "^1.5.5"
}
}