2022-12-04 14:46:22 +01:00
|
|
|
{
|
2023-06-03 20:27:33 +02:00
|
|
|
"name": "website",
|
2023-05-14 11:18:43 +02:00
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-11-25 15:42:38 +01:00
|
|
|
"@astrojs/preact": "^3.0.1",
|
|
|
|
"@astrojs/prefetch": "^0.4.1",
|
|
|
|
"@astrojs/sitemap": "^3.0.3",
|
|
|
|
"@astrojs/tailwind": "^5.0.2",
|
2023-10-04 20:38:25 +02:00
|
|
|
"@tailwindcss/typography": "^0.5.10",
|
2023-11-25 15:42:38 +01:00
|
|
|
"astro": "^3.6.0",
|
|
|
|
"astro-compress": "^2.2.3",
|
2023-08-18 16:33:30 +02:00
|
|
|
"astro-icon": "^0.8.1",
|
2023-10-04 20:38:25 +02:00
|
|
|
"astro-robots-txt": "^1.0.0",
|
2023-05-14 11:18:43 +02:00
|
|
|
"astro-tooltips": "^0.6.2",
|
2023-08-18 16:33:30 +02:00
|
|
|
"fireworks-js": "^2.10.7",
|
2023-05-14 11:18:43 +02:00
|
|
|
"html-minifier": "^4.0.0",
|
2023-11-25 15:42:38 +01:00
|
|
|
"preact": "^10.19.2",
|
2023-10-06 16:01:38 +02:00
|
|
|
"sharp": "^0.32.6",
|
2023-11-25 15:42:38 +01:00
|
|
|
"tailwindcss": "^3.3.5"
|
2023-05-14 11:18:43 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-11-25 15:42:38 +01:00
|
|
|
"@types/html-minifier": "^4.0.5",
|
|
|
|
"prettier": "3.1.0",
|
|
|
|
"prettier-plugin-astro": "^0.12.2",
|
|
|
|
"prettier-plugin-tailwindcss": "^0.5.7"
|
2023-05-14 11:18:43 +02:00
|
|
|
},
|
|
|
|
"pnpm": {
|
|
|
|
"patchedDependencies": {
|
2023-08-18 16:33:30 +02:00
|
|
|
"astro-icon@0.8.1": "patches/astro-icon@0.8.1.patch"
|
2023-01-04 12:15:08 +01:00
|
|
|
}
|
2023-05-14 11:18:43 +02:00
|
|
|
}
|
2022-12-04 14:46:22 +01:00
|
|
|
}
|