-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
60 lines (60 loc) · 1.9 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
{
"name": "tracker-capture-app",
"version": "27.0.29",
"description": "DHIS2 tracker capture app",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prebuild": "(rm -r build && mkdir build) || mkdir build",
"build": "webpack && cp -r i18n build/i18n && cp -r core build/core && cp -r views build/views && cp -r styles build/styles && find ./components -iname \"*.html\" -exec rsync -R '{}' ./build/ \\;",
"start": "webpack-dev-server"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dhis2/tracker-capture-app.git"
},
"keywords": [
"DHIS2"
],
"author": "Abyot Asalefew Gizaw",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/dhis2/tracker-capture-app/issues"
},
"homepage": "https://github.com/dhis2/tracker-capture-app#readme",
"dependencies": {
"babel-preset-react": "^6.24.1",
"d2-tracker": "28.0.21",
"eslint-config-prettier": "^2.8.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.5.1",
"highcharts-exporting": "^0.1.2",
"highcharts-more": "^0.1.2",
"highcharts-offline-exporting": "^0.1.2",
"leaflet": "^0.7.7",
"leaflet-contextmenu": "^1.1.0",
"leaflet-geocoder-mapzen": "1.4.1",
"prop-types": "^15.6.0",
"rc-slider": "^8.4.0",
"react": "^16.1.1",
"react-color": "^2.13.8",
"react-dom": "^16.1.1",
"react-highcharts": "^15.0.0"
},
"devDependencies": {
"babel-core": "^6.8.0",
"babel-eslint": "7",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"eslint": "3.x",
"eslint-config-airbnb": "^15.1.0",
"html-webpack-plugin": "^2.24.1",
"ng-annotate-loader": "^0.2.0",
"style-loader": "^0.13.1",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1"
}
}