Files
nomad/package.json
tehut 87be37e8cc nmd 940/pnpm related build failures (#26659)
* replace yarn with pnpm in build scripts
* pin node version to v20
* pin pnpm version to pnpm@10.15.0
2025-08-29 09:34:58 -07:00

26 lines
741 B
JSON

{
"name": "nomad-ui",
"private": true,
"scripts": {},
"packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b",
"engines": {
"node": "20.19.4",
"pnpm": ">= 10"
},
"pnpm": {
"overrides": {
"cross-spawn": "7.0.5",
"ember-auto-import": "^2.7.3",
"prop-types": "^15.8.1",
"clean-css@<4.1.11": ">=4.1.11",
"markdown-it@<12.3.2": ">=12.3.2",
"json5@<1.0.2": ">=1.0.2",
"braces@<3.0.3": ">=3.0.3",
"micromatch@<4.0.8": ">=4.0.8",
"ansi-html@<0.0.8": ">=0.0.8",
"@babel/runtime@<7.26.10": ">=7.26.10",
"on-headers@<1.1.0": ">=1.1.0"
}
}
}