mirror of
https://github.com/harvester/harvester-ui-extension.git
synced 2025-12-11 12:11:45 +00:00
57 lines
1.7 KiB
JSON
57 lines
1.7 KiB
JSON
{
|
|
"name": "harvester-ui-extension",
|
|
"version": "1.7.0-rc6",
|
|
"private": false,
|
|
"engines": {
|
|
"node": ">=20.0.0"
|
|
},
|
|
"dependencies": {
|
|
"@babel/plugin-transform-class-static-block": "7.28.3",
|
|
"@rancher/shell": "3.0.8-rc.8",
|
|
"cache-loader": "^4.1.0",
|
|
"color": "4.2.3",
|
|
"ip": "2.0.1",
|
|
"node-polyfill-webpack-plugin": "^3.0.0",
|
|
"vue-draggable-next": "^2.2.1",
|
|
"yaml": "^2.5.1"
|
|
},
|
|
"resolutions": {
|
|
"@types/node": "~20.19.0",
|
|
"cronstrue": "2.59.0",
|
|
"d3-color": "3.1.0",
|
|
"ejs": "3.1.10",
|
|
"follow-redirects": "1.15.11",
|
|
"glob": "7.2.3",
|
|
"glob-parent": "6.0.2",
|
|
"json5": "2.2.3",
|
|
"@types/lodash": "4.17.21",
|
|
"merge": "2.1.1",
|
|
"node-forge": "1.3.3",
|
|
"nth-check": "2.1.1",
|
|
"qs": "6.14.0",
|
|
"roarr": "7.21.2",
|
|
"semver": "7.7.3",
|
|
"@vue/cli-service/html-webpack-plugin": "^5.0.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "NODE_ENV=dev ./node_modules/.bin/vue-cli-service serve",
|
|
"build": "./node_modules/.bin/vue-cli-service build",
|
|
"clean": "./node_modules/@rancher/shell/scripts/clean",
|
|
"lint": "./node_modules/.bin/eslint --max-warnings 0 --ext .js,.ts,.vue .",
|
|
"build-pkg": "./node_modules/@rancher/shell/scripts/build-pkg.sh",
|
|
"serve-pkgs": "./node_modules/@rancher/shell/scripts/serve-pkgs",
|
|
"publish-pkgs": "./node_modules/@rancher/shell/scripts/extension/publish",
|
|
"parse-tag-name": "./node_modules/@rancher/shell/scripts/extension/parse-tag-name",
|
|
"commitlint": "commitlint --edit",
|
|
"prepare": "husky"
|
|
},
|
|
"devDependencies": {
|
|
"@commitlint/load": "^19.8.1",
|
|
"@commitlint/cli": "^19.8.1",
|
|
"@commitlint/config-conventional": "^19.8.1",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^7.1.0",
|
|
"husky": "^9.1.7"
|
|
}
|
|
}
|