21 lines
519 B
JSON
21 lines
519 B
JSON
{
|
|
"name": "@example/basics",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"deploy": "npm run build && scp -prq dist/. ayo@ayco.io:~/ayco.io-astro/dist"
|
|
},
|
|
"dependencies": {
|
|
"@astro-reactive/form": "^0.8.1",
|
|
"@astro-reactive/validator": "^0.3.4",
|
|
"astro": "^2.5.5",
|
|
"astro-github-stats": "^0.5.0",
|
|
"astro-icon": "^0.8.0"
|
|
}
|
|
}
|