website/package.json

42 lines
1 KiB
JSON
Raw Normal View History

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-08-18 16:33:30 +02:00
"@astrojs/image": "^0.17.3",
"@astrojs/preact": "^2.2.2",
"@astrojs/prefetch": "^0.3.0",
"@astrojs/sitemap": "^2.0.2",
"@astrojs/tailwind": "^4.0.0",
2023-05-14 11:18:43 +02:00
"@tailwindcss/typography": "^0.5.9",
2023-08-18 16:33:30 +02:00
"astro": "^2.10.9",
"astro-compress": "^2.0.12",
"astro-icon": "^0.8.1",
2023-05-14 11:18:43 +02:00
"astro-robots-txt": "^0.5.0",
"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-08-18 16:33:30 +02:00
"preact": "^10.17.0",
"tailwindcss": "^3.3.3"
2023-05-14 11:18:43 +02:00
},
"devDependencies": {
"@types/html-minifier": "^4.0.2",
2023-08-18 16:33:30 +02:00
"prettier": "3.0.2",
"prettier-plugin-astro": "^0.11.1",
"prettier-plugin-tailwindcss": "^0.5.3"
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
}