-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.61 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
{
"name": "dhis2-semis-functions",
"version": "0.0.4-alpha.22",
"description": "",
"license": "BSD-3-Clause",
"private": false,
"main": "dist/index.js",
"types": "dist/declarations/index.d.ts",
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/index.js",
"types": "./dist/declarations/index.d.ts"
}
},
"scripts": {
"build": "d2-app-scripts build",
"start": "d2-app-scripts start --proxy https://emis.dhis2.org/startracker",
"test": "d2-app-scripts test",
"deploy": "d2-app-scripts deploy",
"lib": "rimraf ./dist && npx tsc -b"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^12.0.0-alpha.23",
"@types/node": "^22.10.1",
"rimraf": "^6.0.1",
"ts-node": "^10.9.2",
"typescript": "*"
},
"dependencies": {
"@date-io/date-fns": "1.3.13",
"@dhis2-ui/modal": "^9.14.0",
"@dhis2/app-runtime": "^3.11.2",
"@dhis2/multi-calendar-dates": "^1.3.2",
"@dhis2/ui": "^9.15.0",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@material-ui/pickers": "^3.3.11",
"@types/css-modules": "^1.0.5",
"bootstrap": "^5.3.3",
"classnames": "^2.5.1",
"date-fns": "2.29.3",
"dhis2-semis-components": "^0.6.2-alpha.73",
"exceljs": "^4.4.0",
"file-saver": "^2.0.5",
"lottie-react": "^2.4.0",
"react-beautiful-dnd": "^13.1.1",
"react-bootstrap": "^2.10.5",
"react-final-form": "^6.5.9",
"react-router-dom": "^6.28.0",
"recoil": "^0.7.7",
"typescript": "^5.7.2",
"xlsx": "^0.18.5"
},
"files": [
"dist"
]
}