All checks were successful
Docker Deploy / build-and-push (push) Successful in 8m23s
43 lines
968 B
JSON
43 lines
968 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.12",
|
|
"@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",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@tailwindcss/vite": "^4.1.17",
|
|
"astro": "^5.16.0",
|
|
"astro-icon": "^1.1.5",
|
|
"lucide-preact": "^0.554.0",
|
|
"playwright": "^1.56.1",
|
|
"preact": "^10.27.2",
|
|
"sharp": "^0.34.5",
|
|
"tailwindcss": "^4.1.17"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/mdi": "^1.2.3",
|
|
"@iconify-json/simple-icons": "^1.2.59",
|
|
"daisyui": "^5.5.5"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@tailwindcss/oxide",
|
|
"esbuild",
|
|
"puppeteer",
|
|
"sharp"
|
|
]
|
|
}
|
|
}
|