Files
website/package.json
Zvonimir Rudinski c27d980ee7 add deploy command
2024-07-07 04:20:25 +02:00

31 lines
743 B
JSON

{
"name": "website",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"deploy": "sh deploy.sh"
},
"dependencies": {
"@astrojs/check": "^0.5.9",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.5.5",
"astro-icon": "^1.1.0",
"astro-seo": "^0.8.3",
"date-fns": "^3.6.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2"
},
"devDependencies": {
"@iconify-json/devicon": "^1.1.36",
"@iconify-json/logos": "^1.1.42",
"@iconify-json/mdi": "^1.1.64",
"@iconify-json/skill-icons": "^1.1.8",
"@iconify-json/vscode-icons": "^1.1.33"
}
}