Files
notification-elements-demo/node_modules/@schematics/angular/package.json
Giuliano Silvestro 5d0c9ec7eb Initial commit: notification-elements-demo app
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>
2026-02-13 21:49:19 +10:00

45 lines
1.1 KiB
JSON
Executable File

{
"name": "@schematics/angular",
"version": "19.2.19",
"description": "Schematics specific to Angular",
"homepage": "https://github.com/angular/angular-cli",
"keywords": [
"Angular CLI",
"Angular DevKit",
"angular",
"blueprints",
"code generation",
"devkit",
"schematics",
"sdk"
],
"exports": {
"./package.json": "./package.json",
"./utility": "./utility/index.js",
"./utility/*": "./utility/*.js",
"./migrations/migration-collection.json": "./migrations/migration-collection.json",
"./*": "./*.js"
},
"schematics": "./collection.json",
"dependencies": {
"@angular-devkit/core": "19.2.19",
"@angular-devkit/schematics": "19.2.19",
"jsonc-parser": "3.3.1"
},
"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"
}
}