Skip to content

Commit 2cad62b

Browse files
committed
refactor: added missing aspects that got reported by our linting tools
1 parent ff01661 commit 2cad62b

File tree

8 files changed

+57
-0
lines changed

8 files changed

+57
-0
lines changed

showcases/angular-showcase/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
22
"name": "angular-showcase",
33
"version": "0.0.0",
4+
"description": "An Angular-based showcase for demonstrating UI components.",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/db-ux-design-system/core-web.git"
8+
},
9+
"license": "Apache-2.0",
410
"private": true,
11+
"files": [],
512
"scripts": {
613
"build": "ng build",
714
"dev": "pnpm run start --open",

showcases/angular-ssr-showcase/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
22
"name": "angular-ssr-showcase",
33
"version": "0.0.0",
4+
"description": "An Angular application that demonstrates server-side rendering (SSR) capabilities.",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/db-ux-design-system/core-web.git"
8+
},
9+
"license": "Apache-2.0",
410
"private": true,
11+
"files": [],
512
"scripts": {
613
"build": "ng build && cpr ./dist/angular-ssr-showcase/ ../../build-showcases/angular-ssr-showcase/ -d",
714
"build:debug": "ng build --optimization=false",

showcases/next-showcase/package.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
{
22
"name": "next-showcase",
3+
"version": "0.0.0",
4+
"description": "A Next.js showcase application",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/db-ux-design-system/core-web.git"
8+
},
9+
"license": "Apache-2.0",
310
"private": true,
411
"engines": {
512
"node": ">=18"
613
},
14+
"files": [],
715
"scripts": {
816
"build": "next build",
917
"dev": "npm-run-all open next:dev",

showcases/nuxt-showcase/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
"name": "nuxt-showcase",
33
"version": "0.0.0",
44
"type": "module",
5+
"description": "A Nuxt 4 showcase project",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/db-ux-design-system/core-web.git"
9+
},
10+
"license": "Apache-2.0",
511
"private": true,
12+
"files": [],
613
"scripts": {
714
"build": "nuxt build",
815
"dev": "nuxt dev --open",

showcases/patternhub/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
"name": "patternhub",
33
"version": "0.1.0",
44
"type": "module",
5+
"description": "PatternHub is a component library and design system showcase for building consistent and reusable UI components.",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/db-ux-design-system/core-web.git"
9+
},
10+
"license": "Apache-2.0",
511
"private": true,
12+
"files": [],
613
"scripts": {
714
"build": "npm-run-all compile build:*",
815
"build:app": "next build",

showcases/react-showcase/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
"name": "react-showcase",
33
"version": "0.0.0",
44
"type": "module",
5+
"description": "A React-based showcase for demonstrating accessibility features and best practices.",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/db-ux-design-system/core-web.git"
9+
},
10+
"license": "Apache-2.0",
511
"private": true,
12+
"files": [],
613
"scripts": {
714
"build": "pnpm run '/^build:[^:]*$/'",
815
"build:01_tsc": "tsc",

showcases/stencil-showcase/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
22
"name": "stencil-showcase",
33
"version": "0.0.0",
4+
"description": "Showcase for Stencil web components",
5+
"repository": {
6+
"type": "git",
7+
"url": "git+https://github.com/db-ux-design-system/core-web.git"
8+
},
9+
"license": "Apache-2.0",
410
"private": true,
11+
"files": [],
512
"scripts": {
613
"build": "ng build",
714
"dev": "pnpm --parallel run '/^dev:[^:]*$/'",

showcases/vue-showcase/package.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,14 @@
22
"name": "vue-showcase",
33
"version": "0.0.0",
44
"type": "module",
5+
"description": "A Vue 3 Showcase for Sa11y",
6+
"repository": {
7+
"type": "git",
8+
"url": "git+https://github.com/db-ux-design-system/core-web.git"
9+
},
10+
"license": "Apache-2.0",
511
"private": true,
12+
"files": [],
613
"scripts": {
714
"build": "pnpm run '/^build:[^:]*$/'",
815
"build:01_vite": "vite build",

0 commit comments

Comments
 (0)