Interactive Angular 19 demo for @sda/timeline-elements-ui with vertical/horizontal timelines, Gantt charts, activity feeds, audit trails, changelogs, and dark mode toggle. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
33 lines
933 B
JSON
33 lines
933 B
JSON
{
|
|
"name": "timeline-elements-demo",
|
|
"version": "0.1.0",
|
|
"scripts": {
|
|
"ng": "ng",
|
|
"start": "ng serve",
|
|
"build": "ng build",
|
|
"watch": "ng build --watch --configuration development"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"@angular/animations": "^19.1.0",
|
|
"@angular/common": "^19.1.0",
|
|
"@angular/compiler": "^19.1.0",
|
|
"@angular/core": "^19.1.0",
|
|
"@angular/forms": "^19.1.0",
|
|
"@angular/platform-browser": "^19.1.0",
|
|
"@angular/platform-browser-dynamic": "^19.1.0",
|
|
"@angular/router": "^19.1.0",
|
|
"@sda/base-ui": "file:../../sda-frontend/libs/base-ui/dist",
|
|
"@sda/timeline-elements-ui": "file:../timeline-elements-ui/dist",
|
|
"rxjs": "~7.8.0",
|
|
"tslib": "^2.3.0",
|
|
"zone.js": "~0.15.0"
|
|
},
|
|
"devDependencies": {
|
|
"@angular-devkit/build-angular": "^19.1.0",
|
|
"@angular/cli": "^19.1.0",
|
|
"@angular/compiler-cli": "^19.1.0",
|
|
"typescript": "~5.7.2"
|
|
}
|
|
}
|