forked from openMF/web-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
106 lines (106 loc) · 3.71 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
{
"name": "koppi-web-app",
"version": "0.1.0",
"description": "Koppi Web App is built on top of MifosX Web App, the default web application built on top of the Fineract platform leveraging the popular Angular framework.",
"keywords": [
"koppi",
"koperasi",
"mifos",
"openmf",
"fineract",
"angular"
],
"homepage": "https://github.com/blossomfinance/kopi-backoffice-web-app",
"license": "MPL-2.0",
"scripts": {
"ng": "ng",
"build": "./node_modules/.bin/ng build --prod --output-hashing=none --base-href=\"/\" --configuration=$NODE_ENV",
"build:l10n": "cp -r ./node_modules/@blossomfinance/koppi-backoffice-l10n/translations/*.json src/assets/i18n/",
"clean:l10n": "rm -rf src/assets/i18n/*",
"dev": "ng serve --aot",
"dev:proxy": "ng serve --aot --proxy-config proxy.conf.js",
"start": "npm run env -s && ng serve --aot --proxy-config proxy.conf.js",
"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",
"postinstall": "npm run build:l10n",
"docs": "hads ./docs -o",
"env": "ngx-scripts env npm_package_version",
"release": "release-it"
},
"dependencies": {
"@angular/animations": "9.1.12",
"@angular/cdk": "9.2.4",
"@angular/common": "9.1.12",
"@angular/compiler": "9.1.12",
"@angular/core": "9.1.12",
"@angular/flex-layout": "9.0.0-beta.31",
"@angular/forms": "9.1.12",
"@angular/localize": "9.1.12",
"@angular/material": "9.2.4",
"@angular/platform-browser": "9.1.12",
"@angular/platform-browser-dynamic": "9.1.12",
"@angular/router": "9.1.12",
"@angular/service-worker": "9.1.12",
"@blossomfinance/koppi-backoffice-l10n": "^0.4.5",
"@ckeditor/ckeditor5-angular": "1.2.3",
"@ckeditor/ckeditor5-build-classic": "21.0.0",
"@fortawesome/angular-fontawesome": "0.6.1",
"@fortawesome/fontawesome-svg-core": "1.2.18",
"@fortawesome/free-solid-svg-icons": "5.8.2",
"@ngx-translate/core": "11.0.1",
"@ngx-translate/http-loader": "^6.0.0",
"chart.js": "3.0.0-alpha",
"core-js": "2.5.0",
"lodash": "4.17.19",
"rxjs": "6.6.2",
"tslib": "1.10.0",
"zone.js": "0.10.2"
},
"devDependencies": {
"@angular-devkit/build-angular": "0.901.12",
"@angular/cli": "9.1.12",
"@angular/compiler-cli": "9.1.12",
"@angular/language-service": "9.1.12",
"@biesbjerg/ngx-translate-extract": "2.3.4",
"@ngx-rocket/scripts": "3.0.3",
"@types/jasmine": "3.3.13",
"@types/jasminewd2": "2.0.6",
"@types/lodash": "4.14.132",
"@types/node": "12.11.1",
"codelyzer": "5.1.2",
"hads": "1.7.3",
"htmlhint": "0.11.0",
"https-proxy-agent": "2.2.1",
"jasmine-core": "3.4.0",
"jasmine-spec-reporter": "4.2.1",
"karma": "4.1.0",
"karma-chrome-launcher": "2.2.0",
"karma-cli": "2.0.0",
"karma-coverage-istanbul-reporter": "2.0.5",
"karma-jasmine": "2.0.1",
"karma-junit-reporter": "1.2.0",
"protractor": "5.4.2",
"release-it": "^14.2.2",
"stylelint": "10.0.1",
"stylelint-config-recommended-scss": "3.3.0",
"stylelint-config-standard": "18.3.0",
"stylelint-scss": "3.6.1",
"ts-node": "8.2.0",
"tslint": "5.16.0",
"typescript": "3.8.3"
},
"repository": {
"type": "git",
"url": "https://github.com/blossomfinance/kopi-backoffice-web-app.git"
},
"bugs": {
"url": "https://github.com/blossomfinance/kopi-backoffice-web-app/issues"
},
"engines": {
"node": ">= 8.9.0",
"npm": ">= 5.5.1"
}
}