[Feature] Helm Integration (#2)
Co-authored-by: dunemask <dunemask@gmail.com> Reviewed-on: https://gitea.dunemask.net/elysium/minecluster/pulls/2
This commit is contained in:
parent
5779777d89
commit
53190fddf5
19 changed files with 1266 additions and 748 deletions
35
package.json
35
package.json
|
@ -9,7 +9,8 @@
|
|||
"dev:server": "nodemon dist/app.js",
|
||||
"dev:react": "vite",
|
||||
"kub": "nodemon lib/k8s.js",
|
||||
"start:dev": "concurrently -k \"MCL_DEV_PORT=52025 npm run dev:server\" \" MCL_VITE_DEV_PORT=52000 MCL_VITE_BACKEND_URL=http://localhost:52025 npm run dev:react\" -n s,v -p -c green,yellow"
|
||||
"start:dev": "concurrently -k \"MCL_DEV_PORT=52025 npm run dev:server\" \" MCL_VITE_DEV_PORT=52000 MCL_VITE_BACKEND_URL=http://localhost:52025 npm run dev:react\" -n s,v -p -c green,yellow",
|
||||
"start:dev:garden": "concurrently -k \"npm run dev:server\" \"npm run dev:react\" -n s,v -p -c green,yellow"
|
||||
},
|
||||
"keywords": [
|
||||
"Minecraft",
|
||||
|
@ -21,30 +22,30 @@
|
|||
"author": "Dunemask",
|
||||
"license": "LGPL-2.1",
|
||||
"devDependencies": {
|
||||
"@emotion/react": "^11.10.6",
|
||||
"@emotion/styled": "^11.10.6",
|
||||
"@mui/icons-material": "^5.11.11",
|
||||
"@mui/material": "^5.11.11",
|
||||
"@tanstack/react-query": "^4.26.0",
|
||||
"@vitejs/plugin-react": "^3.1.0",
|
||||
"concurrently": "^7.6.0",
|
||||
"nodemon": "^2.0.21",
|
||||
"prettier": "^2.8.4",
|
||||
"@emotion/react": "^11.11.1",
|
||||
"@emotion/styled": "^11.11.0",
|
||||
"@mui/icons-material": "^5.14.3",
|
||||
"@mui/material": "^5.14.5",
|
||||
"@tanstack/react-query": "^4.33.0",
|
||||
"@vitejs/plugin-react": "^4.0.4",
|
||||
"concurrently": "^8.2.0",
|
||||
"nodemon": "^3.0.1",
|
||||
"prettier": "^3.0.2",
|
||||
"react": "^18.2.0",
|
||||
"react-dom": "^18.2.0",
|
||||
"react-router-dom": "^6.8.2",
|
||||
"socket.io-client": "^4.6.1",
|
||||
"vite": "^4.1.4"
|
||||
"react-router-dom": "^6.15.0",
|
||||
"socket.io-client": "^4.7.2",
|
||||
"vite": "^4.4.9"
|
||||
},
|
||||
"dependencies": {
|
||||
"@kubernetes/client-node": "^0.18.1",
|
||||
"bcrypt": "^5.1.0",
|
||||
"chalk": "^5.2.0",
|
||||
"bcrypt": "^5.1.1",
|
||||
"chalk": "^5.3.0",
|
||||
"express": "^4.18.2",
|
||||
"figlet": "^1.5.2",
|
||||
"figlet": "^1.6.0",
|
||||
"js-yaml": "^4.1.0",
|
||||
"rcon-client": "^4.2.3",
|
||||
"socket.io": "^4.6.1",
|
||||
"socket.io": "^4.7.2",
|
||||
"uuid": "^9.0.0"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue