-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.73 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.73 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
{
"name": "program_configuration",
"title": "Program Configuration",
"author": "BAO Systems",
"version": "2.2.2",
"description": "Tracker Programs management tool",
"license": "CC-BY-4.0",
"private": true,
"scripts": {
"build": "d2-app-scripts build",
"start": "d2-app-scripts start",
"test": "d2-app-scripts test",
"deploy": "d2-app-scripts deploy",
"lint": "yarn d2-style check",
"lint:staged": "yarn lint --staged",
"format": "yarn d2-style apply",
"format:staged": "yarn format --staged"
},
"devDependencies": {
"@craco/craco": "^7.1.0",
"@dhis2/cli-app-scripts": "^8.3.2",
"@dhis2/cli-style": "^10.5.1",
"process": "^0.11.10",
"react-error-overlay": "6.0.9"
},
"resolutions": {
"react-scripts/**/react-error-overlay": "6.0.9"
},
"dependencies": {
"@dhis2/app-runtime": "^3.2.9",
"@dhis2/ui": "^7.2.0",
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.5.1",
"@mui/lab": "^5.0.0-alpha.79",
"@mui/material": "^5.5.2",
"@mui/x-data-grid": "^5.9.0",
"@uiw/react-md-editor": "^3.11.2",
"exceljs": "^4.3.0",
"file-saver": "^2.0.5",
"jquery": "^3.6.0",
"prop-types": "^15.8.1",
"react-beautiful-dnd": "^13.1.0",
"react-color": "2.17.3",
"react-hook-form": "^7.34.0",
"react-redux": "^7.2.5",
"react-router-dom": "^5.3.0",
"react-sweet-progress": "^1.1.2",
"redux": "^4.1.1",
"redux-thunk": "^2.3.0",
"rehype-sanitize": "^5.0.1",
"semver": "^7.3.7",
"tinycolor2": "^1.4.2"
}
}