Website/package.json

32 Zeilen
761 B
JSON

2023-09-20 20:52:40 +02:00
{
2023-09-24 16:33:14 +02:00
"name": "steamwar-website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"i18n:install": "astro-i18n install",
"i18n:sync": "astro-i18n sync",
"i18n:extract:keys": "astro-i18n extract:keys"
},
"devDependencies": {
"@astrojs/prefetch": "^0.4.0",
"@astrojs/svelte": "^4.0.2",
"@astrojs/tailwind": "^5.0.0",
"@astropub/icons": "^0.2.0",
"@types/node": "^20.6.3",
"astro-i18n": "^1.8.1",
"cssnano": "^6.0.1",
"postcss-nesting": "^12.0.1",
"svelte": "^4.0.0",
"tailwindcss": "^3.0.24"
},
"dependencies": {
"astro": "^3.1.1",
"sharp": "^0.32.6"
}
2023-09-20 20:52:40 +02:00
}