-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1.3 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
{
"name": "data-quality-app",
"version": "1.10.34",
"description": "",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
"build": "d2-app-scripts build",
"start": "d2-app-scripts start",
"test": "d2-app-scripts test",
"lint:js": "d2-style check js",
"lint:text": "d2-style check text",
"lint:staged": "d2-style check --staged",
"lint": "d2-style check",
"format:js": "d2-style apply js",
"format:text": "d2-style apply text",
"format:staged": "d2-style apply --staged",
"format": "d2-style apply"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^11.7.0",
"@dhis2/cli-style": "^10.4.1"
},
"dependencies": {
"@dhis2/app-runtime": "^3.8.0",
"@dhis2/d2-i18n": "^1.1.0",
"@dhis2/multi-calendar-dates": "^1.0.0",
"@dhis2/prop-types": "^2.0.3",
"@dhis2/ui": "8.12.2",
"classnames": "^2.2.5",
"material-design-icons-iconfont": "^6.1.0",
"material-ui": "0.20.2",
"prop-types": "^15.7.2",
"query-string": "^7.0.1",
"react-router-dom": "^5.0.0"
},
"resolutions": {
"@dhis2/ui": "^8.12.2"
},
"jest": {
"collectCoverageFrom": [
"src/**/*.js"
]
}
}