website/package.json

42 lines
1,023 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": {
"@astrojs/image": "^0.16.9",
2023-06-04 18:46:31 +02:00
"@astrojs/preact": "^2.2.1",
"@astrojs/prefetch": "^0.2.3",
"@astrojs/sitemap": "^1.3.3",
"@astrojs/tailwind": "^3.1.3",
2023-05-14 11:18:43 +02:00
"@tailwindcss/typography": "^0.5.9",
"astro": "^2.5.7",
"astro-compress": "^1.1.46",
2023-05-14 11:18:43 +02:00
"astro-icon": "^0.8.0",
"astro-robots-txt": "^0.5.0",
"astro-tooltips": "^0.6.2",
"fireworks-js": "^2.10.5",
2023-05-14 11:18:43 +02:00
"html-minifier": "^4.0.0",
2023-06-04 18:46:31 +02:00
"preact": "^10.15.1",
2023-05-14 11:18:43 +02:00
"tailwindcss": "^3.3.2"
},
"devDependencies": {
"@types/html-minifier": "^4.0.2",
"prettier": "2.8.8",
"prettier-plugin-astro": "^0.8.1",
"prettier-plugin-tailwindcss": "^0.2.8"
},
"pnpm": {
"patchedDependencies": {
"astro-icon@0.8.0": "patches/astro-icon@0.8.0.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
}