forked from dhis2/capture-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
143 lines (143 loc) · 4.53 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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
{
"name": "capture-app",
"homepage": ".",
"version": "34.0.2",
"cacheVersion": "1",
"private": false,
"dependencies": {
"@dhis2/app-runtime": "^2.0.4",
"@dhis2/d2-i18n": "^1.0.6",
"@dhis2/d2-icons": "^1.0.1",
"@dhis2/d2-ui-app": "^2.0.0",
"@dhis2/d2-ui-org-unit-tree": "^6.1.0",
"@dhis2/d2-ui-rich-text": "^6.1.0",
"@dhis2/ui-core": "^3.12.0",
"@dhis2/ui-widgets": "^2.0.2",
"@material-ui/core": "3.3.1",
"@material-ui/icons": "3",
"@redux-offline/redux-offline": "^2.5.1",
"autosuggest-highlight": "^3.1.1",
"classnames": "^2.2.5",
"connected-react-router": "^6.4.0",
"create-react-class": "^15.6.3",
"d2": "29.1.5",
"d2-manifest": "^1.0.0",
"d2-utilizr": "^0.2.15",
"date-fns": "^1.29.0",
"draft-js": "^0.10.5",
"fake-indexeddb": "^2.1.1",
"history": "^4.9.0",
"http-proxy-middleware": "^0.19.1",
"husky": "^2.4.1",
"jest-localstorage-mock": "^2.4.0",
"jquery": "^3.4.1",
"leaflet": "^1.5.1",
"leaflet-draw": "^1.0.4",
"lodash": "^4.17.15",
"lodash.isequal": "^4.5.0",
"loglevel": "^1.6.3",
"moment": "^2.22.1",
"prop-types": "^15.7.2",
"react": "^16.8.6",
"react-addons-update": "^15.6.2",
"react-autosuggest": "^9.4.3",
"react-dnd": "^8.0.2",
"react-dnd-html5-backend": "^8.0.2",
"react-dom": "^16.8.6",
"react-event-listener": "0.5.1",
"react-html-parser-ultimate": "^1.0.7",
"react-infinite-calendar": "^2.3.1",
"react-jss": "^8.6.1",
"react-leaflet": "^2.4.0",
"react-leaflet-draw": "^0.19.0",
"react-leaflet-search-unpolyfilled": "^0.1.0",
"react-popper": "^1.3.3",
"react-redux": "6",
"react-router": "^5.0.1",
"react-rte": "^0.16.1",
"react-scripts": "3.0.1",
"react-select": "^1.2.1",
"react-select-fast-filter-options": "^0.2.3",
"react-transform-tree": "^1.0.35",
"react-virtualized": "^9.18.5",
"react-virtualized-select": "^3.1.3",
"redux": "^4.0.1",
"redux-batched-actions": "^0.2.1",
"redux-logger": "^3.0.6",
"redux-observable": "^0.18.0",
"reselect": "^3.0.1",
"rxjs": "^5.5.10",
"terser": "^4.0.0",
"typeface-roboto": "^0.0.54",
"uuid": "^3.3.2"
},
"scripts": {
"manualBuild": "node verifyCacheVersion.js && yarn localize && d2-manifest package.json ./public/manifest.webapp && REACT_APP_DHIS2_BASE_URL='../../..' react-scripts build && mkdirp buildzip/ && pushd build && bestzip ../buildzip/NewCaptureApp.zip * && popd",
"start": "react-scripts start",
"build": "node verifyCacheVersion.js && yarn localize && d2-manifest package.json ./public/manifest.webapp && GENERATE_SOURCEMAP=false react-scripts build && cp ./package.json ./build/package.json",
"test": "react-scripts test",
"test:debug": "react-scripts --inspect-brk test --runInBand",
"eject": "react-scripts eject",
"add-flow-types": "flow-typed install",
"extract-pot": "d2-i18n-extract -p src/ -o i18n/",
"localize": "yarn extract-pot && d2-i18n-generate -n default -p ./i18n/ -o ./src/locales/",
"prestart": "node verifyCacheVersion.js && yarn localize && d2-manifest package.json ./public/manifest.webapp",
"docs": "NODE_ENV=development jsdoc -c jsdoc-conf.json"
},
"husky": {
"hooks": {
"pre-commit": "yarn extract-pot && git add -A ."
}
},
"devDependencies": {
"@dhis2/d2-i18n-extract": "^1.0.8",
"@dhis2/d2-i18n-generate": "^1.1.1",
"bestzip": "^2.1.4",
"docdash": "^1.1.1",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"eslint-config-dhis2": "^3.0.7",
"eslint-import-resolver-webpack": "^0.11.1",
"eslint-plugin-import": "^2.17.3",
"expose-loader": "^0.7.5",
"flow-bin": "^0.87.0",
"jsdoc": "^3.6.2",
"jsdoc-babel": "^0.5.0",
"jsdoc-export-default-interop": "^0.3.1",
"mkdirp": "^0.5.1",
"redux-devtools-extension": "^2.13.2"
},
"manifest.webapp": {
"version": "1.0.4",
"name": "Capture",
"description": "Capture App",
"launch_path": "index.html",
"icons": {
"16": "assets/icons/track16.png",
"48": "assets/icons/track48.png",
"128": "assets/icons/track128.png"
},
"developer": {
"name": "HISP",
"url": "http://dhis2.org"
},
"default_locale": "en",
"activities": {
"dhis": {
"href": ".."
}
}
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}