forked from EyeSeeTea/user-extended-app-blessed
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
129 lines (129 loc) · 4.14 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
{
"name": "d2-user-extended-app",
"version": "0.7.1",
"description": "DHIS2 Extended User app",
"main": "src/index.html",
"license": "GPL-3.0",
"author": {
"name": "EyeSeeTea Team",
"email": "hello@eyeseetea.com",
"url": "https://github.com/EyeSeeTea/user-extended-app"
},
"scripts": {
"prestart": "d2-manifest package.json manifest.webapp",
"start": "webpack-dev-server",
"test": "karma start test/config/karma.config.js --single-run true",
"test-watch": "karma start test/config/karma.config.js",
"lint": "eslint src && eslint --env node,mocha --global expect,sinon --rule 'no-unused-expressions: 0' test && scss-lint",
"__prebuild": "npm test && npm run lint",
"build": "rm -rf build && webpack && npm run manifest",
"postbuild": "cp -rv app-config.json src/i18n css includes icon.png app-favicon.ico node_modules/babel-polyfill/dist/polyfill.min.js node_modules/jquery/dist/jquery.min.js ./build/",
"build-webapp": "yarn build && rm -f User-Extended-App.zip && cd build && zip -r ../User-Extended-App.zip *",
"prettify": "prettier \"{src,scss}/**/*.{js,jsx,ts,tsx,json,css,scss}\" --write",
"validate": "npm ls",
"manifest": "d2-manifest package.json build/manifest.webapp",
"clean-i18n": "resources/scripts/clean-i18n-translations.js src/i18n/"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"chai": "3.0.0",
"classnames": "^2.2.3",
"coveralls": "2.11.4",
"css-loader": "^0.23.1",
"d2": "27.0.0-8",
"d2-manifest": "^1.0.0-2",
"d2-ui": "github:EyeSeeTea/d2-ui#user-extended-app",
"d2-utilizr": "0.2.9",
"d3-color": "1.0.2",
"eslint": "^3.6.0",
"eslint-config-dhis2": "^2.0.2",
"eslint-plugin-react": "^6.3.0",
"fbjs": "^0.2.1",
"html-webpack-plugin": "^3.2.0",
"http-proxy": "git+https://github.com/nicolayr/node-http-proxy.git",
"istanbul": "0.3.18",
"jquery": "^3.3.1",
"karma": "0.13.9",
"karma-babel-preprocessor": "5.2.1",
"karma-chai": "0.1.0",
"karma-coverage": "0.5.0",
"karma-mocha": "0.2.0",
"karma-mocha-reporter": "1.1.1",
"karma-sinon": "1.0.4",
"karma-sinon-chai": "1.0.0",
"karma-sourcemap-loader": "0.3.5",
"karma-webpack": "1.7.0",
"lodash.isequal": "^4.5.0",
"lodash.isfinite": "^3.3.1",
"lodash.isnumber": "^3.0.3",
"loglevel": "^1.4.0",
"material-ui": "^0.17",
"mocha": "2.2.5",
"moment": "^2.19.1",
"node-sass": "^3.7.0",
"phantomjs-polyfill": "0.0.1",
"precommit-hook": "3.0.0",
"prettier": "^1.18.2",
"react": "15.4.2",
"react-dnd": "^2.1.4",
"react-dnd-html5-backend": "^2.1.2",
"react-dom": "15.4.2",
"react-moment": "^0.6.5",
"react-router": "^2.5.2",
"react-style-proptype": "^3.2.1",
"react-tap-event-plugin": "^2.0.1",
"rx": "^4.1.0",
"rxjs": "^5.2.0",
"sass-loader": "^3.2.0",
"sinon": "^1.17.4",
"sinon-chai": "2.8.0",
"style-loader": "^0.13.1",
"unescape-js": "^1.1.0",
"webpack": "^1.13.0",
"webpack-dev-server": "^1.14.1",
"webpack-visualizer-plugin": "^0.1.5"
},
"dependencies": {
"babel-polyfill": "^6.8.0",
"file-dialog": "^0.0.7",
"file-saver": "^1.3.8",
"immutability-helper": "^2.6.4",
"immutable": "^3.8.2",
"jquery": "^3.3.1",
"memoize-weak": "^1.0.2",
"papaparse": "^4.6.0",
"prop-types": "^15.5.10",
"react-animate-height": "^2.0.4",
"react-copy-to-clipboard": "^5.0.1",
"url-loader": "^1.1.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EyeSeeTea/user-extended-app.git"
},
"bugs": {
"url": "https://github.com/EyeSeeTea/user-extended-app/issues"
},
"homepage": "https://github.com/EyeSeeTea/user-extended-app",
"manifest.webapp": {
"name": "User Extended App",
"icons": {
"48": "icon.png"
},
"developer": {
"url": "http://eyeseetea.com/",
"name": "EyeSeeTea Ltd"
},
"activities": {
"dhis": {
"href": "*"
}
}
}
}