forked from hisprwanda/who-data-quality-annual-report
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·30 lines (30 loc) · 882 Bytes
/
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
{
"name": "who-data-quality-annual-report",
"version": "1.0.0",
"description": "",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
"build": "d2-app-scripts build",
"start": "d2-app-scripts start",
"test": "d2-app-scripts test",
"deploy": "d2-app-scripts deploy",
"lint": "d2-style check",
"format": "d2-style apply"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^10.3.8",
"@dhis2/cli-style": "^10.5.1"
},
"dependencies": {
"@dhis2/analytics": "^25.1.10",
"@dhis2/app-runtime": "^3.9.4",
"@dhis2/multi-calendar-dates": "^1.0.2",
"@dhis2/ui": "^8.14.9",
"@dhis2/ui-core": "^6.24.0",
"classnames": "^2.3.2",
"highcharts": "^11.1.0",
"react-router-dom": "^6.11.1",
"regression": "^2.0.1"
}
}