-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
53 lines (53 loc) · 1.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "@appvia/lens-extension-fluxcd",
"version": "0.0.7",
"author": "Stanislaw Wozniak",
"description": "Lens extension for FluxCD",
"repository": {
"type": "git",
"url": "https://github.com/appvia/lens-extension-fluxcd.git",
"directory": "fluxcd"
},
"engines": {
"lens": "^6.0.0"
},
"main": "dist/main.js",
"renderer": "dist/renderer.js",
"scripts": {
"start": "webpack --watch",
"build": "npm run clean && webpack",
"clean": "rm -rf ./dist"
},
"dependencies": {
"mobx": "^6.6.1",
"mobx-react": "^7.5.2",
"react-open-doodles": "^1.0.5"
},
"devDependencies": {
"@k8slens/extensions": "^5.5.4",
"@types/chart.js": "^2.9.37",
"@types/node": "^12.0.0",
"@types/react": "^16.9.35",
"css-loader": "^6.7.1",
"sass": "^1.53.0",
"sass-loader": "^13.0.2",
"style-loader": "^3.3.1",
"ts-loader": "^8.4.0",
"typescript": "^4.7.4",
"webpack": "^5.73.0",
"webpack-cli": "^4.10.0"
},
"license": "MIT",
"homepage": "https://github.com/appvia/lens-extension-fluxcd",
"bugs": {
"url": "https://github.com/appvia/lens-extension-fluxcd/issues"
},
"keywords": [
"example",
"extension",
"k8slens",
"lens",
"mirantis",
"tutorial"
]
}