Using nix for cross platform dev
All checks were successful
Docker Deploy / build-and-push (push) Successful in 6m34s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 6m34s
This commit is contained in:
12
package.json
12
package.json
@ -6,7 +6,8 @@
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview",
|
||||
"astro": "astro"
|
||||
"astro": "astro",
|
||||
"shell": "nix-shell"
|
||||
},
|
||||
"dependencies": {
|
||||
"@astrojs/mdx": "^4.3.0",
|
||||
@ -14,21 +15,20 @@
|
||||
"@astrojs/preact": "^4.1.0",
|
||||
"@astrojs/rss": "^4.0.12",
|
||||
"@iarna/toml": "^2.2.5",
|
||||
"@preact/signals": "^2.2.0",
|
||||
"@preact/signals": "^2.2.1",
|
||||
"@tailwindcss/typography": "^0.5.16",
|
||||
"@tailwindcss/vite": "^4.1.11",
|
||||
"@types/puppeteer": "^7.0.4",
|
||||
"astro": "^5.10.1",
|
||||
"astro-icon": "^1.1.5",
|
||||
"lucide-preact": "^0.525.0",
|
||||
"preact": "^10.26.9",
|
||||
"puppeteer": "^24.11.0",
|
||||
"puppeteer": "^24.11.1",
|
||||
"sharp": "^0.34.2",
|
||||
"tailwindcss": "^4.1.11"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/mdi": "^1.2.3",
|
||||
"@iconify-json/simple-icons": "^1.2.40",
|
||||
"@iconify-json/simple-icons": "^1.2.41",
|
||||
"daisyui": "^5.0.43"
|
||||
},
|
||||
"pnpm": {
|
||||
@ -38,4 +38,4 @@
|
||||
"puppeteer"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user