website/package.json

44 lines
1.2 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": {
2024-03-07 11:21:37 +01:00
"@astrojs/preact": "^3.1.1",
2023-11-25 15:42:38 +01:00
"@astrojs/prefetch": "^0.4.1",
2024-03-07 11:21:37 +01:00
"@astrojs/sitemap": "^3.1.1",
"@astrojs/tailwind": "^5.1.0",
2023-10-04 20:38:25 +02:00
"@tailwindcss/typography": "^0.5.10",
2024-03-07 11:21:37 +01:00
"astro": "^4.4.13",
"astro-compress": "^2.2.11",
"astro-icon": "^1.1.0",
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",
2024-03-07 11:21:37 +01:00
"preact": "^10.19.6",
"sharp": "^0.33.2",
"tailwindcss": "^3.4.1"
2023-05-14 11:18:43 +02:00
},
"devDependencies": {
2024-03-07 11:21:37 +01:00
"@iconify-json/devicon": "^1.1.35",
"@iconify-json/file-icons": "^1.1.8",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/simple-icons": "^1.1.94",
"@iconify-json/skill-icons": "^1.1.8",
"@iconify-json/vscode-icons": "^1.1.33",
2023-11-25 15:42:38 +01:00
"@types/html-minifier": "^4.0.5",
2024-03-07 11:21:37 +01:00
"prettier": "3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.12"
2023-05-14 11:18:43 +02:00
}
2022-12-04 14:46:22 +01:00
}