Files
profile/package.json
Renovate Bot 4fe6473547
Some checks failed
renovate/artifacts Artifact file update failure
Update pnpm to v10
2026-02-22 14:30:18 +00:00

24 lines
520 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": "^3.4.3",
"typescript": "^5.4.5"
},
"packageManager": "pnpm@10.30.1"
}