33 lines
791 B
JSON
33 lines
791 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",
|
|
"prepare": "husky"
|
|
},
|
|
"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",
|
|
"husky": "^9.0.11"
|
|
}
|
|
}
|