-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathpackage.json
More file actions
71 lines (71 loc) · 2.11 KB
/
package.json
File metadata and controls
71 lines (71 loc) · 2.11 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
{
"name": "coreui-free-angular-admin-template",
"version": "5.6.18",
"copyright": "Copyright 2026 creativeLabs Łukasz Holeczek",
"license": "MIT",
"author": "The CoreUI Team (https://github.com/orgs/coreui/people) and contributors",
"homepage": "https://coreui.io/angular",
"config": {
"theme": "default",
"coreui_library_short_version": "5.6",
"coreui_library_docs_url": "https://coreui.io/angular/docs/"
},
"scripts": {
"ng": "ng",
"start": "ng serve -o",
"build": "ng build",
"watch": "ng build --watch --configuration development",
"prebuild": "ng test --watch=false",
"test": "ng test"
},
"private": true,
"dependencies": {
"@angular/animations": "^21.2.1",
"@angular/cdk": "^21.2.1",
"@angular/common": "^21.2.1",
"@angular/compiler": "^21.2.1",
"@angular/core": "^21.2.1",
"@angular/forms": "^21.2.1",
"@angular/language-service": "^21.2.1",
"@angular/localize": "^21.2.1",
"@angular/platform-browser": "^21.2.1",
"@angular/platform-browser-dynamic": "^21.2.1",
"@angular/router": "^21.2.1",
"@coreui/angular": "~5.6.18",
"@coreui/angular-chartjs": "~5.6.18",
"@coreui/chartjs": "~4.1.0",
"@coreui/coreui": "~5.5.0",
"@coreui/icons": "^3.0.1",
"@coreui/icons-angular": "~5.6.18",
"@coreui/utils": "^2.0.2",
"chart.js": "^4.5.1",
"ngx-scrollbar": "^13.0.3",
"rxjs": "~7.8.2",
"tslib": "^2.8.1",
"zone.js": "~0.16.1"
},
"devDependencies": {
"@angular/build": "^21.2.0",
"@angular/cli": "^21.2.0",
"@angular/compiler-cli": "^21.2.1",
"@types/jasmine": "^6.0.0",
"@types/node": "^24.11.0",
"@vitest/browser-playwright": "^4.0.18",
"jasmine-core": "^6.1.0",
"jsdom": "^28.1.0",
"playwright": "^1.58.2",
"typescript": "~5.9.3",
"vitest": "^4.0.18"
},
"engines": {
"node": "^20.19.0 || ^22.12.0 || ^24.0.0",
"npm": ">=10"
},
"bugs": {
"url": "https://github.com/coreui/coreui-free-angular-admin-template/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coreui/coreui-free-angular-admin-template.git"
}
}