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>
115 lines
2.8 KiB
JSON
Executable File
115 lines
2.8 KiB
JSON
Executable File
{
|
|
"name": "@angular/build",
|
|
"version": "19.2.19",
|
|
"description": "Official build system for Angular",
|
|
"keywords": [
|
|
"Angular CLI",
|
|
"Angular DevKit",
|
|
"angular",
|
|
"angular-cli",
|
|
"devkit",
|
|
"sdk"
|
|
],
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.d.ts",
|
|
"default": "./src/index.js"
|
|
},
|
|
"./private": {
|
|
"default": "./src/private.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"builders": "builders.json",
|
|
"dependencies": {
|
|
"@ampproject/remapping": "2.3.0",
|
|
"@angular-devkit/architect": "0.1902.19",
|
|
"@babel/core": "7.26.10",
|
|
"@babel/helper-annotate-as-pure": "7.25.9",
|
|
"@babel/helper-split-export-declaration": "7.24.7",
|
|
"@babel/plugin-syntax-import-attributes": "7.26.0",
|
|
"@inquirer/confirm": "5.1.6",
|
|
"@vitejs/plugin-basic-ssl": "1.2.0",
|
|
"beasties": "0.3.2",
|
|
"browserslist": "^4.23.0",
|
|
"esbuild": "0.25.4",
|
|
"fast-glob": "3.3.3",
|
|
"https-proxy-agent": "7.0.6",
|
|
"istanbul-lib-instrument": "6.0.3",
|
|
"listr2": "8.2.5",
|
|
"magic-string": "0.30.17",
|
|
"mrmime": "2.0.1",
|
|
"parse5-html-rewriting-stream": "7.0.0",
|
|
"picomatch": "4.0.2",
|
|
"piscina": "4.8.0",
|
|
"rollup": "4.34.8",
|
|
"sass": "1.85.0",
|
|
"semver": "7.7.1",
|
|
"source-map-support": "0.5.21",
|
|
"vite": "6.4.1",
|
|
"watchpack": "2.4.2"
|
|
},
|
|
"optionalDependencies": {
|
|
"lmdb": "3.2.6"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/compiler": "^19.0.0 || ^19.2.0-next.0",
|
|
"@angular/compiler-cli": "^19.0.0 || ^19.2.0-next.0",
|
|
"@angular/localize": "^19.0.0 || ^19.2.0-next.0",
|
|
"@angular/platform-server": "^19.0.0 || ^19.2.0-next.0",
|
|
"@angular/service-worker": "^19.0.0 || ^19.2.0-next.0",
|
|
"@angular/ssr": "^19.2.19",
|
|
"karma": "^6.4.0",
|
|
"less": "^4.2.0",
|
|
"ng-packagr": "^19.0.0 || ^19.2.0-next.0",
|
|
"postcss": "^8.4.0",
|
|
"tailwindcss": "^2.0.0 || ^3.0.0 || ^4.0.0",
|
|
"typescript": ">=5.5 <5.9"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"@angular/localize": {
|
|
"optional": true
|
|
},
|
|
"@angular/platform-server": {
|
|
"optional": true
|
|
},
|
|
"@angular/service-worker": {
|
|
"optional": true
|
|
},
|
|
"@angular/ssr": {
|
|
"optional": true
|
|
},
|
|
"karma": {
|
|
"optional": true
|
|
},
|
|
"less": {
|
|
"optional": true
|
|
},
|
|
"ng-packagr": {
|
|
"optional": true
|
|
},
|
|
"postcss": {
|
|
"optional": true
|
|
},
|
|
"tailwindcss": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"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"
|
|
}
|