-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.4 KB
/
Copy pathpackage.json
File metadata and controls
68 lines (68 loc) · 2.4 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
{
"name": "metadata-management-app",
"version": "0.179.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",
"contracts": "d2-app-scripts test src/contracts/generateContracts.spec.ts"
},
"devDependencies": {
"@anatine/zod-mock": "^3.14.0",
"@dhis2/cli-app-scripts": "^12.10.4",
"@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.16.0",
"@dhis2/multi-calendar-dates": "^2.1.2",
"@dhis2/ui": "^10.14.0",
"@tanstack/react-query": "4",
"@tanstack/react-table": "^8.16.0",
"@testing-library/dom": "^10.4.0",
"@types/lodash": "^4.14.198",
"@types/react-dom": "18",
"dompurify": "^3.2.6",
"final-form-arrays": "^3.1.0",
"focus-trap-react": "^11.0.4",
"lodash": "^4.17.21",
"react-color": "^2.19.3",
"react-error-boundary": "^4.0.11",
"react-final-form": "^6.5.9",
"react-final-form-arrays": "^3.1.4",
"react-router-dom": "^6.26.1",
"use-debounce": "^10.0.3",
"use-query-params": "^2.2.1",
"zod": "^3.22.2",
"zod-to-json-schema": "^3.24.6",
"zustand": "^4.4.0"
},
"resolutions": {
"@dhis2/ui": "^10.14.0",
"@dhis2/app-runtime": "3.16.0"
}
}