-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathpackage.json
133 lines (133 loc) · 3.96 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
{
"name": "maintenance-app",
"version": "32.33.6",
"description": "DHIS2 Maintenance app",
"repository": {
"type": "git",
"url": "git+https://github.com/dhis2/maintenance-app.git"
},
"license": "BSD-3-Clause",
"scripts": {
"prestart": "d2-manifest package.json manifest.webapp",
"start": "webpack-dev-server",
"coverage": "npm test -- --coverage",
"test": "jest",
"test:watch": "npm test -- --watch",
"prebuild": "rm -rf build",
"build": "npm test && NODE_ENV=production webpack --progress && npm run manifest",
"postbuild": "cp -r src/i18n icon.png package.json ./build/ && yarn copy-ckeditor",
"validate": "npm ls --depth 0",
"manifest": "d2-manifest package.json build/manifest.webapp",
"lint": "eslint ./src",
"profile": "npm run start -- --profile",
"copy-ckeditor": "mkdir ./build/vendor && cp -r ./node_modules/ckeditor ./build/vendor"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^8.2.3",
"babel-jest": "^23.0.1",
"babel-loader": "latest",
"babel-plugin-dynamic-import-node": "^1.2.0",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.13.2",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.5.0",
"classnames": "^2.2.3",
"css-loader": "^0.28.1",
"d2-manifest": "^1.0.0-2",
"d2-utilizr": "^0.2.9",
"d3-color": "^1.0.2",
"d3-format": "^1.0.2",
"d3-scale": "^1.0.3",
"enzyme": "^3.0.0",
"enzyme-adapter-react-15": "^1.0.0",
"eslint": "^5.0.1",
"eslint-config-prettier": "^2.9.0",
"eslint-config-react-app": "^2.1.0",
"eslint-plugin-flowtype": "^2.49.3",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-react": "^7.10.0",
"fbjs": "^0.8.8",
"file-loader": "2",
"glob": "^7.1.1",
"html-webpack-plugin": "^2.26.0",
"ignore-styles": "^5.0.1",
"jest": "^23.0.1",
"jest-enzyme": "^4.0.0",
"json-loader": "^0.5.4",
"lodash.isfinite": "^3.3.1",
"lodash.isnumber": "^3.0.3",
"loglevel": "^1.4.0",
"moment": "^2.16.0",
"node-fetch": "^1.6.3",
"node-pre-gyp": "^0.17.0",
"node-sass": "npm:sass@^1.58.0",
"precommit-hook": "^3.0.0",
"prettier": "^1.13.7",
"recompose": "^0.23.1",
"redux-logger": "^3.0.6",
"sass-loader": "^6.0.5",
"style-loader": "^0.16.1",
"webpack": "^2.5.1",
"webpack-bundle-analyzer": "^2.7.0",
"webpack-dev-server": "^2.4.5",
"webpack-visualizer-plugin": "^0.1.5"
},
"dependencies": {
"@dhis2/d2-ui-header-bar": "^1.1.4",
"@dhis2/d2-ui-sharing-dialog": "^1.0.12",
"ckeditor": "4.6.1",
"d2": "^30.2.3",
"d2-ui": "29.0.34",
"dompurify": "^3.0.9",
"lodash": "^4.17.11",
"material-design-icons-iconfont": "^4.0.5",
"material-ui": "^0.17.0",
"nyc": "10.1.2",
"prop-types": "^15.6.0",
"react": "~15.5.0",
"react-addons-create-fragment": "^15.5.4",
"react-addons-css-transition-group": "^15.3.1",
"react-addons-linked-state-mixin": "^15.3.1",
"react-addons-perf": "^15.3.1",
"react-addons-shallow-compare": "^15.3.1",
"react-addons-test-utils": "^15.3.1",
"react-color": "^2.11.7",
"react-dnd": "^2.4.0",
"react-dnd-html5-backend": "^2.4.1",
"react-dom": "~15.5.0",
"react-loadable": "5.3",
"react-redux": "^5.0.3",
"react-router": "^3.0.0",
"react-sortable-hoc": "^0.6.1",
"react-speed-dial": "^0.4.7",
"react-tap-event-plugin": "2.0.1",
"react-test-renderer": "15",
"redux": "^3.6.0",
"redux-observable": "0.18.0",
"rxjs": "^5.2.0",
"typeface-roboto": "^0.0.54"
},
"pre-commit": [
"test"
],
"manifest.webapp": {
"name": "Maintenance app",
"icons": {
"48": "icon.png"
},
"developer": {
"url": "",
"name": "HISP"
},
"activities": {
"dhis": {
"href": ".."
}
}
}
}