-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
100 lines (100 loc) · 3.21 KB
/
package.json
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": "cartesianui",
"description": "Back Office App (Admin Panel)",
"version": "1.0.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"proxy": "ng serve --proxy-config proxy.conf.json",
"hmr": "ng serve --hmr --configuration=hmr --proxy-config proxy.conf.json",
"build": "ng build --configuration production",
"watch": "ng build --watch --configuration development",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
"private": false,
"dependencies": {
"@angular/animations": "^16.2.2",
"@angular/common": "^16.2.2",
"@angular/compiler": "^16.2.2",
"@angular/core": "^16.2.2",
"@angular/forms": "^16.2.2",
"@angular/platform-browser": "^16.2.2",
"@angular/platform-browser-dynamic": "^16.2.2",
"@angular/router": "^16.2.2",
"@cartesianui/core": "^2.0.1",
"@cartesianui/common": "^1.0.0",
"@cartesianui/coreui": "^1.0.0",
"@cartesianui/bo-auth": "^1.0.1",
"@cartesianui/bo-user": "^1.0.1",
"@cartesianui/js": "^2.0.0",
"@coreui/angular": "^4.5.15",
"@coreui/angular-chartjs": "^4.5.15",
"@coreui/chartjs": "^3.1.2",
"@coreui/coreui": "~4.3.0",
"@coreui/icons": "^3.0.1",
"@coreui/icons-angular": "^4.5.15",
"@coreui/utils": "^2.0.2",
"@fortawesome/fontawesome-free": "^6.4.2",
"@ngrx/effects": "^16.2.0",
"@ngrx/entity": "^16.2.0",
"@ngrx/store": "^16.2.0",
"@ngrx/store-devtools": "^16.2.0",
"@swimlane/ngx-datatable": "^20.1.0",
"bootstrap": "^5.3.1",
"chart.js": "^3.9.1",
"jquery": "^3.7.0",
"jquery-migrate": "^3.4.1",
"lodash": "^4.17.21",
"luxon": "^3.4.2",
"ngx-bootstrap": "^11.0.2",
"ngx-scrollbar": "^13.0.3",
"rxjs": "~7.8.1",
"sweetalert2": "^11.7.27",
"tslib": "^2.6.2",
"zone.js": "~0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.0",
"@angular-eslint/builder": "16.1.1",
"@angular-eslint/eslint-plugin": "16.1.1",
"@angular-eslint/eslint-plugin-template": "16.1.1",
"@angular-eslint/schematics": "16.1.1",
"@angular-eslint/template-parser": "16.1.1",
"@angular/cli": "~16.2.0",
"@angular/compiler-cli": "^16.2.2",
"@angular/localize": "~16.2.2",
"@ngrx/schematics": "^16.2.0",
"@types/jasmine": "~4.3.5",
"@types/jasminewd2": "~2.0.10",
"@types/jquery": "^3.5.17",
"@types/jquery.validation": "^1.16.7",
"@types/lodash": "^4.14.197",
"@types/luxon": "^3.3.1",
"@types/node": "^20.5.6",
"@typescript-eslint/eslint-plugin": "6.4.1",
"@typescript-eslint/parser": "6.4.1",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"jasmine-core": "~5.1.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-cli": "^2.0.0",
"karma-coverage": "~2.2.1",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"lint-staged": "^14.0.1",
"ng-packagr": "^16.2.1",
"nswag": "^13.20.0",
"prettier": "^3.0.2",
"protractor": "~7.0.0",
"ts-node": "~10.9.1",
"typescript": "~5.1.3",
"webpack-bundle-analyzer": "^4.9.0"
}
}