-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 2.22 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 2.22 KB
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
{
"name": "dhis2-godata-interoperability",
"version": "1.0.0",
"description": "DHIS2 - Go.Data Interoperability App",
"license": "MIT",
"author": "World Health Organization",
"private": true,
"scripts": {
"build": "d2-app-scripts build",
"start": "d2-app-scripts start",
"test": "d2-app-scripts test",
"cy:start": "BROWSER=none yarn start",
"cy:open": "d2-utils-cypress open --appStart 'yarn cy:start'",
"cy:run": "d2-utils-cypress run --appStart 'yarn cy:start'",
"lint:js": "d2-style js check",
"lint:text": "d2-style text check",
"lint:staged": "yarn lint:js --staged && yarn lint:text --staged",
"lint": "yarn lint:js && yarn lint:text",
"format:js": "d2-style js apply",
"format:text": "d2-style text apply",
"format:staged": "yarn format:js --staged && yarn format:text --staged",
"format": "yarn format:js && yarn format:text"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^3.0.2",
"@dhis2/cli-style": "^7.0.0",
"@dhis2/cli-utils-cypress": "^9.0.2",
"@testing-library/react-hooks": "^3.3.0",
"react-test-renderer": "^16.13.1"
},
"dependencies": {
"@dhis2-ui/table": "^8.2.5",
"@dhis2/app-runtime": "^2.2.2",
"@dhis2/app-runtime-adapter-d2": "^1.1.0",
"@dhis2/prop-types": "^2.0.0",
"@dhis2/ui": "^5.6.2",
"@turf/centroid": "^6.5.0",
"@turf/turf": "^6.5.0",
"ajv": "^8.7.1",
"axios": "^0.24.0",
"classnames": "^2.2.6",
"d2": "^31.4.0",
"dot-object": "^2.1.4",
"eslint-plugin-prettier": "^4.0.0",
"express": "^4.17.1",
"http-proxy-middleware": "^2.0.1",
"jsoneditor": "^9.5.7",
"jsoneditor-react": "^3.1.1",
"moment": "^2.27.0",
"react-http-client": "^1.0.1",
"react-json-view": "^1.21.3",
"react-jsonpath-editor": "^1.4.0",
"react-responsive-modal": "^6.1.0",
"react-router-dom": "^5.2.0",
"react-schedule-job": "^1.2.0",
"react-spinners": "^0.11.0",
"react-status-alert": "^1.1.2",
"traverse": "^0.6.6",
"turf-centroid": "^3.0.12"
}
}