forked from HISP-Uganda/dhis2-data-import-wizard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 2.03 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
{
"name": "data-import-wizard",
"version": "1.0.5",
"private": true,
"homepage": "./",
"dependencies": {
"@dhis2/d2-ui-app": "^2.0.0",
"@dhis2/d2-ui-core": "latest",
"@dhis2/d2-ui-header-bar": "^5.0.3",
"@dhis2/d2-ui-org-unit-dialog": "^6.3.0",
"@dhis2/d2-ui-period-selector-dialog": "^6.3.0",
"@dhis2/d2-ui-table": "^2.0.0",
"@material-ui/core": "^3.3.2",
"@material-ui/icons": "^3.0.1",
"@reach/router": "^1.2.1",
"alasql": "^0.4.11",
"antd": "^3.16.2",
"axios": "^0.19.0",
"d2": "^31.2.1",
"d3": "^5.7.0",
"dayjs": "^1.8.25",
"file-saver": "^2.0.2",
"global": "^4.4.0",
"json-server": "^0.16.1",
"lodash": "^4.17.11",
"mobx": "^5.5.2",
"mobx-react": "^5.3.6",
"mobx-router": "^0.0.20",
"moment": "^2.22.2",
"prop-types": "latest",
"react": "^16.8.6",
"react-dom": "^16.8.6",
"react-dropzone": "^10.1.7",
"react-notifications": "^1.4.3",
"react-router-dom": "^5.1.2",
"react-scripts": "3.0.1",
"react-select": "^3.0.4",
"shortid": "^2.2.14",
"source-map-explorer": "^2.1.0",
"xlsx": "^0.14.0"
},
"scripts": {
"analyze": "source-map-explorer 'build/static/js/*.js'",
"start": "react-app-rewired start",
"build": "react-app-rewired build && cd build && zip -r -D data-import-wizard.zip .",
"test": "react-app-rewired test",
"eject": "react-app-rewired eject"
},
"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"
]
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-decorators": "^7.4.4",
"babel-plugin-import": "^1.12.0",
"customize-cra": "^0.4.1",
"less": "^3.9.0",
"less-loader": "^5.0.0",
"react-app-rewire-mobx": "^1.0.9",
"react-app-rewired": "^2.1.3",
"workerize-loader": "^1.0.4"
}
}