-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
124 lines (124 loc) · 3.85 KB
/
package.json
File metadata and controls
124 lines (124 loc) · 3.85 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
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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
{
"name": "bottleneck-analysis-app",
"version": "1.4.3",
"description": "",
"author": {
"name": "HISP Tanzania",
"email": "dev@hisptanzania.org",
"url": "https://hisptanzania.org"
},
"license": "BSD-3-Clause",
"private": true,
"scripts": {
"build": "d2-app-scripts build --no-verify",
"dev": "dotenv -- cross-var d2-app-scripts start --proxy %DHIS2_PROXY%",
"start:no-proxy": "d2-app-scripts start",
"test": "d2-app-scripts test",
"deploy": "d2-app-scripts deploy",
"format": "d2-style apply",
"e2e:run": "concurrently 'BROWSER=none yarn start' 'wait-on 'http-get://localhost:3000' && cypress run' --kill-others --success first ",
"e2e:open": "concurrently 'BROWSER=none yarn start' 'wait-on 'http-get://localhost:3000' && cypress open' --kill-others --success first ",
"release": "semantic-release",
"apphub:publish": "d2-app-scripts publish"
},
"devDependencies": {
"@cypress/browserify-preprocessor": "^3.0.2",
"@dhis2/cli-app-scripts": "12.8.0-alpha.1",
"@dhis2/cli-style": "^10.7.3",
"@dhis2/cli-utils-cypress": "^10.0.6",
"@dhis2/cypress-commands": "^10.0.6",
"@dhis2/cypress-plugins": "^10.0.6",
"@hookform/devtools": "^4.0.1",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/commit-analyzer": "^13.0.1",
"@semantic-release/exec": "^7.0.3",
"@semantic-release/git": "^10.0.1",
"@semantic-release/github": "^11.0.1",
"@semantic-release/npm": "^12.0.1",
"@semantic-release/release-notes-generator": "^14.0.3",
"@tailwindcss/vite": "^4.1.16",
"@types/async": "^3.2.9",
"@types/d3-color": "^3.0.2",
"@types/d3-scale": "^4.0.2",
"@types/dom-to-image": "^2.6.4",
"@types/file-saver": "^2.0.4",
"@types/jquery": "^3.5.30",
"@types/leaflet": "^1.9.12",
"@types/lodash": "^4.17.5",
"@types/node": "^20.19.23",
"@types/react": "18.3.3",
"@types/react-color": "^3.0.12",
"@types/react-dom": "18.3.0",
"@types/react-final-form-listeners": "^1.0.0",
"@types/react-helmet": "^6.1.5",
"@types/react-router-dom": "^5.3.2",
"@types/react-table": "^7.7.20",
"concurrently": "^8.2.2",
"cross-var": "^1.1.0",
"cucumber": "^6.0.7",
"cypress": "^13.11.0",
"cypress-cucumber-preprocessor": "^4.3.1",
"cypress-multi-reporters": "^1.6.1",
"dotenv": "^16.4.5",
"dotenv-cli": "^7.4.2",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-cypress": "^3.3.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.2",
"prettier": "^3.3.2",
"semantic-release": "^24.2.8",
"typescript": "^5.4.5",
"vite": "^7.1.12",
"wait-on": "^7.2.0"
},
"dependencies": {
"@dhis2/app-runtime": "^3.14.3",
"@dhis2/app-service-datastore": "^1.0.0-alpha.2",
"@dhis2/ui": "^10.7.2",
"@hisptz/dhis2-utils": "^2.0.18",
"@hisptz/react-ui": "^1.0.88",
"@iapps/period-utilities": "1.0.3",
"@material-ui/core": "^4.12.3",
"@material-ui/icons": "^4.11.2",
"@tanstack/react-table": "^8.17.3",
"async-es": "^3.2.4",
"d3-color": "^3.0.1",
"d3-scale": "^4.0.2",
"dom-to-image": "^2.6.0",
"file-saver": "^2.0.5",
"geolib": "^3.3.3",
"highcharts": "^11.4.3",
"highcharts-grouped-categories": "^1.3.2",
"highcharts-react-official": "^3.1.0",
"intro.js": "^4.3.0",
"intro.js-react": "^0.5.0",
"jquery": "^3.7.1",
"jszip": "^3.7.1",
"lodash": "^4.17.21",
"leaflet": "^1.7.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-color": "^2.19.3",
"react-error-boundary": "^4.0.13",
"react-error-overlay": "6.0.11",
"react-final-form-listeners": "^1.0.3",
"react-full-screen": "^1.1.0",
"react-helmet": "^6.1.0",
"react-hook": "^0.0.1",
"react-hook-form": "^7.51.5",
"react-query": "^3.39.3",
"react-router-dom": "^6.23.1",
"react-script": "^2.0.5",
"recoil": "^0.7.7",
"xlsx": "^0.18.5"
},
"cypress-cucumber-processor": {
"nonGlobalStepDefinitions": true
},
"eslintConfig": {
"extends": [
"react-app"
]
},
"packageManager": "pnpm@10.19.0"
}