update-lock-file:
    npm install --package-lock-only

install-dependencies:
    npm install

dev:
    npm run dev
