-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
60 lines (60 loc) · 2.07 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
{
"name": "maintenance-app",
"version": "0.34.0",
"description": "",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
"build": "d2-app-scripts build",
"start": "d2-app-scripts start",
"test": "d2-app-scripts test",
"deploy": "d2-app-scripts deploy",
"lint": "yarn d2-style check",
"lint:staged": "yarn lint --staged",
"format": "yarn d2-style apply",
"format:staged": "yarn format --staged",
"check-types": "tsc --noemit",
"cypress:open": "REACT_APP_NODE_ENV=test yarn cypress open",
"cypress:run": "REACT_APP_NODE_ENV=test yarn cypress run",
"postinstall": "yarn d2-style install"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^12.0.0",
"@dhis2/cli-style": "^10.7.5",
"@dhis2/cypress-commands": "^10.0.3",
"@dhis2/cypress-plugins": "^10.0.3",
"@faker-js/faker": "^8.4.1",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.2.0",
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.6.0",
"@types/jest": "^29.5.3",
"@types/react": "^18.2.6",
"@typescript-eslint/eslint-plugin": "^8.2.0",
"@typescript-eslint/parser": "^8.2.0",
"cypress": "^13.13.3",
"typescript": "^5.5.4",
"whatwg-fetch": "^3.6.17"
},
"dependencies": {
"@dhis2/app-runtime": "^3.12.0",
"@dhis2/multi-calendar-dates": "^2.0.0",
"@dhis2/ui": "^10.1.10",
"@tanstack/react-query": "4",
"@tanstack/react-table": "^8.16.0",
"@testing-library/dom": "^10.4.0",
"@types/lodash": "^4.14.198",
"lodash": "^4.17.21",
"react-color": "^2.19.3",
"react-error-boundary": "^4.0.11",
"react-final-form": "^6.5.9",
"react-router-dom": "^6.26.1",
"use-debounce": "^10.0.3",
"use-query-params": "^2.2.1",
"zod": "^3.22.2",
"zustand": "^4.4.0"
},
"resolutions": {
"@dhis2/multi-calendar-dates": "^2.0.0"
}
}