-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.74 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
{
"name": "app-management-app",
"version": "100.3.4",
"description": "The Application Management App provides the ability to upload webapps in .zip files, as well as installing apps directly from the official DHIS 2 App Store",
"scripts": {
"start": "d2-app-scripts start",
"build": "d2-app-scripts build",
"test": "d2-app-scripts test",
"lint:staged": "d2-style check --staged",
"lint": "d2-style check",
"format": "d2-style apply",
"format:staged": "d2-style apply --staged"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhis2/app-management-app.git"
},
"keywords": [
"DHIS2",
"HISP",
"apps"
],
"author": "Nicolay Ramm <[email protected]> (https://www.dhis2.org)",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/dhis2/app-management-app/issues"
},
"homepage": "https://github.com/dhis2/app-management-app#readme",
"devDependencies": {
"@dhis2/cli-app-scripts": "^11.7.0",
"@dhis2/cli-style": "^10.4.1",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^12",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^29.5.11",
"jest": "^29.7.0",
"react-dom": "^16"
},
"dependencies": {
"@dhis2/app-runtime": "^3.2.1",
"@dhis2/d2-i18n": "^1.1.3",
"@dhis2/ui": "^9.11.3",
"moment": "^2.29.0",
"prop-types": "^15.8.1",
"query-string": "^6.14.1",
"react-router-dom": "^5.2.0",
"semver": "^7.3.4",
"use-debounce": "^6.0.0",
"use-query-params": "^1.2.0"
},
"resolutions": {
"@dhis2/ui": "^9.11.3"
}
}