1- {
2- "name" : " fom-admin" ,
3- "version" : " 0.0.1" ,
4- "license" : " MIT" ,
5- "scripts" : {
6- "start:admin" : " ng serve --configuration development --host=0.0.0.0" ,
7- "build:admin" : " ng build --configuration production" ,
8- "test-unit" : " jest --coverage" ,
9- "test-unit-watch" : " jest --watch=true"
10- },
11- "private" : true ,
12- "engines" : {
13- "node" : " >=26.0.0 || ^24.15.0 || ^22.22.3"
14- },
15- "dependencies" : {
16- "@angular/animations" : " ^22.0.1" ,
17- "@angular/cdk" : " ^22.0.1" ,
18- "@angular/common" : " ^22.0.1" ,
19- "@angular/compiler" : " ^22.0.1" ,
20- "@angular/core" : " ^22.0.1" ,
21- "@angular/forms" : " ^22.0.1" ,
22- "@angular/localize" : " ^22.0.1" ,
23- "@angular/material" : " ^22.0.1" ,
24- "@angular/platform-browser" : " ^22.0.1" ,
25- "@angular/platform-browser-dynamic" : " ^22.0.1" ,
26- "@angular/router" : " ^22.0.1" ,
27- "@ng-bootstrap/ng-bootstrap" : " ^21.0.0" ,
28- "@ngx-dropzone/cdk" : " ^22.0.0" ,
29- "@ngx-dropzone/material" : " ^22.0.0" ,
30- "@popperjs/core" : " ^2.11.8" ,
31- "@rxweb/reactive-form-validators" : " ^13.0.1" ,
32- "@types/file-saver-es" : " ^2.0.3" ,
33- "@types/luxon" : " ^3.4.2" ,
34- "apexcharts" : " ^5.10.3" ,
35- "aws-amplify" : " ^6.16.3" ,
36- "bootstrap" : " ^5.3.3" ,
37- "file-saver-es" : " ^2.0.5" ,
38- "json-2-csv" : " 5.5.11" ,
39- "jwt-decode" : " ^4.0.0" ,
40- "leaflet" : " ^1.9.4" ,
41- "leaflet.markercluster" : " ^1.5.3" ,
42- "luxon" : " ^3.5.0" ,
43- "ng-apexcharts" : " ^2.0.0" ,
44- "ngx-bootstrap" : " ^21.0.0" ,
45- "remeda" : " ^2.25.0" ,
46- "rxjs" : " ^7.8.2" ,
47- "tslib" : " ^2.8.0" ,
48- "zone.js" : " ^0.16.0"
49- },
50- "devDependencies" : {
51- "@angular-devkit/architect" : " ^0.2200.1" ,
52- "@angular-devkit/core" : " ^22.0.1" ,
53- "@angular-eslint/builder" : " ^22.0.0" ,
54- "@angular-eslint/eslint-plugin" : " ^22.0.0" ,
55- "@angular-eslint/eslint-plugin-template" : " ^22.0.0" ,
56- "@angular-eslint/schematics" : " ^22.0.0" ,
57- "@angular-eslint/template-parser" : " ^22.0.0" ,
58- "@angular/build" : " ^22.0.6" ,
59- "@angular/cli" : " ^22.0.1" ,
60- "@angular/compiler-cli" : " ^22.0.1" ,
61- "@noble/hashes" : " ^2.2.0" ,
62- "@types/jest" : " ^30.0.0" ,
63- "@types/leaflet" : " ^1.9.12" ,
64- "@types/leaflet.markercluster" : " ^1.5.4" ,
65- "@typescript-eslint/eslint-plugin" : " ^8.10.0" ,
66- "@typescript-eslint/parser" : " ^8.10.0" ,
67- "eslint" : " ^10.0.0" ,
68- "eslint-config-prettier" : " ^10.1.0" ,
69- "jest" : " ^30.3.0" ,
70- "jest-environment-jsdom" : " ^30.3.0" ,
71- "jest-preset-angular" : " ^17.0.0" ,
72- "ts-jest" : " ^29.4.4" ,
73- "ts-node" : " ^10.9.2" ,
74- "typescript" : " ^6.0.3" ,
75- "typescript-eslint" : " ^8.60.1"
76- }
77- }
1+ {
2+ "name" : " fom-admin" ,
3+ "version" : " 0.0.1" ,
4+ "license" : " MIT" ,
5+ "scripts" : {
6+ "start:admin" : " ng serve --configuration development --host=0.0.0.0" ,
7+ "build:admin" : " ng build --configuration production" ,
8+ "test-unit" : " jest --coverage" ,
9+ "test-unit-watch" : " jest --watch=true"
10+ },
11+ "private" : true ,
12+ "engines" : {
13+ "node" : " >=26.0.0 || ^24.15.0 || ^22.22.3"
14+ },
15+ "dependencies" : {
16+ "@angular/animations" : " ^22.0.1" ,
17+ "@angular/cdk" : " ^22.0.1" ,
18+ "@angular/common" : " ^22.0.1" ,
19+ "@angular/compiler" : " ^22.0.1" ,
20+ "@angular/core" : " ^22.0.1" ,
21+ "@angular/forms" : " ^22.0.1" ,
22+ "@angular/localize" : " ^22.0.1" ,
23+ "@angular/material" : " ^22.0.1" ,
24+ "@angular/platform-browser" : " ^22.0.1" ,
25+ "@angular/platform-browser-dynamic" : " ^22.0.1" ,
26+ "@angular/router" : " ^22.0.1" ,
27+ "@ng-bootstrap/ng-bootstrap" : " ^21.0.0" ,
28+ "@ngx-dropzone/cdk" : " ^22.0.0" ,
29+ "@ngx-dropzone/material" : " ^22.0.0" ,
30+ "@popperjs/core" : " ^2.11.8" ,
31+ "@rxweb/reactive-form-validators" : " ^13.0.1" ,
32+ "@types/file-saver-es" : " ^2.0.3" ,
33+ "@types/luxon" : " ^3.4.2" ,
34+ "apexcharts" : " ^5.10.3" ,
35+ "aws-amplify" : " ^6.16.3" ,
36+ "bootstrap" : " ^5.3.3" ,
37+ "file-saver-es" : " ^2.0.5" ,
38+ "json-2-csv" : " 5.5.11" ,
39+ "jwt-decode" : " ^4.0.0" ,
40+ "leaflet" : " ^1.9.4" ,
41+ "leaflet.markercluster" : " ^1.5.3" ,
42+ "luxon" : " ^3.5.0" ,
43+ "ng-apexcharts" : " ^2.0.0" ,
44+ "ngx-bootstrap" : " ^21.0.0" ,
45+ "remeda" : " ^2.25.0" ,
46+ "rxjs" : " ^7.8.2" ,
47+ "tslib" : " ^2.8.0"
48+ },
49+ "devDependencies" : {
50+ "@angular-devkit/architect" : " ^0.2200.1" ,
51+ "@angular-devkit/core" : " ^22.0.1" ,
52+ "@angular-eslint/builder" : " ^22.0.0" ,
53+ "@angular-eslint/eslint-plugin" : " ^22.0.0" ,
54+ "@angular-eslint/eslint-plugin-template" : " ^22.0.0" ,
55+ "@angular-eslint/schematics" : " ^22.0.0" ,
56+ "@angular-eslint/template-parser" : " ^22.0.0" ,
57+ "@angular/build" : " ^22.0.6" ,
58+ "@angular/cli" : " ^22.0.1" ,
59+ "@angular/compiler-cli" : " ^22.0.1" ,
60+ "@noble/hashes" : " ^2.2.0" ,
61+ "@types/jest" : " ^30.0.0" ,
62+ "@types/leaflet" : " ^1.9.12" ,
63+ "@types/leaflet.markercluster" : " ^1.5.4" ,
64+ "@typescript-eslint/eslint-plugin" : " ^8.10.0" ,
65+ "@typescript-eslint/parser" : " ^8.10.0" ,
66+ "eslint" : " ^10.0.0" ,
67+ "eslint-config-prettier" : " ^10.1.0" ,
68+ "jest" : " ^30.3.0" ,
69+ "jest-environment-jsdom" : " ^30.3.0" ,
70+ "jest-preset-angular" : " ^17.0.0" ,
71+ "ts-jest" : " ^29.4.4" ,
72+ "ts-node" : " ^10.9.2" ,
73+ "typescript" : " ^6.0.3" ,
74+ "typescript-eslint" : " ^8.60.1"
75+ }
76+ }
0 commit comments