23 lines
502 B
JSON
23 lines
502 B
JSON
{
|
|
"name": "homepage",
|
|
"author": "Anton Vakhrushev",
|
|
"version": "2.0.0",
|
|
"type": "module",
|
|
"description": "Anton Vakhrushev homepage",
|
|
"scripts": {
|
|
"dev": "astro dev --host 0.0.0.0",
|
|
"build": "astro build",
|
|
"preview": "astro preview --host 0.0.0.0"
|
|
},
|
|
"dependencies": {
|
|
"astro": "^5",
|
|
"@astrojs/vue": "^5",
|
|
"@astrojs/sitemap": "^3",
|
|
"@astrojs/rss": "^4",
|
|
"@astrojs/mdx": "^4",
|
|
"vue": "^3",
|
|
"tailwindcss": "^4",
|
|
"@tailwindcss/vite": "^4"
|
|
}
|
|
}
|