Files
kemkas-frontend/frontend
dependabot[bot] 6e72f8b6ca Bump the npm_and_yarn group across 1 directory with 4 updates (#83)
Bumps the npm_and_yarn group with 3 updates in the /frontend directory: [axios](https://github.com/axios/axios), [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) and [lodash](https://github.com/lodash/lodash).


Updates `axios` from 1.7.4 to 1.13.5
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.7.4...v1.13.5)

Updates `@babel/runtime` from 7.24.8 to 7.29.2
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.29.2/packages/babel-runtime)

Updates `form-data` from 4.0.0 to 4.0.5
- [Release notes](https://github.com/form-data/form-data/releases)
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md)
- [Commits](https://github.com/form-data/form-data/compare/v4.0.0...v4.0.5)

Updates `lodash` from 4.17.21 to 4.18.1
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.21...4.18.1)

---
updated-dependencies:
- dependency-name: axios
  dependency-version: 1.13.5
  dependency-type: direct:production
  dependency-group: npm_and_yarn
- dependency-name: "@babel/runtime"
  dependency-version: 7.29.2
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: form-data
  dependency-version: 4.0.5
  dependency-type: indirect
  dependency-group: npm_and_yarn
- dependency-name: lodash
  dependency-version: 4.18.1
  dependency-type: indirect
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-04 19:19:24 +02:00
..
2026-04-04 18:59:34 +02:00
2026-04-04 18:59:34 +02:00
2026-04-04 18:59:34 +02:00
2026-04-04 18:59:34 +02:00

Frontend (Vite)

This frontend now uses Vite + React + TypeScript.

Scripts

  • yarn dev or yarn start: Start the Vite dev server.
  • yarn build: Build production assets to dist/.
  • yarn preview: Serve the production build locally.
  • yarn test: Run tests once with Vitest.
  • yarn test:watch: Run tests in watch mode.

Notes

  • Static files are served from public/.
  • The app entry HTML is index.html at the project root.
  • LESS files are compiled by Vite automatically, no separate compile step is needed.