mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
* Exporting ResourceMetrics and PodCharts to extension API (#7326) Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Fix update button being visible when download for update fails (#7336) Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> * Update repository in statefulset template from k8s.gcr.io to registry.k8s (#7338) Signed-off-by: EnriqueTejeda <quique.tejeda.68@gmail.com> * Fix cluster view broken scrolling (#7349) Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> * Release 6.4.7 Signed-off-by: Sebastian Malton <sebastian@malton.name> * Fix release tool Signed-off-by: Sebastian Malton <sebastian@malton.name> --------- Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com> Signed-off-by: Janne Savolainen <janne.savolainen@live.fi> Signed-off-by: EnriqueTejeda <quique.tejeda.68@gmail.com> Signed-off-by: Sebastian Malton <sebastian@malton.name> Co-authored-by: Alex Andreev <alex.andreev.email@gmail.com> Co-authored-by: Janne Savolainen <janne.savolainen@live.fi> Co-authored-by: Enrique Tejeda <quique.tejeda.68@gmail.com>
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "@k8slens/extensions",
|
|
"productName": "OpenLens extensions",
|
|
"description": "OpenLens - Open Source Kubernetes IDE: extensions",
|
|
"version": "6.4.7",
|
|
"copyright": "© 2022 OpenLens Authors",
|
|
"license": "MIT",
|
|
"main": "dist/extension-api.js",
|
|
"types": "dist/extension-api.d.ts",
|
|
"files": [
|
|
"dist/**/*.ts",
|
|
"__mocks__/*.ts",
|
|
"dist/**/*.js"
|
|
],
|
|
"author": {
|
|
"name": "OpenLens Authors"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"scripts": {
|
|
"build": "yarn run webpack --config webpack/extensions.ts",
|
|
"build:docs": "yarn run typedoc",
|
|
"clean": "rimraf dist/",
|
|
"prepare:dev": "yarn run build"
|
|
},
|
|
"dependencies": {
|
|
"@k8slens/core": "^6.4.7"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^16.18.6",
|
|
"@types/webpack": "^5.28.0",
|
|
"@types/webpack-env": "^1.18.0",
|
|
"@types/webpack-node-externals": "2.5.3",
|
|
"css-loader": "^6.7.2",
|
|
"node-loader": "^2.0.0",
|
|
"rimraf": "^4.1.2",
|
|
"style-loader": "^3.3.1",
|
|
"ts-loader": "^9.4.2",
|
|
"ts-node": "^10.9.1",
|
|
"typed-emitter": "^2.1.0",
|
|
"typedoc": "0.23.25",
|
|
"typedoc-plugin-markdown": "^3.13.6",
|
|
"typescript": "^4.9.5",
|
|
"typescript-plugin-css-modules": "^4.1.1",
|
|
"webpack": "^5.75.0",
|
|
"webpack-cli": "^5.0.1"
|
|
}
|
|
}
|