mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2026-05-14 15:01:44 +00:00
* chore: bump @rancher/shell to 3.0.12-rc.1 Signed-off-by: Andy Lee <andy.lee@suse.com> * ci: update node version to 24 Signed-off-by: Andy Lee <andy.lee@suse.com> * ci: update build catalog yaml Signed-off-by: Andy Lee <andy.lee@suse.com> * fix: nav items order Signed-off-by: Andy Lee <andy.lee@suse.com> * refactor: remove unneeded weightType Signed-off-by: Andy Lee <andy.lee@suse.com> --------- Signed-off-by: Andy Lee <andy.lee@suse.com>
33 lines
880 B
JSON
33 lines
880 B
JSON
{
|
|
"name": "harvester",
|
|
"description": "Rancher UI Extension for Harvester",
|
|
"version": "1.9.0-dev",
|
|
"private": false,
|
|
"rancher": {
|
|
"annotations": {
|
|
"catalog.cattle.io/display-name": "Harvester",
|
|
"catalog.cattle.io/kube-version": ">= 1.16.0-0",
|
|
"catalog.cattle.io/rancher-version": ">= 2.14.0-0",
|
|
"catalog.cattle.io/ui-extensions-version": ">= 3.0.0 < 4.0.0"
|
|
}
|
|
},
|
|
"icon": "https://raw.githubusercontent.com/harvester/harvester-ui-extension/main/pkg/harvester/icon.svg",
|
|
"scripts": {
|
|
"dev": "./node_modules/.bin/nuxt dev",
|
|
"nuxt": "./node_modules/.bin/nuxt"
|
|
},
|
|
"engines": {
|
|
"node": ">=24.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "~5.0.9",
|
|
"@vue/cli-service": "~5.0.9",
|
|
"@vue/cli-plugin-typescript": "~5.0.9"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|