website/package.json

43 lines
1.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": {
"@astrojs/preact": "^3.3.0",
"@astrojs/sitemap": "^3.1.4",
2024-03-07 11:21:37 +01:00
"@astrojs/tailwind": "^5.1.0",
"@playform/compress": "^0.0.4",
"@tailwindcss/typography": "^0.5.13",
"astro": "^4.8.1",
2024-03-07 11:21:37 +01:00
"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",
"preact": "^10.21.0",
"sharp": "^0.33.3",
"tailwindcss": "^3.4.3"
2023-05-14 11:18:43 +02:00
},
"devDependencies": {
"@iconify-json/devicon": "^1.1.41",
2024-03-07 11:21:37 +01:00
"@iconify-json/file-icons": "^1.1.8",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/mdi": "^1.1.66",
"@iconify-json/simple-icons": "^1.1.101",
2024-03-07 11:21:37 +01:00
"@iconify-json/skill-icons": "^1.1.8",
"@iconify-json/vscode-icons": "^1.1.34",
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.14"
2023-05-14 11:18:43 +02:00
}
2022-12-04 14:46:22 +01:00
}