generated from openMF/ph-ee-start-here
-
Notifications
You must be signed in to change notification settings - Fork 34
/
package.json
118 lines (118 loc) · 4.11 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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
{
"name": "phee-web-app",
"version": "0.0.0",
"description": "PHEE Web App is the default web application built on top of the PHEE platform for the Mifos user community leveraging the popular Angular framework.",
"keywords": [
"mifos",
"openmf",
"fineract",
"angular"
],
"homepage": "https://github.com/openMF/ph-ee-operations-web",
"license": "MPL-2.0",
"scripts": {
"ng": "ng",
"build": "npm run env -s && ng build --configuration production --output-hashing=none",
"build:prod": "node --max-old-space-size=16384 ./node_modules/@angular/cli/bin/ng build --configuration production --output-hashing=none --base-href=\"/ph-ee-operations-web/\"",
"start": "npm run env -s && ng serve --aot",
"serve:sw": "npm run build -s && npx http-server ./dist -p 4200",
"lint": "ng lint && stylelint \"src/**/*.scss\" --syntax scss && htmlhint \"src\" --config .htmlhintrc",
"test": "npm run env -s && ng test",
"test:ci": "npm run env -s && npm run lint -s && ng test --code-coverage --watch=false",
"e2e": "npm run env -s && ng e2e",
"translations:extract": "ngx-translate-extract --input ./src --output ./src/translations/template.json --format=json --clean -sort --marker extract",
"docs": "hads ./docs -o",
"env": "ngx-scripts env npm_package_version",
"start-back": "node server.js"
},
"dependencies": {
"@angular-material-components/datetime-picker": "^16.0.1",
"@angular-material-components/moment-adapter": "^16.0.1",
"@angular/animations": "16.2.3",
"@angular/cdk": "16.2.2",
"@angular/common": "16.2.3",
"@angular/compiler": "16.2.3",
"@angular/core": "16.2.3",
"@angular/flex-layout": "^15.0.0-beta.42",
"@angular/forms": "16.2.3",
"@angular/localize": "16.2.3",
"@angular/material": "16.2.2",
"@angular/platform-browser": "16.2.3",
"@angular/platform-browser-dynamic": "16.2.3",
"@angular/router": "16.2.3",
"@angular/service-worker": "16.2.3",
"@fortawesome/angular-fontawesome": "0.10.1",
"@fortawesome/fontawesome-svg-core": "1.3.0",
"@fortawesome/free-solid-svg-icons": "6.0.0",
"@ngx-translate/core": "15.0.0",
"@ngx-translate/http-loader": "^8.0.0",
"@swimlane/ngx-charts": "20.0.1",
"angular-archwizard": "5.0.0",
"core-js": "2.5.0",
"crypto": "^1.0.1",
"dotenv": "^16.4.5",
"express": "^4.18.3",
"js-sha3": "^0.9.3",
"jwt-decode": "^2.2.0",
"keycloak-angular": "^14.1.0",
"keycloak-js": "^22.0.3",
"lodash": "4.17.21",
"moment": "^2.30.1",
"ngx-csv-parser": "^1.3.1",
"ngx-file-drop": "^16.0.0",
"node-forge": "^1.3.1",
"rxjs": "7.8.0",
"sass": "^1.47.0",
"tslib": "^2.0.0",
"xlsx": "^0.18.5",
"xng-breadcrumb": "10.0.0",
"zone.js": "~0.13.1"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.1",
"@angular/cli": "^16.2.1",
"@angular/compiler-cli": "16.2.3",
"@angular/language-service": "16.2.3",
"@biesbjerg/ngx-translate-extract": "2.3.4",
"@ngx-rocket/scripts": "3.0.3",
"@types/d3": "^7.1.0",
"@types/jasmine": "3.3.13",
"@types/jasminewd2": "2.0.6",
"@types/jwt-decode": "^2.2.1",
"@types/lodash": "4.14.132",
"@types/uuid": "^9.0.7",
"codelyzer": "6.0.0",
"daisyui": "^3.6.5",
"hads": "1.7.3",
"htmlhint": "0.11.0",
"jasmine-core": "~3.5.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.16",
"karma-chrome-launcher": "~3.1.0",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "~3.0.2",
"karma-jasmine": "~4.0.0",
"karma-junit-reporter": "1.2.0",
"nodemon": "^3.1.0",
"protractor": "~7.0.0",
"stylelint": "10.0.1",
"stylelint-config-recommended-scss": "3.3.0",
"stylelint-config-standard": "18.3.0",
"stylelint-scss": "3.6.1",
"tailwindcss": "^3.3.3",
"ts-node": "8.2.0",
"tslint": "~6.1.0",
"typescript": "4.9.5"
},
"repository": {
"type": "git",
"url": "https://github.com/openMF/ph-ee-operations-web.git"
},
"bugs": {
"url": "https://github.com/openMF/ph-ee-operations-web/issues"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.5.1"
}
}