Files
homepage/package.json

24 lines
539 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",
"@anwinged/predictor": "^0.2.1"
}
}