This commit is contained in:
2024-05-20 20:03:18 +03:00
parent 48ecf18982
commit d3d62f6490
19 changed files with 8187 additions and 0 deletions

19
package.json Normal file
View File

@@ -0,0 +1,19 @@
{
"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"
}
}