generated from Saudigitus/dhis2-emis-skeleton
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
62 lines (62 loc) · 1.75 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "SEMIS-Enrollment",
"version": "1.3.0",
"description": "",
"license": "BSD-3-Clause",
"private": true,
"manifest.webapp": {
"name": "SEMIS-Enrollment",
"description": "",
"launch_path": "index.html",
"appType": "RESOURCE",
"activities": {
"dhis": {
"href": "*"
}
}
},
"scripts": {
"build": "d2-app-scripts build",
"start": "d2-app-scripts start --proxy https://ethiopia.waliku.org/ethiopia",
"test": "d2-app-scripts test",
"deploy": "d2-app-scripts deploy"
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"@dhis2/cli-app-scripts": "^10.3.9",
"eslint": "^8.44.0",
"eslint-config-standard-with-typescript": "^36.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-n": "^16.0.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.32.2",
"typescript": "*"
},
"dependencies": {
"@date-io/date-fns": "1.3.13",
"@dhis2/app-runtime": "^3.9.4",
"@dhis2/app-service-datastore": "^1.0.0-beta.3",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@material-ui/pickers": "3.3.10",
"bootstrap": "4.6.0",
"classnames": "^2.3.1",
"date-fns": "2.29.3",
"lottie-react": "^2.4.0",
"material-ui-dropzone": "^3.5.0",
"react-addons-update": "^15.6.3",
"react-bootstrap": "^2.8.0",
"react-dnd": "14.0.3",
"react-dnd-html5-backend": "14.0.1",
"react-router-dom": "^6.14.1",
"react-select": "1.3.0",
"recoil": "^0.7.7",
"xlsx": "^0.18.5",
"zod": "^3.22.4",
"lottie-react": "^2.4.0",
"@mui/material": "^5.14.5",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0"
}
}