Files
profile/package.json
Renovate Bot 6a42d45b5b
Some checks failed
renovate/artifacts Artifact file update failure
Update dependency tailwindcss to v4
2026-02-22 14:30:16 +00:00

24 lines
519 B
JSON

{
"name": "",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro",
"check": "biome check --apply-unsafe ."
},
"devDependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/tailwind": "^6.0.2",
"@biomejs/biome": "1.7.3",
"@tailwindcss/typography": "^0.5.13",
"astro": "^5.17.2",
"tailwindcss": "^4.0.0",
"typescript": "^5.4.5"
},
"packageManager": "pnpm@9.12.2"
}