-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 2.42 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
{
"name": "dashboard-app",
"version": "31.0.1",
"description": "DHIS2 Dashboards app",
"private": true,
"license": "BSD-3-Clause",
"dependencies": {
"@dhis2/analytics": "^11.0.14",
"@dhis2/app-runtime": "^2.4.0",
"@dhis2/app-runtime-adapter-d2": "^1.0.1",
"@dhis2/d2-i18n": "^1.0.6",
"@dhis2/d2-ui-core": "^7.0.7",
"@dhis2/d2-ui-interpretations": "^7.0.8",
"@dhis2/d2-ui-mentions-wrapper": "^7.0.8",
"@dhis2/d2-ui-rich-text": "^7.0.8",
"@dhis2/d2-ui-sharing-dialog": "^7.0.8",
"@dhis2/d2-ui-translation-dialog": "^7.0.8",
"@dhis2/data-visualizer-plugin": "^35.12.33",
"@dhis2/ui": "^5.7.2",
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^4.9.1",
"classnames": "^2.2.6",
"d2": "^31.8.1",
"d2-utilizr": "^0.2.16",
"i18next": "^19.7.0",
"lodash": "^4.17.20",
"moment": "^2.27.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-grid-layout": "1.1.0",
"react-redux": "^7.2.1",
"react-router-dom": "^5.2.0",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"styled-jsx": "^3.3.0",
"typeface-roboto": "^0.0.75",
"whatwg-fetch": "^3.4.0"
},
"scripts": {
"start": "d2-app-scripts start",
"coverage": "npm test -- --coverage",
"lint": "d2-style js check || d2-style text check",
"build": "d2-app-scripts build",
"build:netlify": "yarn build --standalone",
"test": "d2-app-scripts test",
"validate-push": "CI=true yarn test",
"postinstall": "patch-package"
},
"devDependencies": {
"@dhis2/cli-app-scripts": "^5",
"@dhis2/cli-style": "^7.0.0",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"d2-manifest": "^1.0.0",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.5.0",
"immutability-helper": "^3.1.1",
"patch-package": "^6.2.2",
"postinstall-postinstall": "^2.1.0",
"redux-mock-store": "^1.5.4"
},
"jest": {
"setupFilesAfterEnv": [
"<rootDir>/src/setupTests.js"
],
"moduleNameMapper": {
"^.+\\.(css|sass|scss)$": "identity-obj-proxy"
}
}
}