-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.34 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
{
"name": "cluster-management",
"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",
"cypress:open": "yarn d2-utils-cypress open --appStart=''",
"cypress:start-open": "yarn d2-utils-cypress open",
"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": "^5.2.2",
"@dhis2/cli-style": "^7.0.0",
"@dhis2/cli-utils-cypress": "^2.2.1"
},
"dependencies": {
"@dhis2/app-runtime": "^2.3.0",
"@dhis2/d2-ui-core": "^7.0.8",
"@dhis2/prop-types": "^2.0.0",
"@dhis2/ui": "^5.7.2",
"country-code-lookup": "^0.0.18",
"leaflet": "^1.7.1",
"react-leaflet": "^2.7.0",
"react-leaflet-markercluster": "^2.0.0"
}
}