-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
84 lines (84 loc) · 2.91 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
77
78
79
80
81
82
83
84
{
"name": "maps-app",
"version": "100.7.8",
"description": "DHIS2 Maps",
"license": "BSD-3-Clause",
"author": "Bjørn Sandvik",
"private": true,
"scripts": {
"build": "d2-app-scripts build",
"start": "d2-app-scripts start",
"test": "d2-app-scripts test",
"deploy": "d2-app-scripts deploy",
"lint": "d2-style check",
"format": "d2-style apply",
"validate-commit": "d2-style check --staged",
"validate-push": "yarn test",
"cy:open": "start-server-and-test 'yarn start' http://localhost:3000 'yarn cypress open --e2e'",
"cy:run": "start-server-and-test 'yarn start' http://localhost:3000 'yarn cypress run'",
"postinstall": "patch-package"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^11.7.5",
"@dhis2/cli-style": "^10.5.1",
"@dhis2/cypress-commands": "^10.0.3",
"@dhis2/cypress-plugins": "^10.0.3",
"@semantic-release/changelog": "^6",
"@semantic-release/exec": "^6",
"@semantic-release/git": "^10",
"@testing-library/react": "^12.1.5",
"cypress": "^12.16.0",
"cypress-tags": "^1.1.2",
"cypress-wait-until": "^1.7.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.7",
"enzyme-to-json": "^3.6.2",
"eslint-plugin-cypress": "^2.15.1",
"patch-package": "^6.5.1",
"redux-devtools": "^3.7.0",
"redux-mock-store": "^1.5.4",
"semantic-release": "^20",
"start-server-and-test": "^2.0.3"
},
"dependencies": {
"@dhis2/analytics": "^26.8.4",
"@dhis2/app-runtime": "^3.11.2",
"@dhis2/app-runtime-adapter-d2": "^1.1.0",
"@dhis2/app-service-datastore": "^1.0.0-beta.3",
"@dhis2/maps-gl": "^4.0.1",
"@dhis2/ui": "^9.13.0",
"@krakenjs/post-robot": "^11.0.0",
"@testing-library/react-hooks": "^8.0.1",
"abortcontroller-polyfill": "^1.7.5",
"array-move": "^4.0.0",
"classnames": "^2.3.2",
"d2": "^31.10.2",
"d2-utilizr": "^0.2.16",
"d3-array": "^3.2.4",
"d3-axis": "^3.0.0",
"d3-color": "^3.1.0",
"d3-format": "^3.1.0",
"d3-scale": "^4.0.2",
"d3-selection": "^3.0.0",
"d3-time": "^3.1.0",
"d3-time-format": "^4.1.0",
"file-saver": "^2.0.5",
"history": "^5.3.0",
"html-to-image": "^1.11.1",
"lodash": "^4.17.21",
"loglevel": "^1.8.1",
"prop-types": "^15.8.1",
"query-string": "^8.1.0",
"react": "^16.14.0",
"react-dom": "^16.14.0",
"react-redux": "^8.1.2",
"react-sortable-hoc": "^1.11.0",
"react-virtualized": "^9.22.5",
"react-virtuoso": "^4.6.2",
"redux": "^4.2.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.4.2",
"styled-jsx": "^4.0.1",
"url-polyfill": "^1.1.12"
}
}