-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.63 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "adminlte-angular-workspace",
"version": "0.2.0",
"description": "Official AdminLTE 4 port for Angular 22 — a signal-first standalone component library.",
"private": true,
"license": "MIT",
"type": "module",
"scripts": {
"ng": "ng",
"start": "ng serve demo",
"build": "ng build adminlte-angular && npm run copy:css",
"build:demo": "ng build demo",
"copy:css": "node projects/adminlte-angular/scripts/copy-css.mjs",
"watch": "ng build adminlte-angular --watch --configuration development",
"lint": "ng lint",
"test": "ng test adminlte-angular --watch=false --browsers=ChromeHeadless"
},
"dependencies": {
"@angular/common": "^22.0.0",
"@angular/compiler": "^22.0.0",
"@angular/core": "^22.0.0",
"@angular/forms": "^22.0.0",
"@angular/platform-browser": "^22.0.0",
"@angular/router": "^22.0.0",
"@fullcalendar/core": "^6.1.21",
"@fullcalendar/daygrid": "^6.1.21",
"@fullcalendar/interaction": "^6.1.21",
"@fullcalendar/list": "^6.1.21",
"@fullcalendar/timegrid": "^6.1.21",
"admin-lte": "^4.0.0",
"bootstrap": "^5.3.0",
"bootstrap-icons": "^1.13.1",
"jsvectormap": "^1.7.0",
"quill": "^2.0.3",
"rxjs": "~7.8.0",
"sortablejs": "^1.15.7",
"tslib": "^2.8.0",
"zone.js": "~0.15.0"
},
"devDependencies": {
"@angular/build": "^22.0.0",
"@angular/cli": "^22.0.0",
"@angular/compiler-cli": "^22.0.0",
"@types/sortablejs": "^1.15.9",
"apexcharts": "^5.0.0",
"flatpickr": "^4.6.13",
"ng-packagr": "^22.0.0",
"simple-datatables": "^10.2.0",
"tom-select": "^2.6.1",
"typescript": "~6.0.0"
}
}