All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m58s
43 lines
968 B
JSON
43 lines
968 B
JSON
{
|
|
"name": "atridotdad",
|
|
"type": "module",
|
|
"version": "3.0.0",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"nix": "nix develop"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/mdx": "^4.3.6",
|
|
"@astrojs/node": "^9.4.4",
|
|
"@astrojs/preact": "^4.1.1",
|
|
"@astrojs/rss": "^4.0.12",
|
|
"@iarna/toml": "^2.2.5",
|
|
"@preact/signals": "^2.3.1",
|
|
"@tailwindcss/typography": "^0.5.19",
|
|
"@tailwindcss/vite": "^4.1.13",
|
|
"astro": "^5.14.1",
|
|
"astro-icon": "^1.1.5",
|
|
"lucide-preact": "^0.544.0",
|
|
"playwright": "^1.55.1",
|
|
"preact": "^10.27.2",
|
|
"sharp": "^0.34.4",
|
|
"tailwindcss": "^4.1.13"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/mdi": "^1.2.3",
|
|
"@iconify-json/simple-icons": "^1.2.53",
|
|
"daisyui": "^5.1.26"
|
|
},
|
|
"pnpm": {
|
|
"onlyBuiltDependencies": [
|
|
"@tailwindcss/oxide",
|
|
"esbuild",
|
|
"puppeteer",
|
|
"sharp"
|
|
]
|
|
}
|
|
}
|