mirror of
https://github.com/PotentiaRobotics/potentia-website.git
synced 2025-04-03 20:10:15 -04:00
28 lines
638 B
JSON
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"
|
|
}
|
|
}
|