potentia-website/package.json
SanjayramVempati 58865ea6be simple navbar
2023-03-03 18:28:27 -05:00

19 lines
363 B
JSON

{
"name": "website-final",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/tailwind": "^3.0.1",
"astro": "^2.0.17",
"astro-icon": "^0.8.0",
"tailwindcss": "^3.2.7"
}
}