Bump json5 and @vue/cli-service in /airavata_mft/static/common

Bumps [json5](https://github.com/json5/json5) to 2.2.3 and updates ancestor dependencies [json5](https://github.com/json5/json5), [json5](https://github.com/json5/json5) and [@vue/cli-service](https://github.com/vuejs/vue-cli/tree/HEAD/packages/@vue/cli-service). These dependencies need to be updated together.


Updates `json5` from 2.1.3 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.1.3...v2.2.3)

Updates `json5` from 1.0.1 to 2.2.3
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.1.3...v2.2.3)

Updates `@vue/cli-service` from 4.3.1 to 5.0.8
- [Release notes](https://github.com/vuejs/vue-cli/releases)
- [Changelog](https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-cli/commits/v5.0.8/packages/@vue/cli-service)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
- dependency-name: json5
  dependency-type: indirect
- dependency-name: "@vue/cli-service"
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2 files changed
tree: f597d05a43cd1bcfded07b8e42898842723c771b
  1. airavata_mft/
  2. mft_backend/
  3. .asf.yaml
  4. .gitignore
  5. build_js.sh
  6. gen_grpc_protos.ps1
  7. gen_grpc_protos.sh
  8. manage.py
  9. README.md
  10. requirements.txt
README.md

Portal for Airavata Managed File Transfer

Airavata Managed File Transfer is a standalone service to orchestrate data movement between various cloud and high performance computing storages. The MFT Portal provides a dashboard to monitor and users to request the transfers.

Getting Started

  1. Checkout this project and create a virtual environment.

    cd airavata-mft-portal
    python3 -m venv venv
    source venv/bin/activate
    pip install -r requirements.txt
    

    Upgrade pip and setuptools using the following commands if faced with errors while installing the requirments.txt file

    pip install --upgrade pip
    pip install --upgrade setuptools
    
  2. Build js files

    ./build_js.sh
    
  3. Run the server

    python manage.py runserver
    

    Run webpack development server from airavata_mft/apps/workspace

    npm run serve
    
  4. Point your browser to http://localhost:8000/workspace/storage/