Files
vikileo-shop-SITE/package.json
2024-05-20 20:03:18 +03:00

20 lines
429 B
JSON

{
"name": "michael-andreuzza-quickstore",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.6.0",
"@astrojs/sitemap": "^3.1.4",
"@astrojs/tailwind": "^5.1.0",
"astro": "^4.8.2",
"typescript": "^5.4.5"
}
}