File tree Expand file tree Collapse file tree 8 files changed +57
-0
lines changed Expand file tree Collapse file tree 8 files changed +57
-0
lines changed Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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:[^:]*$/'" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments