-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.14 KB
/
package.json
File metadata and controls
67 lines (67 loc) · 2.14 KB
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
{
"name": "advanced-export",
"version": "0.2.10",
"private": true,
"dependencies": {
"@devexpress/dx-react-core": "1.4.0",
"@devexpress/dx-react-grid": "1.4.0",
"@devexpress/dx-react-grid-material-ui": "1.4.0",
"@dhis2/d2-ui-core": "5.1.3",
"@dhis2/d2-ui-header-bar": "^5.1.3",
"@material-ui/core": "^3.9.2",
"@material-ui/icons": "^3.0.2",
"axios": "^0.18.0",
"axios-retry": "^3.1.2",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"btoa": "^1.2.1",
"classnames": "^2.2.6",
"d2": "31.4.0",
"d2-manifest": "^1.0.0",
"d2-utilizr": "^0.2.16",
"file-saver": "^2.0.0",
"jquery": "^3.3.1",
"lodash": "^4.17.11",
"material-ui": "^0.20.2",
"moment": "^2.22.2",
"prop-types": "^15.7.2",
"react": "^16.6.3",
"react-dom": "^16.6.3",
"react-json-view": "^1.19.1",
"react-redux": "^5.0.7",
"react-scripts": "^1.1.4",
"react-select": "^2.1.2",
"react-table": "^6.8.6",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"rxjs": "^5.2.0",
"traverse": "^0.6.6"
},
"scripts": {
"start": "react-scripts start",
"prebuild": "rm -rf advanced-export.zip && rm -rf build/",
"build": "react-scripts build",
"postbuild": "d2-manifest package.json build/manifest.webapp && cd build && zip -r ../advanced-export.zip . && rm asset-manifest.json && rm service-worker.js && cd ..",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"manifest.webapp": {
"name": "Advanced Export",
"description": "Export App with recursive metadata fetching",
"version": "0.2.10",
"developer": {
"name": "Alexis Rico",
"url": "https://github.com/SferaDev"
},
"icons": {
"48": "img/import_export.svg"
},
"activities": {
"dhis": {
"href": "*"
}
}
},
"homepage": "."
}