Website/package.json

21 lines
No EOL
467 B
JSON

{
"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",
"astro-i18n": "^2.2.4",
"typescript": "^5.4.5"
}
}