-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 1.97 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
{
"name": "idr_server",
"version": "1.0.0",
"description": "IDR(Integrated Data Repository) Server is a service that houses metadata for/and receives extracted data from IDR Clients.",
"main": "index.js",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/savannahghi/idr-server.git"
},
"keywords": [
"idr",
"idr_server",
"etl"
],
"author": "Savannah Informatics Global Health Institute",
"license": "MIT",
"bugs": {
"url": "https://github.com/savannahghi/idr-server/issues"
},
"homepage": "https://github.com/savannahghi/idr-server#readme",
"engines": {
"node": ">=8"
},
"browserslist": [
"last 2 versions"
],
"scripts": {
"dev": "gulp",
"build": "gulp generate-assets",
"prepush": "npm run test && npm run audit",
"audit": "better-npm-audit audit"
},
"devDependencies": {
"autoprefixer": "^10.4.14",
"browser-sync": "^3.0.2",
"cssnano": "^5.1.15",
"del": "^7.0.0",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^8.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-concat": "^2.6.1",
"gulp-header": "^2.0.9",
"gulp-imagemin": "^8.0.0",
"gulp-line-ending-corrector": "^1.0.3",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"gulp-uglify-es": "^3.0.0",
"merge-stream": "^2.0.0",
"pixrem": "^5.0.0",
"sass": "^1.60.0",
"trim-newlines": "^4.1.1"
},
"dependencies": {
"better-npm-audit": "^3.7.3",
"bootstrap": "^4.6.2",
"bootstrap-datepicker": "^1.9.0",
"bootstrap4-toggle": "^3.6.1",
"chart": "^0.1.2",
"jquery": "^3.6.4",
"jquery-validation": "^1.19.5",
"jquery.easing": "^1.4.1",
"js-cookie": "^3.0.1",
"jszip": "^3.10.1",
"pdfmake": "^0.2.7",
"pg": "^8.10.0",
"popper.js": "^1.16.1",
"select2": "^4.1.0-rc.0"
},
"type": "module"
}