mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Co-authored-by: Juho Heikka <juho.heikka@gmail.com> Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
JSON
{
|
|
"name": "@k8slens/metrics",
|
|
"private": false,
|
|
"version": "6.5.0-alpha.1",
|
|
"description": "Code that is common to all Features and those registering them.",
|
|
"type": "commonjs",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org/"
|
|
},
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lensapp/lens.git"
|
|
},
|
|
"main": "dist/index.js",
|
|
"types": "dist/index.d.ts",
|
|
"author": {
|
|
"name": "OpenLens Authors",
|
|
"email": "info@k8slens.dev"
|
|
},
|
|
"license": "MIT",
|
|
"homepage": "https://github.com/lensapp/lens",
|
|
"scripts": {
|
|
"build": "webpack",
|
|
"clean": "rimraf dist/",
|
|
"dev": "webpack --mode=development --watch",
|
|
"test": "jest --coverage --runInBand",
|
|
"lint": "lens-lint",
|
|
"lint:fix": "lens-lint --fix"
|
|
},
|
|
"peerDependencies": {
|
|
"@k8slens/feature-core": "^6.5.0-alpha.0",
|
|
"@k8slens/utilities": "^1.0.0-alpha.1",
|
|
"@ogre-tools/injectable": "^15.1.2",
|
|
"@ogre-tools/injectable-react": "^15.1.2",
|
|
"auto-bind": "^4.0.0",
|
|
"chart.js": "^2.9.4",
|
|
"js-yaml": "^4.1.0",
|
|
"mobx": "^6.8.0",
|
|
"mobx-react": "^7.6.0",
|
|
"moment": "^2.29.4",
|
|
"monaco-editor": "^0.29.1",
|
|
"monaco-editor-webpack-plugin": "^5.0.0",
|
|
"react": "^17.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@testing-library/react": "^12.1.5",
|
|
"@testing-library/user-event": "^13.5.0",
|
|
"@k8slens/eslint-config": "6.5.0-alpha.1"
|
|
}
|
|
}
|