-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 1.78 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
{
"name": "dhis2-who-growth-charts",
"version": "1.0.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",
"tsc:check": "tsc --noEmit",
"lint": "eslint -c .eslintrc.json . --quiet",
"deploy:test": "yarn build && yarn deploy",
"cypress:run-ct": "cypress run --component"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^11.0.0",
"@testing-library/cypress": "^10.0.1",
"cypress": "^13.7.0",
"eslint": "8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.34.1",
"react-scripts": "5.1.0-next.14",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
},
"dependencies": {
"@dhis2/app-runtime": "^3.10.2",
"@dhis2/d2-i18n": "^1.1.3",
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui": "^9.4.3",
"@headlessui/react": "^1.7.18",
"@material-ui/core": "3.9.4",
"@tailwindcss/line-clamp": "^0.4.4",
"@tanstack/react-query": "^4",
"@types/chart.js": "^2.9.41",
"chart.js": "^4.4.2",
"chartjs-plugin-annotation": "^3.0.1",
"classnames": "^2.5.1",
"date-fns": "^3.6.0",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"prop-types": "15.8.1",
"react": "^16.8.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^16.8.0",
"react-popper": "^2.3.0",
"react-query": "^3.39.3",
"react-virtualized-auto-sizer": "^1.0.23",
"styled-jsx": "^4"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"resolutions": {
"@dhis2/ui": "^9.0.1",
"@dhis2/app-runtime": "^3.10.2"
}
}