forked from dhis2/reports-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.59 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
66
67
68
69
70
71
72
73
74
75
76
{
"name": "reports-app",
"version": "100.0.23",
"description": "",
"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 check js",
"lint:text": "d2-style check text",
"lint:staged": "yarn lint:js --staged && yarn lint:text --staged",
"lint": "yarn lint:js && yarn lint:text",
"format:js": "d2-style apply js",
"format:text": "d2-style apply text",
"format:staged": "yarn format:js --staged && yarn format:text --staged",
"format": "yarn format:js && yarn format:text",
"cypress:server": "yarn build && STORYBOOK_TESTING=1 yarn start",
"cypress:open": "yarn d2-utils-cypress open",
"cypress:run": "yarn d2-utils-cypress run"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "7.8.0",
"@dhis2/cli-style": "^10.4.1",
"@dhis2/cli-utils-cypress": "^2.2.1",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.4",
"enzyme-to-json": "^3.5.0",
"redux-devtools-extension": "^2.13.8",
"redux-mock-store": "^1.5.4"
},
"dependencies": {
"@dhis2/app-runtime": "^2.8.0",
"@dhis2/app-runtime-adapter-d2": "^1.0.1",
"@dhis2/d2-i18n": "^1.1.0",
"@dhis2/d2-ui-app": "^2.0.0",
"@dhis2/d2-ui-core": "^7.0.5",
"@dhis2/d2-ui-forms": "^7.0.8",
"@dhis2/d2-ui-org-unit-tree": "^7.0.8",
"@dhis2/d2-ui-sharing-dialog": "^7.0.8",
"@dhis2/d2-ui-table": "^7.0.8",
"@dhis2/ui": "^6.5.5",
"chart.js": "^2.7.3",
"classnames": "^2.2.6",
"connected-react-router": "^6.3.1",
"d2": "^31.7.0",
"d3-color": "^1.2.0",
"final-form": "^4.11.1",
"flexboxgrid": "^6.3.1",
"history": "^4.7.2",
"lodash.debounce": "^4.0.8",
"lodash.isempty": "^4.4.0",
"lodash.omit": "^4.5.0",
"lodash.omitby": "^4.6.0",
"lodash.size": "^4.2.0",
"material-design-icons-iconfont": "^6.0.1",
"react-chartjs-2": "^2.7.4",
"react-final-form": "^4.0.2",
"react-redux": "^7.2.1",
"react-router-dom": "^v5.2.0",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"whatwg-fetch": "3.4.0",
"xlsx": "^0.16.6"
},
"jest": {
"setupFilesAfterEnv": [
"<rootDir>src/setupTests.js"
],
"snapshotSerializers": [
"enzyme-to-json/serializer"
]
}
}