website/package.json

41 lines
992 B
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-09-04 12:22:27 +02:00
"@astrojs/preact": "^3.0.0",
"@astrojs/prefetch": "^0.4.0",
"@astrojs/sitemap": "^3.0.0",
"@astrojs/tailwind": "^5.0.0",
2023-10-04 20:38:25 +02:00
"@tailwindcss/typography": "^0.5.10",
"astro": "^3.2.2",
2023-09-04 12:22:27 +02:00
"astro-compress": "^2.0.15",
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-10-04 20:38:25 +02:00
"preact": "^10.18.1",
2023-08-18 16:33:30 +02:00
"tailwindcss": "^3.3.3"
2023-05-14 11:18:43 +02:00
},
"devDependencies": {
2023-10-04 20:38:25 +02:00
"@types/html-minifier": "^4.0.3",
2023-09-04 12:22:27 +02:00
"prettier": "3.0.3",
"prettier-plugin-astro": "^0.12.0",
2023-10-04 20:38:25 +02:00
"prettier-plugin-tailwindcss": "^0.5.5"
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
}