-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
56 lines (56 loc) · 1.68 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
{
"name": "metadatapp",
"version": "0.1.0",
"description": "A metadata dictionary is an application in DHIS2 that shows data about metadata and what it entails, such information as descriptions of the metadata thus allowing users to view and edit them in real time so as to assist users using DHIS2 in whatever instance.",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"history": "^1.13.1",
"react": "^16.5.2",
"react-bootstrap": "^0.32.4",
"react-detect-offline": "^2.1.2",
"react-dom": "^16.5.2",
"react-js-pagination": "^3.0.2",
"react-overlays": "^0.8.3",
"react-redux": "^5.0.7",
"react-router": "^4.3.1",
"react-router-dom": "^4.3.1",
"react-scripts": "1.1.5",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-promise-middleware": "^5.1.1",
"redux-thunk": "^2.3.0",
"sphinx": "^0.1.2",
"sphynx": "^2.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && d2-manifest package.json build/manifest.webapp",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"manifest.webapp": {
"name": "Metadata Dictionary",
"icons": {
"48": "./icon-48-48.png",
"72": "./icon-72-72.png",
"96": "./icon-96-96.png",
"128": "./icon-128-128.png",
"144": "./icon-144-144.png",
"192": "./icon-192-192.png",
"256": "./icon-256-256.png",
"512": "./icon-512-512.png"
},
"developer": {
"name": "Hi4Kenya 2018 #themetadatas",
"email": "[email protected]"
},
"activities": {
"dhis": {
"href": "/"
}
},
"launch_url": "/",
"default_locale": "en"
}
}