potentia-website/package.json
2023-03-05 09:18:52 -05:00

28 lines
638 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/react": "^2.0.2",
"@astrojs/tailwind": "^3.0.1",
"@astrojs/vue": "^2.0.1",
"@headlessui/react": "^1.7.13",
"@heroicons/react": "^2.0.16",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"astro": "^2.0.17",
"astro-icon": "^0.8.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwindcss": "^3.2.7",
"vue": "^3.2.47"
}
}