-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
29 lines (29 loc) · 901 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
{
"name": "custom-report-builder",
"version": "0.5.0",
"description": "",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
"build": "d2-app-scripts build",
"start": "d2-app-scripts start",
"test": "d2-app-scripts test",
"lint": "d2-style js check && d2-style text check",
"format": "d2-style js apply && d2-style text apply"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^5.0.0",
"@dhis2/cli-style": "^7.0.0"
},
"dependencies": {
"@dhis2/analytics": "^11.0.10",
"@dhis2/app-runtime": "^2.2.2",
"@dhis2/app-service-datastore": "^1.0.0-alpha.1",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"classnames": "^2.2.6",
"lodash": "^4.17.20",
"react-router-dom": "^5.2.0",
"react-to-print": "^2.10.0"
}
}