Files
mariosant.dev/package.json
Surjith S M f6f484e67d hero section
2022-11-03 21:47:36 +05:30

24 lines
519 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": {
"@astrojs/alpinejs": "^0.1.2",
"@astrojs/image": "^0.11.0",
"@astrojs/tailwind": "^2.1.1",
"@fontsource/inter": "^4.5.14",
"@types/alpinejs": "^3.0.0",
"alpinejs": "^3.0.0",
"astro": "^1.6.0",
"tailwindcss": "^3.0.24"
}
}