22 lines
560 B
JSON
22 lines
560 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/dist"
|
|
},
|
|
"dependencies": {
|
|
"@astro-reactive/form": "^0.10.0",
|
|
"@astro-reactive/validator": "^0.5.0",
|
|
"@astrojs/sitemap": "^3.1.2",
|
|
"astro": "^4.0.3",
|
|
"astro-github-stats": "^0.7.0",
|
|
"astro-iconify": "^1.2.0"
|
|
}
|
|
}
|