33 lines
851 B
JSON
33 lines
851 B
JSON
{
|
|
"name": "elemental",
|
|
"description": "OS Management extension",
|
|
"version": "3.0.2-rc.1",
|
|
"private": false,
|
|
"rancher": {
|
|
"annotations": {
|
|
"catalog.cattle.io/kube-version": ">= 1.16.0-0",
|
|
"catalog.cattle.io/rancher-version": ">= 2.10.0-0",
|
|
"catalog.cattle.io/ui-extensions-version": ">= 3.0.0 < 4.0.0",
|
|
"catalog.cattle.io/ui-version": ">= 2.7.2"
|
|
}
|
|
},
|
|
"icon": "https://raw.githubusercontent.com/rancher/elemental-ui/main/pkg/elemental/icon-v2.svg",
|
|
"scripts": {
|
|
"dev": "./node_modules/.bin/nuxt dev",
|
|
"nuxt": "./node_modules/.bin/nuxt"
|
|
},
|
|
"engines": {
|
|
"node": ">=12"
|
|
},
|
|
"devDependencies": {
|
|
"@vue/cli-plugin-babel": "5.0.8",
|
|
"@vue/cli-service": "5.0.8",
|
|
"@vue/cli-plugin-typescript": "5.0.8"
|
|
},
|
|
"browserslist": [
|
|
"> 1%",
|
|
"last 2 versions",
|
|
"not dead"
|
|
]
|
|
}
|