GithubHelp home page GithubHelp logo

digital-blueprint / common-activities Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 6.11 MB

License: GNU Lesser General Public License v3.0

JavaScript 80.23% EJS 19.32% Makefile 0.14% HTML 0.23% Nix 0.08% Shell 0.01%

common-activities's Introduction

Activity showcase

Overview

This repository uses workspaces to link multiple separate packages together and to hoist all shared dependencies to the top level node_modules.

In addition, we use lerna for running commands for all contained packages.

Local development

# get the source
git clone [email protected]:digital-blueprint/activities.git
cd activities
git submodule update --init

# install dependencies
npm install

# constantly build activity-showcase and run a local web-server on port 8001 
cd ./activity-showcase && npm run watch

# run tests
npm test

Jump to https://localhost:8001, and you should get the Activity Showcase page.

cd packges/some-package and continue development with npm run watch etc.

Tip

Make sure that the activity-showcase package has your package as dependency!

Other commands

  • npm run test - Run test for all packages
  • npm run clean - Removes all node_modules directories.

common-activities's People

Contributors

lazka avatar tsteinwen13 avatar renovate[bot] avatar pbek avatar manuelkocher avatar toegl avatar zsuffad avatar ruxandragherman avatar euneuber avatar

Watchers

 avatar  avatar  avatar

common-activities's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Awaiting Schedule

These updates are awaiting their schedule. Click on a checkbox to get an update now.

  • chore(deps): update dependency @babel/preset-env to v7.25.4
  • chore(deps): update all non-major dependencies (minor) (@babel/plugin-transform-runtime, i18next)
  • chore(deps): lock file maintenance

Warning

Renovate failed to look up the following dependencies: Failed to look up npm package @dbp-toolkit/dev-utils.

Files affected: packages/clipboard/package.json, packages/group-manage/package.json


Detected dependencies

github-actions
.github/workflows/build-test-publish.yml
  • actions/checkout v4
  • actions/setup-node v4
  • actions/cache v4
  • actions/checkout v4
  • actions/setup-node v4
  • digital-blueprint/gitlab-pipeline-trigger-action v1
npm
activity-showcase/package.json
  • @dbp-toolkit/app-shell ^0.3.0
  • @dbp-toolkit/auth ^0.3.0
  • @dbp-toolkit/common ^0.3.0
  • @dbp-toolkit/font-source-sans-pro ^0.2.0
  • @dbp-toolkit/language-select ^0.3.0
  • @dbp-toolkit/provider ^0.2.0
  • @dbp-toolkit/tabulator-table ^0.1.0
  • @fontsource/nunito-sans ^5.0.0
  • @open-wc/scoped-elements ^2.1.0
  • @tugraz/font-source-sans-pro ^0.2.4
  • @tugraz/web-components ^0.3.6
  • @webcomponents/scoped-custom-element-registry ^0.0.9
  • highlight.js ^11.0.0
  • i18next ^23.0.0
  • jsrsasign ^11.0.0
  • jsrsasign-util ^1.0.5
  • jws ^4.0.0
  • lit ^3.0.0
  • select2 ^4.0.10
  • @babel/core ^7.10.3
  • @babel/plugin-syntax-dynamic-import ^7.8.3
  • @babel/plugin-syntax-import-meta ^7.10.1
  • @babel/plugin-transform-runtime ^7.10.3
  • @babel/preset-env ^7.10.3
  • @babel/runtime-corejs3 ^7.10.3
  • @rollup/plugin-babel ^6.0.0
  • @rollup/plugin-commonjs ^26.0.0
  • @rollup/plugin-json ^6.0.0
  • @rollup/plugin-node-resolve ^15.0.0
  • @rollup/plugin-terser ^0.4.0
  • @rollup/plugin-url ^8.0.0
  • chai ^5.0.0
  • chokidar ^3.4.0
  • eslint ^9.1.0
  • eslint-plugin-jsdoc ^50.0.0
  • glob ^11.0.0
  • karma ^6.0.0
  • karma-chrome-launcher ^3.1.0
  • karma-firefox-launcher ^2.1.0
  • karma-mocha ^2.0.1
  • mocha ^10.0.0
  • prettier ^3.0.0
  • rollup ^4.0.0
  • rollup-plugin-copy ^3.3.0
  • rollup-plugin-delete ^2.0.0
  • rollup-plugin-emit-ejs ^3.1.0
  • rollup-plugin-license ^3.0.0
  • rollup-plugin-md ^1.0.0
  • rollup-plugin-serve ^3.0.0
package.json
  • lerna ^8.0.0
packages/clipboard/package.json
  • @dbp-toolkit/common ^0.3.0
  • @dbp-toolkit/file-handling ^0.3.0
  • @dbp-toolkit/provider ^0.2.0
  • @open-wc/scoped-elements ^2.1.0
  • @webcomponents/scoped-custom-element-registry ^0.0.9
  • lit ^3.0.0
  • @dbp-toolkit/dev-utils ^0.1.0
  • @eslint/js ^9.4.0
  • @rollup/plugin-commonjs ^26.0.0
  • @rollup/plugin-json ^6.0.0
  • @rollup/plugin-node-resolve ^15.0.0
  • @rollup/plugin-replace ^5.0.0
  • @rollup/plugin-terser ^0.4.0
  • @rollup/plugin-url ^8.0.0
  • chai ^5.0.0
  • eslint ^9.1.0
  • eslint-plugin-jsdoc ^50.0.0
  • glob ^11.0.0
  • globals ^15.3.0
  • i18next-parser ^9.0.0
  • karma ^6.0.0
  • karma-chrome-launcher ^3.0.0
  • karma-firefox-launcher ^2.1.0
  • karma-mocha ^2.0.1
  • mocha ^10.0.0
  • playwright ^1.34.0
  • playwright-core ^1.21.0
  • prettier ^3.0.0
  • rollup ^4.0.0
  • rollup-plugin-copy ^3.1.0
  • rollup-plugin-delete ^2.0.0
  • rollup-plugin-serve ^3.0.0
packages/group-manage/package.json
  • @dbp-toolkit/auth ^0.3.2
  • @dbp-toolkit/common ^0.3.5
  • @dbp-toolkit/person-select ^0.3.4
  • @dbp-toolkit/resource-select ^0.1.3
  • @floating-ui/dom ^1.6.7
  • @open-wc/scoped-elements ^2.1.0
  • jquery ^3.4.1
  • lit ^2.7.0 || ^3.0.0
  • select2 ^4.0.10
  • @dbp-toolkit/dev-utils ^0.1.0
  • @rollup/plugin-commonjs ^26.0.0
  • @rollup/plugin-json ^6.0.0
  • @rollup/plugin-node-resolve ^15.0.0
  • @rollup/plugin-replace ^5.0.0
  • @rollup/plugin-terser ^0.4.0
  • @rollup/plugin-url ^8.0.0
  • chai ^5.0.0
  • eslint ^9.1.0
  • eslint-plugin-jsdoc ^50.0.0
  • globals ^15.3.0
  • i18next-parser ^9.0.0
  • karma ^6.0.0
  • karma-chrome-launcher ^3.0.0
  • karma-firefox-launcher ^2.1.0
  • karma-mocha ^2.0.1
  • karma-source-map-support ^1.4.0
  • mocha ^10.0.0
  • playwright ^1.34.0
  • playwright-core ^1.20.2
  • prettier ^3.0.0
  • rollup ^4.0.0
  • rollup-plugin-copy ^3.1.0
  • rollup-plugin-delete ^2.0.0
  • rollup-plugin-serve ^3.0.0
  • typescript ^5.2.2

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.