mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-13 21:21:44 +00:00
32 lines
879 B
JSON
32 lines
879 B
JSON
{
|
|
"name": "harvester",
|
|
"description": "Rancher UI Extension for Harvester",
|
|
"version": "1.5.1-rc3",
|
|
"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.11.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": ">=20.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "~5.0.0",
|
|
"@vue/cli-service": "~5.0.0",
|
|
"@vue/cli-plugin-typescript": "~5.0.0"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
} |