forked from dhis2/user-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
65 lines (65 loc) · 2.28 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": "user-app",
"version": "31.0.0",
"description": "DHIS2 User app",
"license": "BSD-3-Clause",
"private": true,
"scripts": {
"build": "d2-app-scripts build",
"start": "d2-app-scripts start",
"test": "d2-app-scripts test",
"lint:js": "d2-style js check",
"lint:text": "d2-style text check",
"lint:staged": "yarn lint:js --staged && yarn lint:text --staged",
"lint": "yarn lint:js && yarn lint:text",
"format:js": "d2-style js apply",
"format:text": "d2-style text apply",
"format:staged": "yarn format:js --staged && yarn format:text --staged",
"format": "yarn format:js && yarn format:text",
"documentation": "rimraf build && jsdoc -c jsdoc.json"
},
"dependencies": {
"@dhis2/app-runtime": "^2.2.2",
"@dhis2/app-runtime-adapter-d2": "^1.0.1",
"@dhis2/d2-i18n": "^1.0.6",
"@dhis2/d2-ui-app": "^2.0.0",
"@dhis2/d2-ui-core": "^7.0.5",
"@dhis2/d2-ui-forms": "^7.0.5",
"@dhis2/d2-ui-group-editor": "^7.0.5",
"@dhis2/d2-ui-org-unit-tree": "^7.0.5",
"@dhis2/d2-ui-sharing-dialog": "^7.0.5",
"@dhis2/d2-ui-table": "^7.0.5",
"@dhis2/ui-core": "^4.1.2",
"@dhis2/ui-widgets": "^5.0.1",
"d2": "^31.7.0",
"d3-color": "^1.2.0",
"lodash.capitalize": "^4.2.1",
"lodash.debounce": "^4.0.8",
"lodash.defer": "^4.1.0",
"lodash.endswith": "^4.2.1",
"lodash.isequal": "^4.5.0",
"lodash.isundefined": "^3.0.1",
"lodash.kebabcase": "^4.1.1",
"lodash.memoize": "^4.1.2",
"lodash.snakecase": "^4.1.1",
"lodash.sortby": "^4.7.0",
"lodash.startswith": "^4.2.1",
"material-design-icons-iconfont": "^5.0.1",
"material-ui": "^0.20.0",
"react-highlight-words": "^0.16.0",
"react-redux": "^5.0.6",
"react-router": "^5.0.0",
"react-router-dom": "^5.0.0",
"redux": "^4.0.1",
"redux-form": "^7.4.2",
"redux-thunk": "^2.2.0",
"rxjs": "^5.5.6",
"trashable": "^1.0.6"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^5.1.0",
"@dhis2/cli-style": "^7.0.0",
"jsdoc": "^3.6.2",
"redux-logger": "^3.0.6"
}
}