2024-03-26 16:36:18 +01:00
|
|
|
{
|
|
|
|
"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": {
|
2024-04-06 22:38:56 +02:00
|
|
|
"@astrojs/check": "^0.5.10",
|
|
|
|
"@astrojs/mdx": "^2.2.4",
|
|
|
|
"@astrojs/svelte": "^5.3.0",
|
2024-03-26 16:36:18 +01:00
|
|
|
"@astrojs/tailwind": "^5.1.0",
|
2024-04-06 22:38:56 +02:00
|
|
|
"astro": "^4.5.16",
|
2024-03-26 16:36:18 +01:00
|
|
|
"astro-i18n-aut": "^0.7.0",
|
|
|
|
"svelte": "^4.2.12",
|
2024-04-03 14:27:48 +02:00
|
|
|
"svelte-gestures": "^4.0.0",
|
2024-04-06 22:38:56 +02:00
|
|
|
"tailwindcss": "^3.4.3",
|
2024-04-06 20:32:32 +02:00
|
|
|
"thumbhash": "^0.1.1",
|
2024-04-06 22:38:56 +02:00
|
|
|
"typescript": "^5.4.4"
|
2024-03-26 16:36:18 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-04-06 22:38:56 +02:00
|
|
|
"@astrojs/sitemap": "^3.1.2",
|
2024-03-28 18:30:52 +01:00
|
|
|
"@iconify-json/tabler": "^1.1.109",
|
2024-04-06 22:38:56 +02:00
|
|
|
"@types/markdown-it": "^14.0.0",
|
|
|
|
"@unocss/preset-icons": "^0.59.0",
|
|
|
|
"@unocss/reset": "^0.59.0",
|
|
|
|
"astro-font": "^0.0.80",
|
2024-03-28 18:30:52 +01:00
|
|
|
"markdown-it": "^14.1.0",
|
2024-03-27 01:51:42 +01:00
|
|
|
"ogl": "^1.0.6",
|
2024-03-26 16:36:18 +01:00
|
|
|
"prettier": "^3.2.5",
|
2024-03-27 01:51:42 +01:00
|
|
|
"prettier-plugin-astro": "^0.13.0",
|
2024-03-28 18:30:52 +01:00
|
|
|
"sharp": "^0.33.3",
|
2024-04-06 22:38:56 +02:00
|
|
|
"unocss": "^0.59.0",
|
2024-04-06 15:20:42 +02:00
|
|
|
"unplugin-icons": "^0.18.5",
|
2024-03-27 01:51:42 +01:00
|
|
|
"vite-plugin-glsl": "^1.3.0"
|
2024-03-26 16:36:18 +01:00
|
|
|
}
|
2024-04-06 20:32:32 +02:00
|
|
|
}
|