Website/package.json

21 lines
461 B
JSON
Raw Normal View History

2024-04-24 16:07:10 +02:00
{
"name": "web",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.5.10",
"@iconify-json/mdi": "^1.1.66",
"@iconify-json/tabler": "^1.1.110",
"astro": "^4.6.3",
"astro-icon": "^1.1.0",
2024-05-30 22:17:05 +02:00
"astro-i18n": "^2.2.4",
"typescript": "^5.4.5"
2024-04-24 16:07:10 +02:00
}
}