-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
89 lines (89 loc) · 3.5 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "aggregate-data-entry-app",
"version": "100.11.5",
"description": "",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
"build": "d2-app-scripts build",
"start": "d2-app-scripts start",
"start:nobrowser": "BROWSER=none yarn start",
"test": "TZ=Etc/UTC d2-app-scripts test",
"deploy": "d2-app-scripts deploy",
"format": "d2-style apply",
"format:staged": "d2-style apply --staged",
"lint": "d2-style check",
"lint:staged": "d2-style check --staged",
"cypress:start": "REACT_APP_NODE_ENV=test yarn start:nobrowser",
"cypress:open:live": "yarn cypress open --env networkMode=live",
"cypress:open:capture": "yarn cypress open --env networkMode=capture",
"cypress:open:stub": "yarn cypress open --env networkMode=stub",
"cypress:run:live": "yarn cypress run --env networkMode=live",
"cypress:run:capture": "yarn cypress run --env networkMode=capture",
"cypress:run:stub": "yarn cypress run --env networkMode=stub",
"cypress:prepare": "start-server-and-test 'yarn cypress:start' http://localhost:3000",
"cypress:live": "yarn cypress:prepare 'yarn cypress:open:live'",
"cypress:capture": "yarn cypress:prepare 'yarn cypress:run:capture'",
"cypress:stub": "yarn cypress:prepare 'yarn cypress:run:stub'",
"jgs:start": "BROWSER=none yarn start --proxy https://debug.dhis2.org/dev"
},
"devDependencies": {
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@badeball/cypress-cucumber-preprocessor": "^16.0.0",
"@cypress/webpack-preprocessor": "^5.17.0",
"@dhis2/cli-app-scripts": "^11.7.2",
"@dhis2/cli-style": "^10.7.4",
"@dhis2/cypress-commands": "^10.0.1",
"@dhis2/cypress-plugins": "^10.0.1",
"@dhis2/d2-i18n": "1.1.3",
"@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "12.1.5",
"@testing-library/react-hooks": "7.0.2",
"@testing-library/user-event": "13.5.0",
"cypress": "^12.8.1",
"enzyme": "3.11.0",
"enzyme-adapter-react-16": "1.15.7",
"eslint-plugin-cypress": "2.12.1",
"fake-indexeddb": "4.0.1",
"jest-extended": "^4.0.2",
"start-server-and-test": "1.15.4"
},
"dependencies": {
"@dhis2/app-runtime": "^3.10.2",
"@dhis2/multi-calendar-dates": "^1.3.1",
"@dhis2/ui": "^9.11.8",
"@dhis2/ui-forms": "7.16.3",
"@tanstack/react-query": "4.24.10",
"@tanstack/react-query-devtools": "4.24.14",
"@tanstack/react-query-persist-client": "4.24.10",
"chart.js": "3.9.1",
"classnames": "2.3.2",
"dompurify": "^3.0.9",
"expr-eval": "2.0.2",
"final-form": "4.20.9",
"final-form-set-field-data": "1.0.2",
"history": "5.3.0",
"html-react-parser": "1.4.14",
"idb-keyval": "6.2.0",
"lodash.throttle": "4.1.1",
"prop-types": "15.8.1",
"query-string": "7.1.3",
"re-reselect": "4.0.1",
"react-chartjs-2": "4.3.1",
"react-final-form": "6.5.9",
"react-router-dom": "5.3.4",
"reselect": "4.1.7",
"tabbable": "5.3.3",
"use-query-params": "1.2.3",
"zustand": "4.1.5"
},
"engines": {
"node": ">=14.0.0"
},
"resolutions": {
"@dhis2/multi-calendar-dates": "^1.3.2",
"@dhis2/ui": "^9.2.0",
"@dhis2/app-runtime": "^3.10.2",
"@dhis2/d2-i18n": "1.1.3"
}
}