(feature) Update UI & Resource Availability

This commit is contained in:
Elijah Dunemask 2023-03-15 15:20:08 +00:00
parent 11d8229eb5
commit 929193d272
44 changed files with 4747 additions and 27 deletions

View file

@ -7,7 +7,9 @@
"build:react": "vite build",
"start": "node dist/app.js",
"dev:server": "nodemon dist/app.js",
"dev:react": "vite"
"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"
},
"keywords": [
"Minecraft",
@ -19,13 +21,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",
"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"
},
"dependencies": {
"@kubernetes/client-node": "^0.18.1",
"bcrypt": "^5.1.0",
"chalk": "^5.2.0",
"express": "^4.18.2",
"figlet": "^1.5.2",
"js-yaml": "^4.1.0",
"rcon-client": "^4.2.3",
"socket.io": "^4.6.1",
"uuid": "^9.0.0"
}
}