ayco.io-astro/package.json

18 lines
364 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"
},
"dependencies": {
"astro": "^1.2.6",
"astro-github-stats": "^0.1.4",
"astro-reactive-form": "^0.0.7"
}
}