mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
* License menu item should come from an extension #1141 Signed-off-by: Roman <ixrock@gmail.com> * fix: expose `Util.openExternal` via extensions-api Signed-off-by: Roman <ixrock@gmail.com> * move LICENSE back to root Signed-off-by: Roman <ixrock@gmail.com>
22 lines
499 B
JSON
22 lines
499 B
JSON
{
|
|
"name": "lens-license",
|
|
"version": "0.1.0",
|
|
"description": "License menu item",
|
|
"main": "dist/main.js",
|
|
"scripts": {
|
|
"build": "webpack -p",
|
|
"dev": "webpack --watch"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"@types/webpack": "^4.41.17",
|
|
"@k8slens/extensions": "file:../../src/extensions/npm/extensions",
|
|
"mobx": "^5.15.5",
|
|
"react": "^16.13.1",
|
|
"ts-loader": "^8.0.4",
|
|
"ts-node": "^9.0.0",
|
|
"typescript": "^4.0.3",
|
|
"webpack": "^4.44.2"
|
|
}
|
|
}
|