forked from medic/cht-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·164 lines (164 loc) · 5.26 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
{
"name": "medic",
"version": "3.15.0",
"private": true,
"license": "AGPL-3.0-only",
"repository": {
"type": "git",
"url": "git://github.com/medic/cht-core.git"
},
"engines": {
"node": ">=8.11.0",
"npm": ">=6.4.1"
},
"scripts": {
"test": "grunt eslint && grunt unit && grunt test-api-integration && grunt e2e",
"webdriver": "webdriver-manager update && webdriver-manager start",
"wdio-setup": "rm -rf allure-results allure-report && grunt e2e-env-setup",
"wdio-local": "npm run wdio-setup && wdio run ./tests/e2e/default/wdio.conf.js",
"standard-wdio-local": "npm run wdio-setup && wdio run ./tests/e2e/standard/wdio.conf.js",
"e2e-integration": "mocha --config tests/integration/.mocharc.js ",
"wdio": "wdio run ./tests/e2e/default/wdio.conf.js",
"standard-wdio": "wdio run ./tests/e2e/standard/wdio.conf.js"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^12.1.0",
"@angular-devkit/build-angular": "^12.2.1",
"@angular-eslint/builder": "^12.0.0",
"@angular-eslint/eslint-plugin": "^12.0.0",
"@angular-eslint/eslint-plugin-template": "^12.0.0",
"@angular-eslint/schematics": "^12.3.1",
"@angular-eslint/template-parser": "^12.0.0",
"@angular/cli": "^12.2.1",
"@angular/compiler": "^12.2.1",
"@angular/compiler-cli": "^12.2.1",
"@angular/localize": "^12.2.1",
"@faker-js/faker": "^6.1.2",
"@medic/eslint-config": "^1.1.0",
"@types/chai": "^4.2.22",
"@types/jquery": "^3.5.6",
"@types/lodash": "^4.14.175",
"@types/lodash-es": "^4.17.5",
"@types/mocha": "^8.2.3",
"@types/node": "^14.17.20",
"@types/pouchdb": "^6.4.0",
"@types/sinon": "^10.0.4",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"@wdio/allure-reporter": "^7.14.1",
"@wdio/cli": "^7.14.1",
"@wdio/devtools-service": "^7.16.15",
"@wdio/local-runner": "^7.14.1",
"@wdio/mocha-framework": "^7.14.1",
"@wdio/spec-reporter": "^7.14.1",
"allure-commandline": "^2.13.8",
"angular-jsdoc": "^1.5.1",
"angular-mocks": "^1.8.2",
"bikram-sambat": "^1.7.0",
"browserify-ngannotate": "^2.0.0",
"bundlesize": "^0.18.1",
"chai": "^4.3.4",
"chai-exclude": "^2.1.0",
"chai-shallow-deep-equal": "^1.4.6",
"cht-conf": "^3.8.0",
"csv-writer": "^1.6.0",
"deep-equal-in-any-order": "^1.1.15",
"eslint": "^7.32.0",
"eslint-plugin-angular": "^4.0.1",
"eslint-plugin-async": "^0.1.1",
"eslint-plugin-compat": "^3.13.0",
"eslint-plugin-couchdb": "^0.2.0",
"eslint-plugin-jasmine": "^4.1.2",
"eslint-plugin-json": "^3.1.0",
"eslint-plugin-no-only-tests": "^2.6.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eurodigit": "^3.1.3",
"express": "^4.17.1",
"faker": "^5.5.3",
"flat": "^5.0.2",
"grunt": "^1.4.1",
"grunt-angular-templates": "^1.2.0",
"grunt-browserify": "^6.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^4.0.0",
"grunt-contrib-less": "^3.0.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "https://github.com/scdf/grunt-contrib-watch#v1.0.0-fix_dirs_firing",
"grunt-couch": "^1.5.1",
"grunt-env": "^1.0.1",
"grunt-exec": "^3.0.0",
"grunt-jsdoc": "^2.4.1",
"grunt-karma": "^4.0.2",
"grunt-mocha-test": "^0.13.3",
"grunt-notify": "^0.4.5",
"grunt-optimize-js": "^0.6.0",
"grunt-protractor-runner": "^5.0.0",
"grunt-sass": "^3.1.0",
"grunt-text-replace": "^0.4.0",
"jasmine-spec-reporter": "^7.0.0",
"jit-grunt": "^0.10.0",
"karma": "^6.3.4",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage": "^2.0.3",
"karma-firefox-launcher": "^2.1.1",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-ng-html2js-preprocessor": "^1.0.0",
"karma-spec-reporter": "0.0.32",
"lodash": "4.17.19",
"loose-envify": "^1.4.0",
"medic-conf": "^3.2.1",
"mocha": "^7.2.0",
"moment": "^2.29.1",
"moment-locales-webpack-plugin": "^1.2.0",
"node-sass": "^6.0.1",
"nodemon": "^2.0.13",
"postcss": "^8.3.6",
"pouchdb-adapter-http": "^7.2.2",
"pouchdb-core": "^7.2.2",
"pouchdb-mapreduce": "^7.2.2",
"protractor": "^7.0.0",
"protractor-jasmine2-screenshot-reporter": "^0.5.0",
"raw-loader": "^4.0.2",
"request": "^2.88.2",
"request-promise-native": "^1.0.9",
"rewire": "^5.0.0",
"rosie": "^2.1.0",
"semver": "^7.3.5",
"sinon": "^11.1.2",
"tail": "^2.2.3",
"time-grunt": "^2.0.0",
"typescript": "4.3.5",
"uuid": "^8.3.2",
"webpack-bundle-analyzer": "^4.4.2",
"zone.js": "^0.11.4"
},
"bundlesize": [
{
"path": "./build/ddocs/medic/_attachments/main.js",
"maxSize": "950 kB"
},
{
"path": "./build/ddocs/medic/_attachments/polyfills-es5.js",
"maxSize": "55 kB"
},
{
"path": "./build/ddocs/medic/_attachments/polyfills.js",
"maxSize": "20 kB"
},
{
"path": "./build/ddocs/medic/_attachments/runtime.js",
"maxSize": "1 kB"
},
{
"path": "./build/ddocs/medic/_attachments/scripts.js",
"maxSize": "55 kB"
},
{
"path": "./build/ddocs/medic/_attachments/styles.css",
"maxSize": "70 kB"
}
],
"dependencies": {}
}