ayco.io-astro/package.json
2023-03-22 12:16:45 +01:00

19 lines
393 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-reactive/form": "^0.6.7",
"astro": "^1.2.6",
"astro-github-stats": "^0.5.0",
"astro-icon": "^0.8.0"
}
}