Website/package.json

22 lines
501 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",
2024-06-05 23:04:42 +02:00
"@codespacecz/web": "^0.0.1",
2024-04-24 16:07:10 +02:00
"@iconify-json/mdi": "^1.1.66",
"@iconify-json/tabler": "^1.1.110",
"astro": "^4.6.3",
"astro-i18n": "^2.2.4",
2024-06-05 23:04:42 +02:00
"astro-icon": "^1.1.0",
"typescript": "^5.4.5"
2024-04-24 16:07:10 +02:00
}
}