ayco.io-astro/package.json

24 lines
654 B
JSON

{
"name": "@ayco/personal-website",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro",
"deploy": "astro build && scp -r dist ayo@ayco.io:~/ayco.io-flask/",
"copy:dist": "astro build && cp -R dist ../ayco.io-flask/"
},
"devDependencies": {
"@astro-reactive/form": "^0.10.0",
"@astro-reactive/validator": "^0.5.0",
"@astrojs/sitemap": "^3.1.6",
"@ayco/astro-sw": "^0.3.0",
"astro": "^4.14.1",
"astro-github-stats": "^0.7.0",
"astro-iconify": "^1.2.0"
}
}