ayco.io-astro/package.json
2023-03-30 16:31:31 +02: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": "^2.1.6",
"astro-github-stats": "^0.5.0",
"astro-icon": "^0.8.0"
}
}