@adminlte/angular 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,78 @@
1
+ {
2
+ "name": "@adminlte/angular",
3
+ "version": "0.2.0",
4
+ "description": "Official AdminLTE 4 port for Angular 22 — signal-first standalone components, dark mode, config-driven sidebar, and a ⌘K command palette on Bootstrap 5.3.",
5
+ "keywords": [
6
+ "adminlte",
7
+ "angular",
8
+ "angular22",
9
+ "dashboard",
10
+ "admin-template",
11
+ "bootstrap",
12
+ "bootstrap5",
13
+ "signals",
14
+ "standalone-components",
15
+ "dark-mode"
16
+ ],
17
+ "homepage": "https://github.com/ColorlibHQ/adminlte-angular",
18
+ "bugs": {
19
+ "url": "https://github.com/ColorlibHQ/adminlte-angular/issues"
20
+ },
21
+ "repository": {
22
+ "type": "git",
23
+ "url": "git+https://github.com/ColorlibHQ/adminlte-angular.git"
24
+ },
25
+ "license": "MIT",
26
+ "author": "ColorlibHQ",
27
+ "publishConfig": {
28
+ "access": "public"
29
+ },
30
+ "sideEffects": [
31
+ "./css/adminlte.css"
32
+ ],
33
+ "exports": {
34
+ "./css": "./css/adminlte.css",
35
+ "./package.json": {
36
+ "default": "./package.json"
37
+ },
38
+ ".": {
39
+ "types": "./types/adminlte-angular.d.ts",
40
+ "default": "./fesm2022/adminlte-angular.mjs"
41
+ }
42
+ },
43
+ "peerDependencies": {
44
+ "@angular/common": "^22.0.0",
45
+ "@angular/core": "^22.0.0",
46
+ "@angular/forms": "^22.0.0",
47
+ "@angular/router": "^22.0.0",
48
+ "admin-lte": "^4.0.0",
49
+ "apexcharts": "^4.0.0 || ^5.0.0",
50
+ "bootstrap": "^5.3.0",
51
+ "flatpickr": "^4.6.0",
52
+ "simple-datatables": "^9.0.0 || ^10.0.0",
53
+ "tom-select": "^2.0.0"
54
+ },
55
+ "peerDependenciesMeta": {
56
+ "apexcharts": {
57
+ "optional": true
58
+ },
59
+ "bootstrap": {
60
+ "optional": true
61
+ },
62
+ "flatpickr": {
63
+ "optional": true
64
+ },
65
+ "simple-datatables": {
66
+ "optional": true
67
+ },
68
+ "tom-select": {
69
+ "optional": true
70
+ }
71
+ },
72
+ "dependencies": {
73
+ "tslib": "^2.8.0"
74
+ },
75
+ "module": "fesm2022/adminlte-angular.mjs",
76
+ "typings": "types/adminlte-angular.d.ts",
77
+ "type": "module"
78
+ }