Interactive Angular 19 demo for @sda/notification-elements-ui with 6 sections: Bell & Feed, Notification Center, Inbox, Comments & Threads, Mention Input, and Full-Featured layout. Includes mock data, dark mode toggle, and real-time event log. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
50 lines
1.1 KiB
JSON
Executable File
50 lines
1.1 KiB
JSON
Executable File
{
|
|
"name": "@angular-devkit/build-webpack",
|
|
"version": "0.1902.19",
|
|
"description": "Webpack Builder for Architect",
|
|
"experimental": true,
|
|
"main": "src/index.js",
|
|
"typings": "src/index.d.ts",
|
|
"builders": "builders.json",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.d.ts",
|
|
"default": "./src/index.js"
|
|
},
|
|
"./package.json": "./package.json",
|
|
"./*": "./*.js",
|
|
"./*.js": "./*.js"
|
|
},
|
|
"dependencies": {
|
|
"@angular-devkit/architect": "0.1902.19",
|
|
"rxjs": "7.8.1"
|
|
},
|
|
"peerDependencies": {
|
|
"webpack": "^5.30.0",
|
|
"webpack-dev-server": "^5.0.2"
|
|
},
|
|
"keywords": [
|
|
"Angular CLI",
|
|
"Angular DevKit",
|
|
"angular",
|
|
"devkit",
|
|
"sdk"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/angular/angular-cli.git"
|
|
},
|
|
"packageManager": "pnpm@9.15.6",
|
|
"engines": {
|
|
"node": "^18.19.1 || ^20.11.1 || >=22.0.0",
|
|
"npm": "^6.11.0 || ^7.5.6 || >=8.0.0",
|
|
"yarn": ">= 1.13.0"
|
|
},
|
|
"author": "Angular Authors",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/angular/angular-cli/issues"
|
|
},
|
|
"homepage": "https://github.com/angular/angular-cli"
|
|
}
|