26 lines
877 B
JSON
26 lines
877 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",
|
|
"build:preview": "astro build && astro preview",
|
|
"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.2.1",
|
|
"@ayco/astro-sw": "^0.8.8",
|
|
"astro": "^5.0.5",
|
|
"astro-github-stats": "^0.7.1",
|
|
"astro-iconify": "^1.2.0"
|
|
},
|
|
"packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c"
|
|
}
|