forked from oslabs-beta/Khartes
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (60 loc) · 1.7 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
{
"name": "khartes",
"version": "1.0.0",
"description": "Monitoring Kubernetes clusters and automating cluster management workflows",
"main": "index.js",
"scripts": {
"start": "concurrently \"webpack-dev-server --mode development --hot --open --color\"",
"dev": "webpack-dev-server --mode development --hot --color",
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oslabs-beta/Khartes.git"
},
"keywords": [],
"author": "Joe, JP, Tony, Kristen, Mark",
"license": "ISC",
"bugs": {
"url": "https://github.com/oslabs-beta/Khartes/issues"
},
"homepage": "https://github.com/oslabs-beta/Khartes#readme",
"dependencies": {
"@kubernetes/client-node": "^0.17.1",
"babel-loader": "^8.2.5",
"css-loader": "^6.7.1",
"express": "^4.18.2",
"node-fetch": "^3.2.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.4.2",
"sass": "^1.55.0",
"sass-loader": "^13.1.0",
"typescript": "^4.8.4"
},
"devDependencies": {
"@babel/core": "^7.19.3",
"@babel/preset-env": "^7.19.4",
"@babel/preset-react": "^7.18.6",
"clean-webpack-plugin": "^4.0.0",
"concurrently": "^7.4.0",
"cross-env": "^7.0.3",
"electron": "^21.1.1",
"electron-builder": "^23.6.0",
"electron-devtools-installer": "^3.2.0",
"electronmon": "^2.0.2",
"eslint": "^8.25.0",
"eslint-plugin-react": "^7.31.10",
"html-webpack-plugin": "^5.5.0",
"nodemon": "^2.0.20",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.1",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0",
"webpack-dev-server": "^4.11.1"
},
"electronmon": {
"patterns": [
]
}
}