forked from medic/cht-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
141 lines (141 loc) · 4.32 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
{
"name": "medic",
"version": "3.12.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"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^10.0.1",
"@angular-devkit/build-angular": "^0.1000.8",
"@angular-eslint/builder": "^0.6.0-beta.0",
"@angular-eslint/eslint-plugin": "^0.6.0-beta.0",
"@angular-eslint/eslint-plugin-template": "^0.6.0-beta.0",
"@angular-eslint/schematics": "^0.6.0-beta.0",
"@angular-eslint/template-parser": "^0.6.0-beta.0",
"@angular/cli": "^10.0.8",
"@angular/compiler": "^10.0.14",
"@angular/compiler-cli": "^10.0.14",
"@angular/localize": "^10.0.14",
"@medic/eslint-config": "^1.1.0",
"@types/chai": "^4.2.16",
"@types/jquery": "^3.5.5",
"@types/lodash": "^4.14.168",
"@types/lodash-es": "^4.17.4",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.39",
"@types/pouchdb": "^6.4.0",
"@types/sinon": "^9.0.11",
"@typescript-eslint/eslint-plugin": "^4.22.0",
"@typescript-eslint/parser": "^4.22.0",
"angular-jsdoc": "^1.5.1",
"angular-mocks": "^1.7.9",
"autoprefixer": "^9.8.6",
"browserify-ngannotate": "^2.0.0",
"bundlesize": "^0.18.1",
"chai": "^4.3.4",
"chai-exclude": "^2.0.3",
"chai-shallow-deep-equal": "^1.4.6",
"eslint": "^6.8.0",
"eslint-plugin-angular": "^4.0.1",
"eslint-plugin-async": "^0.1.1",
"eslint-plugin-compat": "^3.9.0",
"eslint-plugin-couchdb": "^0.2.0",
"eslint-plugin-jasmine": "^4.1.2",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-no-only-tests": "^2.5.0",
"eslint-plugin-promise": "^4.3.1",
"express": "^4.17.1",
"flat": "^5.0.2",
"grunt": "^1.3.0",
"grunt-angular-templates": "^1.2.0",
"grunt-browserify": "^5.3.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-cssmin": "^3.0.0",
"grunt-contrib-less": "^2.1.0",
"grunt-contrib-uglify-es": "^3.3.0",
"grunt-contrib-watch": "github: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.0",
"grunt-mocha-test": "^0.13.3",
"grunt-notify": "^0.4.5",
"grunt-optimize-js": "^0.6.0",
"grunt-postcss": "^0.9.0",
"grunt-protractor-runner": "^5.0.0",
"grunt-sass": "^3.1.0",
"grunt-text-replace": "^0.4.0",
"jasmine-spec-reporter": "^6.0.0",
"jit-grunt": "^0.10.0",
"karma": "^5.2.3",
"karma-chrome-launcher": "^3.1.0",
"karma-coverage-istanbul-reporter": "^3.0.3",
"karma-firefox-launcher": "^1.3.0",
"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": "^4.14.1",
"nodemon": "^2.0.7",
"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",
"request": "^2.88.2",
"request-promise-native": "^1.0.8",
"rewire": "^5.0.0",
"rosie": "^2.1.0",
"semver": "^7.3.5",
"sinon": "^8.1.1",
"sw-precache": "^5.2.1",
"tail": "^2.2.2",
"time-grunt": "^2.0.0",
"typescript": "^3.9.9",
"webpack-bundle-analyzer": "^4.4.1"
},
"bundlesize": [
{
"path": "./build/ddocs/medic/_attachments/main.js",
"maxSize": "800 kB"
},
{
"path": "./build/ddocs/medic/_attachments/polyfills-es5.js",
"maxSize": "50 kB"
},
{
"path": "./build/ddocs/medic/_attachments/polyfills.js",
"maxSize": "16 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"
}
]
}