29 lines
685 B
JSON
29 lines
685 B
JSON
{
|
|
"name": "",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^4.2.6",
|
|
"@astrojs/node": "^9.2.1",
|
|
"@astrojs/preact": "^4.0.11",
|
|
"@preact/signals": "^2.0.4",
|
|
"@tailwindcss/typography": "^0.5.16",
|
|
"@tailwindcss/vite": "^4.1.7",
|
|
"astro": "^5.7.13",
|
|
"astro-icon": "^1.1.5",
|
|
"lucide-preact": "^0.511.0",
|
|
"preact": "^10.26.6",
|
|
"tailwindcss": "^4.1.7"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/mdi": "^1.2.3",
|
|
"@iconify-json/simple-icons": "^1.2.34",
|
|
"daisyui": "^5.0.35"
|
|
}
|
|
} |