forked from kubenav/kubenav
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
83 lines (83 loc) · 2.27 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"name": "kubenav",
"version": "3.4.0",
"description": "kubenav - The navigator for your Kubernetes clusters.",
"author": "Rico Berger",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kubenav/kubenav.git"
},
"bugs": {
"url": "https://github.com/kubenav/kubenav/issues"
},
"homepage": "https://kubenav.io",
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"lint": "eslint 'src/**/*.{js,ts,tsx}'",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"dependencies": {
"@capacitor/android": "^2.4.6",
"@capacitor/core": "^2.4.6",
"@capacitor/ios": "^2.4.6",
"@ionic-native/core": "^5.31.1",
"@ionic-native/fingerprint-aio": "^5.31.1",
"@ionic/react": "^5.5.2",
"@ionic/react-hooks": "0.0.8",
"@ionic/react-router": "^5.5.2",
"@kubernetes/client-node": "^0.12.2",
"@types/jest": "^26.0.20",
"@types/node": "^14.14.22",
"@types/react": "^16.14.2",
"@types/react-dom": "^16.9.10",
"@types/react-router": "^5.1.11",
"@types/react-router-dom": "^5.1.7",
"@types/sockjs-client": "^1.5.0",
"cordova-plugin-fingerprint-aio": "^4.0.2",
"fast-json-patch": "^3.0.0-1",
"ionicons": "^5.3.0",
"js-yaml": "^4.0.0",
"pako": "^2.0.3",
"react": "^16.14.0",
"react-ace": "^9.2.1",
"react-dom": "^16.14.0",
"react-query": "^2.26.4",
"react-router": "^5.2.0",
"react-router-dom": "^5.2.0",
"react-scripts": "^4.0.1",
"recharts": "^1.8.5",
"sockjs-client": "^1.5.0",
"typescript": "^4.1.3",
"xterm": "^4.9.0",
"xterm-addon-fit": "^0.4.0",
"xterm-addon-search": "^0.7.0"
},
"devDependencies": {
"@capacitor/cli": "^2.4.6",
"@typescript-eslint/eslint-plugin": "^4.14.0",
"@typescript-eslint/parser": "^4.14.0",
"eslint": "^7.18.0",
"eslint-config-prettier": "^7.2.0",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.2.1"
}
}