generated from Saudigitus/dhis2-emis-enrollment
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.25 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
{
"name": "semis-transfer",
"version": "1.1.0",
"description": "",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
"build": "d2-app-scripts build",
"start": "d2-app-scripts start --proxy https://emis.dhis2.org/startracker",
"test": "d2-app-scripts test",
"deploy": "d2-app-scripts deploy"
},
"devDependencies": {
"@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",
"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",
"zod": "^3.21.4"
}
}