-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
82 lines (82 loc) · 2.63 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
{
"name": "@opensrp/web",
"version": "0.1.10",
"private": true,
"dependencies": {
"@2fd/ant-design-icons": "^2.6.0",
"@ant-design/icons": "^4.7.0",
"@ant-design/pro-components": "^2.6.32",
"@onaio/connected-private-route": "^0.0.11",
"@onaio/connected-reducer-registry": "^0.0.3",
"@onaio/gatekeeper": "1.0.0",
"@onaio/redux-reducer-registry": "^0.0.9",
"@onaio/session-reducer": "^0.0.12",
"@onaio/utils": "^0.0.1",
"@opensrp/error-boundary-fallback": "^0.0.7",
"@opensrp/fhir-care-team": "^0.0.1",
"@opensrp/fhir-client": "^0.0.1",
"@opensrp/fhir-group-management": "^0.0.5",
"@opensrp/fhir-healthcare-service": "^0.0.1",
"@opensrp/fhir-location-management": "^0.0.1",
"@opensrp/fhir-quest-form": "^0.0.0",
"@opensrp/fhir-team-management": "^0.0.5",
"@opensrp/fhir-user-management": "^0.0.1",
"@opensrp/fhir-views": "^0.0.0",
"@opensrp/i18n": "^0.0.1",
"@opensrp/keycloak-service": "^0.0.17",
"@opensrp/notifications": "^0.0.5",
"@opensrp/pkg-config": "^0.0.9",
"@opensrp/rbac": "workspace:^",
"@opensrp/react-utils": "^0.0.12",
"@opensrp/reducer-factory": "^0.0.13",
"@opensrp/server-logout": "^0.0.2",
"@opensrp/server-service": "^0.0.17",
"@opensrp/store": "^0.0.10",
"@sentry/react": "^5.27.4",
"antd": "^5.5.2",
"bootstrap": "^4.5.2",
"client-oauth2": "^4.3.3",
"connected-react-router": "^6.8.0",
"jsdom-global": "^3.0.2",
"lodash": "^4.17.20",
"react-query": "^3.15.1",
"react-scripts": "4.0.3",
"redux": "^4.0.5",
"redux-thunk": "^2.3.0",
"reselect": "^4.0.0",
"seamless-immutable": "^7.1.4"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "cd ../ && yarn test app --verbose --collectCoverage=true && cd app",
"test:watch": "cd ../ && yarn test app --verbose --watch && cd app",
"lint": "eslint ./**/*.{ts,tsx} --max-warnings 0",
"lint-snap": "eslint ./**/*.snap",
"eject": "react-scripts eject",
"coveralls": "set CI=true && yarn test --runInBand --verbose --coverage=true --forceExit --detectOpenHandles && cat ./coverage/lcov.info | coveralls"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"peerDependencies": {
"react": "17.0.0",
"react-dom": "17.0.0",
"react-helmet": "^6.1.0",
"react-redux": "^7.2.1",
"react-router": "^5.2.1",
"react-router-dom": "^5.2.1"
}
}