All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m15s
37 lines
900 B
JSON
37 lines
900 B
JSON
{
|
|
"name": "atridotdad",
|
|
"type": "module",
|
|
"version": "3.1.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"nix": "nix develop"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^4.3.13",
|
|
"@astrojs/node": "^9.5.1",
|
|
"@astrojs/preact": "^4.1.3",
|
|
"@astrojs/rss": "^4.0.14",
|
|
"@iarna/toml": "^2.2.5",
|
|
"@preact/signals": "^2.5.1",
|
|
"@react-pdf/renderer": "^4.3.1",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"astro": "^5.16.6",
|
|
"astro-icon": "^1.1.5",
|
|
"lucide-preact": "^0.561.0",
|
|
"preact": "^10.28.0",
|
|
"react": "^19.2.3",
|
|
"sharp": "^0.34.5",
|
|
"tailwindcss": "^4.1.18"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/mdi": "^1.2.3",
|
|
"@iconify-json/simple-icons": "^1.2.63",
|
|
"@types/react": "^19.2.7",
|
|
"daisyui": "^5.5.14"
|
|
}
|
|
}
|