2024-12-15 01:06:18 +01:00
|
|
|
{
|
|
|
|
"name": "",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@astrojs/react": "^4.1.0",
|
|
|
|
"@astrojs/tailwind": "^5.1.3",
|
|
|
|
"@fontsource/poppins": "^5.1.0",
|
2024-12-15 01:27:21 +01:00
|
|
|
"@iconify-json/codicon": "^1.2.7",
|
2024-12-15 01:06:18 +01:00
|
|
|
"@iconify-json/solar": "^1.2.1",
|
|
|
|
"@iconify/react": "^5.1.0",
|
|
|
|
"@types/react": "^19.0.1",
|
|
|
|
"@types/react-dom": "^19.0.2",
|
|
|
|
"astro": "^5.0.5",
|
|
|
|
"astro-icon": "^1.1.4",
|
|
|
|
"react": "^19.0.0",
|
|
|
|
"react-dom": "^19.0.0",
|
|
|
|
"tailwindcss": "^3.4.16"
|
|
|
|
}
|
|
|
|
}
|