forked from openmrs/openmrs-ngx-formentry
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 3.15 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
{
"name": "@openmrs/ngx-formentry",
"version": "5.0.0",
"license": "MPL-2.0",
"scripts": {
"ng": "ng",
"start": "ng serve",
"build": "ng build --configuration production",
"build:lib": "ng build ngx-formentry --configuration production",
"test": "ng test ngx-formentry --watch=false",
"test:watch": "ng test ngx-formentry",
"lint": "TIMING=1 ng lint",
"prettier": "prettier --config .prettierrc --write \"projects/**/*.{html,js,ts,css,scss}\" \"src/**/*.{html,js,ts,css,scss}\" --list-different --ignore-unknown",
"e2e": "ng e2e"
},
"peerDependencies": {
"@carbon/styles": "1.x"
},
"dependencies": {
"@angular-devkit/core": "^16.2.11",
"@angular-extensions/elements": "^16.0.0",
"@angular/animations": "^16.2.12",
"@angular/cdk": "^16.2.12",
"@angular/common": "^16.2.12",
"@angular/compiler": "^16.2.12",
"@angular/core": "^16.2.12",
"@angular/forms": "^16.2.12",
"@angular/platform-browser": "^16.2.12",
"@angular/platform-browser-dynamic": "^16.2.12",
"@angular/router": "^16.2.12",
"@carbon/styles": "1.x",
"@ng-select/ng-select": "^11.2.0",
"@ngx-translate/core": "^15.0.0",
"@openmrs/ngx-file-uploader": "next",
"core-js": "^2.6.12",
"font-awesome": "^4.7.0",
"jquery": "^3.7.1",
"jspdf": "^2.5.1",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"ngx-bootstrap": "^11.0.1",
"ngx-webcam": "0.4.1",
"pdfmake": "0.1.72",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"shelljs": "^0.7.8",
"systemjs": "^6.14.2",
"time-ago-pipe": "^1.3.2",
"tree-model": "^1.0.7",
"tslib": "^2.0.0",
"zone.js": "~0.13.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^16.2.11",
"@angular-eslint/builder": "^16.3.1",
"@angular-eslint/eslint-plugin": "^16.3.1",
"@angular-eslint/eslint-plugin-template": "^16.3.1",
"@angular-eslint/schematics": "^16.3.1",
"@angular-eslint/template-parser": "^16.3.1",
"@angular/cli": "^16.2.11",
"@angular/compiler-cli": "^16.2.12",
"@angular/language-service": "^16.2.12",
"@angular/material": "^16.2.12",
"@types/jasmine": "~3.6.11",
"@types/jasminewd2": "~2.0.11",
"@types/node": "^12.20.55",
"@typescript-eslint/eslint-plugin": "^5.0.0",
"@typescript-eslint/parser": "^5.0.0",
"browserslist-config-openmrs": "^1.0.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^9.0.0",
"husky": "^4.3.8",
"jasmine-core": "~5.1.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage-istanbul-reporter": "~3.0.3",
"karma-firefox-launcher": "^2.1.2",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ng-packagr": "~16.2.3",
"prettier": "2.1.2",
"protractor": "~7.0.0",
"sass": "^1.68.0",
"ts-node": "~5.0.1",
"turbo": "^1.10.14",
"typescript": "~4.9.5"
},
"browserslist": [
"extends browserslist-config-openmrs"
],
"husky": {
"hooks": {
"pre-commit": "yarn turbo prettier && yarn turbo lint",
"pre-push": "yarn turbo test --color"
}
},
"packageManager": "[email protected]"
}