2024-12-19 18:26:17 -06:00
|
|
|
{
|
|
|
|
"name": "",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-12-19 20:34:51 -06:00
|
|
|
"@astrojs/react": "^4.1.1",
|
|
|
|
"@astrojs/tailwind": "^5.1.3",
|
|
|
|
"@radix-ui/react-avatar": "^1.1.2",
|
|
|
|
"@radix-ui/react-collapsible": "^1.1.2",
|
|
|
|
"@radix-ui/react-dialog": "^1.1.4",
|
|
|
|
"@radix-ui/react-dropdown-menu": "^2.1.4",
|
|
|
|
"@radix-ui/react-separator": "^1.1.1",
|
|
|
|
"@radix-ui/react-slot": "^1.1.1",
|
|
|
|
"@radix-ui/react-tooltip": "^1.1.6",
|
|
|
|
"@types/react": "^19.0.2",
|
|
|
|
"@types/react-dom": "^19.0.2",
|
|
|
|
"astro": "^5.1.0",
|
|
|
|
"astro-icon": "^1.1.4",
|
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
"lucide-react": "^0.468.0",
|
|
|
|
"react": "^19.0.0",
|
|
|
|
"react-dom": "^19.0.0",
|
|
|
|
"simple-icons-astro": "^13.21.0",
|
|
|
|
"tailwind-merge": "^2.5.5",
|
|
|
|
"tailwindcss": "^3.4.17",
|
|
|
|
"tailwindcss-animate": "^1.0.7"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@iconify-icon/react": "^2.2.0"
|
2024-12-19 18:26:17 -06:00
|
|
|
}
|
|
|
|
}
|