mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
feat(ui): yarn -> pnpm (#26309)
This commit is contained in:
25
package.json
Normal file
25
package.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"name": "nomad-ui",
|
||||
"private": true,
|
||||
"scripts": {},
|
||||
"packageManager": "pnpm@10.15.0+sha512.486ebc259d3e999a4e8691ce03b5cac4a71cbeca39372a9b762cb500cfdf0873e2cb16abe3d951b1ee2cf012503f027b98b6584e4df22524e0c7450d9ec7aa7b",
|
||||
"engines": {
|
||||
"node": ">= 22.17.1",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user