Skip to content

Commit 08a0f8f

Browse files
Merge pull request #88 from Shrutim1505/create-functionality
Frontend: Create Functionality for Pods/Queues and Jobs
2 parents 32f205f + c1ccbf9 commit 08a0f8f

File tree

9 files changed

+1774
-1650
lines changed

9 files changed

+1774
-1650
lines changed

backend/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@
4747
"expect.js": "^0.3.1",
4848
"mocha": "^11.1.0",
4949
"nodemon": "^3.1.9",
50+
"prettier": "^3.5.3",
5051
"sinon": "^7.2.0",
5152
"supertest": "^7.0.0"
5253
},

frontend/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"dotenv": "^16.4.7",
2626
"js-yaml": "^4.1.0",
2727
"lodash": "^4.17.21",
28+
"lucide-react": "^0.511.0",
2829
"react": "^19.0.0",
2930
"react-bootstrap": "^2.10.9",
3031
"react-chartjs-2": "^5.3.0",
@@ -51,6 +52,7 @@
5152
"globals": "^15.14.0",
5253
"jsdom": "^26.0.0",
5354
"playwright": "^1.51.0",
55+
"prettier": "^3.5.3",
5456
"vite": "^6.2.1",
5557
"vitest": "^3.0.8",
5658
"vitest-browser-react": "^0.1.1"

0 commit comments

Comments
 (0)