Skip to content
Snippets Groups Projects
Unverified Commit 6ab6a5ca authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Do more npm.js packaging (#36)

parent 95d4c24b
Branches
No related tags found
No related merge requests found
Pipeline #15108 failed
Showing
with 109 additions and 10 deletions
...@@ -4,6 +4,11 @@ ...@@ -4,6 +4,11 @@
"version": "0.1.4", "version": "0.1.4",
"main": "src/index.js", "main": "src/index.js",
"license": "LGPL-2.1-or-later", "license": "LGPL-2.1-or-later",
"repository": {
"type" : "git",
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/app-shell"
},
"publishConfig": { "publishConfig": {
"registry": "https://registry.npmjs.org", "registry": "https://registry.npmjs.org",
"access": "public" "access": "public"
......
...@@ -4,6 +4,11 @@ ...@@ -4,6 +4,11 @@
"version": "0.1.3", "version": "0.1.3",
"main": "src/index.js", "main": "src/index.js",
"license": "LGPL-2.1-or-later", "license": "LGPL-2.1-or-later",
"repository": {
"type" : "git",
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/auth"
},
"publishConfig": { "publishConfig": {
"registry": "https://registry.npmjs.org", "registry": "https://registry.npmjs.org",
"access": "public" "access": "public"
......
# Check-in place select web component # Check-in place select web component
You can install this component via npm:
```bash
npm i @dbp-toolkit/check-in-place-select
```
## Usage ## Usage
```html ```html
<dbp-check-in-place-select></dbp-check-in-place-select> <dbp-check-in-place-select></dbp-check-in-place-select>
<script type="module" src="node_modules/@dbp-toolkit/check-in-place-select/dist/dbp-check-in-place-select.js"></script>
``` ```
## Attributes ## Attributes
......
...@@ -4,7 +4,11 @@ ...@@ -4,7 +4,11 @@
"version": "0.1.0", "version": "0.1.0",
"main": "src/index.js", "main": "src/index.js",
"license": "LGPL-2.1-or-later", "license": "LGPL-2.1-or-later",
"private": true, "repository": {
"type": "git",
"url": "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/check-in-place-select"
},
"publishConfig": { "publishConfig": {
"registry": "https://registry.npmjs.org", "registry": "https://registry.npmjs.org",
"access": "public" "access": "public"
......
...@@ -4,6 +4,11 @@ ...@@ -4,6 +4,11 @@
"version": "0.1.0", "version": "0.1.0",
"module": "index.js", "module": "index.js",
"license": "LGPL-2.1-or-later", "license": "LGPL-2.1-or-later",
"repository": {
"type" : "git",
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/common"
},
"devDependencies": { "devDependencies": {
"@rollup/plugin-commonjs": "^16.0.0", "@rollup/plugin-commonjs": "^16.0.0",
"@rollup/plugin-json": "^4.1.0", "@rollup/plugin-json": "^4.1.0",
......
...@@ -4,7 +4,11 @@ ...@@ -4,7 +4,11 @@
"version": "0.1.0", "version": "0.1.0",
"main": "src/index.js", "main": "src/index.js",
"license": "LGPL-2.1-or-later", "license": "LGPL-2.1-or-later",
"private": true, "repository": {
"type" : "git",
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/data-table-view"
},
"publishConfig": { "publishConfig": {
"registry": "https://registry.npmjs.org", "registry": "https://registry.npmjs.org",
"access": "public" "access": "public"
......
{ {
"name": "@dbp-toolkit/file-handling", "name": "@dbp-toolkit/file-handling",
"homepage": "https://gitlab.tugraz.at/dbp/web-components/toolkit/-/tree/master/packages/file-handling", "homepage": "https://gitlab.tugraz.at/dbp/web-components/toolkit/-/tree/master/packages/file-handling",
"version": "0.1.5", "version": "0.1.6",
"main": "src/index.js", "main": "src/index.js",
"license": "LGPL-2.1-or-later", "license": "LGPL-2.1-or-later",
"repository": {
"type" : "git",
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/file-handling"
},
"publishConfig": { "publishConfig": {
"registry": "https://registry.npmjs.org", "registry": "https://registry.npmjs.org",
"access": "public" "access": "public"
......
...@@ -3,6 +3,11 @@ ...@@ -3,6 +3,11 @@
"version": "0.1.0", "version": "0.1.0",
"author": "", "author": "",
"license": "OFL-1.1", "license": "OFL-1.1",
"repository": {
"type" : "git",
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/font-source-sans-pro"
},
"publishConfig": { "publishConfig": {
"registry": "https://registry.npmjs.org", "registry": "https://registry.npmjs.org",
"access": "public" "access": "public"
......
# KnowledgeBaseWebPageElementView Web Component # KnowledgeBaseWebPageElementView Web Component
You can install this component via npm:
```bash
npm i @dbp-toolkit/knowledge-base-web-page-element-view
```
## Usage ## Usage
```html ```html
<dbp-knowledge-base-web-page-element-view></dbp-knowledge-base-web-page-element-view> <dbp-knowledge-base-web-page-element-view></dbp-knowledge-base-web-page-element-view>
<script type="module" src="node_modules/@dbp-toolkit/knowledge-base-web-page-element-view/dist/dbp-knowledge-base-web-page-element-view.js"></script>
``` ```
## Attributes ## Attributes
......
...@@ -4,7 +4,11 @@ ...@@ -4,7 +4,11 @@
"version": "0.1.0", "version": "0.1.0",
"main": "src/index.js", "main": "src/index.js",
"license": "LGPL-2.1-or-later", "license": "LGPL-2.1-or-later",
"private": true, "repository": {
"type" : "git",
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/knowledge-base-web-page-element-view"
},
"publishConfig": { "publishConfig": {
"registry": "https://registry.npmjs.org", "registry": "https://registry.npmjs.org",
"access": "public" "access": "public"
......
...@@ -10,7 +10,7 @@ npm i @dbp-toolkit/language-select ...@@ -10,7 +10,7 @@ npm i @dbp-toolkit/language-select
```html ```html
<dbp-language-select></dbp-language-select> <dbp-language-select></dbp-language-select>
<script type="module" src="node_modules/@dbp-toolkit/app-shell/dist/dbp-language-select.js"></script> <script type="module" src="node_modules/@dbp-toolkit/language-select/dist/dbp-language-select.js"></script>
``` ```
## Local development ## Local development
......
{ {
"name": "@dbp-toolkit/language-select", "name": "@dbp-toolkit/language-select",
"homepage": "https://gitlab.tugraz.at/dbp/web-components/toolkit/-/tree/master/packages/language-select", "homepage": "https://gitlab.tugraz.at/dbp/web-components/toolkit/-/tree/master/packages/language-select",
"version": "0.1.1", "version": "0.1.2",
"main": "src/index.js", "main": "src/index.js",
"license": "LGPL-2.1-or-later", "license": "LGPL-2.1-or-later",
"repository": {
"type" : "git",
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/language-select"
},
"publishConfig": { "publishConfig": {
"registry": "https://registry.npmjs.org", "registry": "https://registry.npmjs.org",
"access": "public" "access": "public"
......
# Matomo Web Component # Matomo Web Component
You can install this component via npm:
```bash
npm i @dbp-toolkit/matomo
```
## Usage ## Usage
```html ```html
<dbp-matomo></dbp-matomo> <dbp-matomo></dbp-matomo>
<script type="module" src="node_modules/@dbp-toolkit/matomo/dist/dbp-matomo.js"></script>
``` ```
## Attributes ## Attributes
......
...@@ -4,7 +4,11 @@ ...@@ -4,7 +4,11 @@
"version": "0.1.0", "version": "0.1.0",
"main": "src/index.js", "main": "src/index.js",
"license": "LGPL-2.1-or-later", "license": "LGPL-2.1-or-later",
"private": true, "repository": {
"type" : "git",
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/matomo"
},
"publishConfig": { "publishConfig": {
"registry": "https://registry.npmjs.org", "registry": "https://registry.npmjs.org",
"access": "public" "access": "public"
......
# Notification Web Component # Notification Web Component
You can install this component via npm:
```bash
npm i @dbp-toolkit/notification
`
## Usage ## Usage
```html ```html
<dbp-notification></dbp-notification> <dbp-notification></dbp-notification>
<script type="module" src="node_modules/@dbp-toolkit/notification/dist/dbp-notification.js"></script>
``` ```
## Attributes ## Attributes
......
...@@ -4,7 +4,11 @@ ...@@ -4,7 +4,11 @@
"version": "0.1.0", "version": "0.1.0",
"main": "src/index.js", "main": "src/index.js",
"license": "LGPL-2.1-or-later", "license": "LGPL-2.1-or-later",
"private": true, "repository": {
"type" : "git",
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/notification"
},
"publishConfig": { "publishConfig": {
"registry": "https://registry.npmjs.org", "registry": "https://registry.npmjs.org",
"access": "public" "access": "public"
......
# Person Profile Web Component # Person Profile Web Component
You can install this component via npm:
```bash
npm i @dbp-toolkit/person-profile
```
## Usage ## Usage
```html ```html
<dbp-person-profile></dbp-person-profile> <dbp-person-profile></dbp-person-profile>
<script type="module" src="node_modules/@dbp-toolkit/person-profile/dist/dbp-person-profile.js"></script>
``` ```
## Attributes ## Attributes
......
...@@ -4,7 +4,11 @@ ...@@ -4,7 +4,11 @@
"version": "0.1.0", "version": "0.1.0",
"main": "src/index.js", "main": "src/index.js",
"license": "LGPL-2.1-or-later", "license": "LGPL-2.1-or-later",
"private": true, "repository": {
"type" : "git",
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/person-profile"
},
"publishConfig": { "publishConfig": {
"registry": "https://registry.npmjs.org", "registry": "https://registry.npmjs.org",
"access": "public" "access": "public"
......
# Person Select Web Component # Person Select Web Component
You can install this component via npm:
```bash
npm i @dbp-toolkit/person-select
```
## Usage ## Usage
```html ```html
<dbp-person-select></dbp-person-select> <dbp-person-select></dbp-person-select>
<script type="module" src="node_modules/@dbp-toolkit/person-select/dist/dbp-person-select.js"></script>
``` ```
## Attributes ## Attributes
......
...@@ -4,7 +4,11 @@ ...@@ -4,7 +4,11 @@
"version": "0.1.0", "version": "0.1.0",
"main": "src/index.js", "main": "src/index.js",
"license": "LGPL-2.1-or-later", "license": "LGPL-2.1-or-later",
"private": true, "repository": {
"type" : "git",
"url" : "https://gitlab.tugraz.at/dbp/web-components/toolkit.git",
"directory": "packages/person-select"
},
"publishConfig": { "publishConfig": {
"registry": "https://registry.npmjs.org", "registry": "https://registry.npmjs.org",
"access": "public" "access": "public"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment