263299ca52
Replace the npm-based pnpm bootstrap in the Docker assets stage with Corepack (ships with Node, no npm needed) and pin the pnpm version via package.json's packageManager field for reproducible builds.
16 lines
355 B
JSON
16 lines
355 B
JSON
{
|
|
"packageManager": "pnpm@10.33.0",
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
"@tailwindcss/typography": "^0.5.13",
|
|
"concurrently": "^8.2.2",
|
|
"npm-check-updates": "^16.14.20",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "^5.6.0"
|
|
},
|
|
"dependencies": {
|
|
"@tailwindcss/cli": "^4.1.18",
|
|
"flowbite": "^4.0.1"
|
|
}
|
|
}
|