@hisptz/dhis2-scorecard 1.2.21 → 1.2.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/package.json +59 -0
- package/package.json +6 -6
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@hisptz/dhis2-scorecard",
|
|
3
|
+
"version": "1.2.22",
|
|
4
|
+
"main": "./dist/index.js",
|
|
5
|
+
"module": "./dist/esm/index.js",
|
|
6
|
+
"types": "./dist/types/index.d.ts",
|
|
7
|
+
"typings": "./dist/types/index.d.ts",
|
|
8
|
+
"exports": {
|
|
9
|
+
"import": "./dist/esm/index.js",
|
|
10
|
+
"require": "./dist/index.js",
|
|
11
|
+
"types": "./dist/types/index.d.ts"
|
|
12
|
+
},
|
|
13
|
+
"sideEffects": false,
|
|
14
|
+
"license": "MIT",
|
|
15
|
+
"files": [
|
|
16
|
+
"dist/**",
|
|
17
|
+
"package.json"
|
|
18
|
+
],
|
|
19
|
+
"scripts": {
|
|
20
|
+
"build": "tsup && tsc",
|
|
21
|
+
"dev": "tsup --watch",
|
|
22
|
+
"lint": "eslint . --max-warnings 0",
|
|
23
|
+
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
|
|
24
|
+
},
|
|
25
|
+
"dependencies": {
|
|
26
|
+
"@hisptz/dhis2-analytics": "workspace:*",
|
|
27
|
+
"@hisptz/dhis2-ui": "workspace:*",
|
|
28
|
+
"@hisptz/dhis2-utils": "workspace:*",
|
|
29
|
+
"@tanstack/react-table": "^8.21.3",
|
|
30
|
+
"async-es": "^3.2.5",
|
|
31
|
+
"file-saver": "^2.0.5",
|
|
32
|
+
"luxon": "^3.4.4",
|
|
33
|
+
"react-dnd": "^16.0.1",
|
|
34
|
+
"react-dnd-html5-backend": "^16.0.1",
|
|
35
|
+
"react-error-boundary": "^4.0.12",
|
|
36
|
+
"react-jsx-parser": "^2.2.0",
|
|
37
|
+
"react-to-print": "^3.0.1",
|
|
38
|
+
"xlsx": "^0.18.5"
|
|
39
|
+
},
|
|
40
|
+
"peerDependencies": {
|
|
41
|
+
"@dhis2/app-runtime": "^3",
|
|
42
|
+
"@dhis2/d2-i18n": "^1.1.3",
|
|
43
|
+
"@dhis2/multi-calendar-dates": "^1.2.4",
|
|
44
|
+
"@dhis2/ui": "^10",
|
|
45
|
+
"classnames": "^2.5.1",
|
|
46
|
+
"eslint": "^8.56.0",
|
|
47
|
+
"lodash": "^4.17.21",
|
|
48
|
+
"react": "^18 || ^19",
|
|
49
|
+
"react-dom": "^18 || ^19",
|
|
50
|
+
"styled-jsx": "^5.1.2",
|
|
51
|
+
"tsup": "^8.0.1",
|
|
52
|
+
"typescript": "^5.3.3",
|
|
53
|
+
"usehooks-ts": "^2.9.2",
|
|
54
|
+
"zod": "^3"
|
|
55
|
+
},
|
|
56
|
+
"publishConfig": {
|
|
57
|
+
"access": "public"
|
|
58
|
+
}
|
|
59
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hisptz/dhis2-scorecard",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.23",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"module": "./dist/esm/index.js",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"tsup": "^8.3.0",
|
|
44
44
|
"typescript": "^5.3.3",
|
|
45
45
|
"usehooks-ts": "^2.9.2",
|
|
46
|
-
"@repo/
|
|
47
|
-
"@repo/
|
|
46
|
+
"@repo/eslint-config": "0.0.0",
|
|
47
|
+
"@repo/typescript-config": "0.0.2"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"@tanstack/react-table": "^8.21.3",
|
|
@@ -57,9 +57,9 @@
|
|
|
57
57
|
"react-jsx-parser": "^2.2.0",
|
|
58
58
|
"react-to-print": "^3.0.1",
|
|
59
59
|
"xlsx": "^0.18.5",
|
|
60
|
-
"@hisptz/dhis2-analytics": "2.1.
|
|
61
|
-
"@hisptz/dhis2-utils": "2.0.
|
|
62
|
-
"@hisptz/dhis2-ui": "2.0.
|
|
60
|
+
"@hisptz/dhis2-analytics": "2.1.28",
|
|
61
|
+
"@hisptz/dhis2-utils": "2.0.19",
|
|
62
|
+
"@hisptz/dhis2-ui": "2.0.51"
|
|
63
63
|
},
|
|
64
64
|
"peerDependencies": {
|
|
65
65
|
"@dhis2/app-runtime": "^3",
|