Migrates the React app from Create React App (CRA) to Vite
for faster build times and improved development experience.
Also updates all dependencies to their latest versions.
BREAKING CHANGE: Removes react-scripts and CRA-related
dependencies. The development and build processes now rely
on Vite.
This commit populates the `package.json` for the `kawruh-app` with the standard configuration provided by Create React App.
It includes dependencies for React, testing-library, and web-vitals, along with the necessary scripts (`start`, `build`, `test`, `eject`) to manage the development lifecycle.