-
Notifications
You must be signed in to change notification settings - Fork 56
Expand file tree
/
Copy pathpackage.json
More file actions
100 lines (100 loc) · 2.87 KB
/
Copy pathpackage.json
File metadata and controls
100 lines (100 loc) · 2.87 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "architectui-angular-free",
"version": "3.4.0",
"description": "Modern Angular 21 admin dashboard template with Bootstrap 5, Chart.js, and NgRx (zoneless)",
"keywords": [
"angular",
"angular-21",
"admin",
"dashboard",
"template",
"bootstrap",
"bootstrap-5",
"admin-template",
"angular-dashboard",
"responsive",
"chart.js",
"ngrx",
"typescript",
"free",
"open-source"
],
"author": "DashboardPack",
"repository": {
"type": "git",
"url": "https://github.com/DashboardPack/architectui-angular-free.git"
},
"bugs": {
"url": "https://github.com/DashboardPack/architectui-angular-free/issues"
},
"homepage": "https://dashboardpack.com",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build",
"build:prod": "ng build --configuration production --base-href /architectui-angular-free/",
"test": "ng test",
"lint": "ng lint",
"e2e": "echo 'E2E testing can be added with Cypress, Playwright, or WebDriver if needed'"
},
"private": true,
"dependencies": {
"@angular/animations": "^22.0.0",
"@angular/cdk": "^22.0.0",
"@angular/common": "^22.0.0",
"@angular/compiler": "^22.0.0",
"@angular/core": "^22.0.0",
"@angular/forms": "^22.0.0",
"@angular/localize": "^22.0.0",
"@angular/platform-browser": "^22.0.0",
"@angular/platform-browser-dynamic": "^22.0.0",
"@angular/router": "^22.0.0",
"@fortawesome/angular-fontawesome": "^5.0.0",
"@fortawesome/fontawesome-free": "^7.2.0",
"@fortawesome/fontawesome-svg-core": "^7.2.0",
"@fortawesome/free-solid-svg-icons": "^7.2.0",
"@ng-bootstrap/ng-bootstrap": "^20.0.0",
"@ngrx/store": "^21.1.0",
"@ngrx/store-devtools": "^21.1.0",
"@ngx-loading-bar/core": "^7.0.1",
"@ngx-loading-bar/router": "^7.0.1",
"@popperjs/core": "^2.11.8",
"animate-sass": "^0.8.2",
"bootstrap": "^5.3.8",
"chart.js": "^4.5.1",
"chartjs-plugin-annotation": "^3.1.0",
"chartjs-plugin-datalabels": "^2.2.0",
"lodash-es": "^4.18.1",
"ng2-charts": "^10.0.0",
"pe7-icon": "^1.0.4",
"rxjs": "^7.8.2",
"sass": "^1.100.0",
"tslib": "^2.8.1"
},
"overrides": {
"tmp": "^0.2.4",
"external-editor": {
"tmp": "^0.2.4"
}
},
"devDependencies": {
"@angular/build": "^22.0.0",
"@angular/cli": "^22.0.0",
"@angular/compiler-cli": "^22.0.0",
"@angular/language-service": "^22.0.0",
"@types/jasmine": "^6.0.0",
"@types/node": "^25.9.1",
"angular-eslint": "^22.0.0",
"eslint": "^10.4.1",
"istanbul-lib-instrument": "^6.0.3",
"jasmine-core": "~6.2.0",
"karma": "~6.4.4",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.2.0",
"ts-node": "~10.9.2",
"typescript": "~6.0.3",
"typescript-eslint": "^8.60.1"
}
}