569382803e
Purpose of this commit is to add Zuul job for building Monasca-Kibana-Plugin. List of changes: - Configuring ESLint with *.json file - Fixing lint error - Adding Zuul job for building Monasca-Kibana-Plugin Please notice that nodejs10-jobs are removed, cause of changes related to building plugin. It should be fixed. Change-Id: I9384c0e7995d90df42ee13ab735ec768cef65d3b
61 lines
1.8 KiB
JSON
61 lines
1.8 KiB
JSON
{
|
|
"name": "monasca-kibana-plugin",
|
|
"version": "7.3.0",
|
|
"description": "Keystone authentication & multitenancy support for Kibana 7.3.x",
|
|
"main": "gulpfile.js",
|
|
"kibana": {
|
|
"version": "7.3.0",
|
|
"templateVersion": "1.0.0"
|
|
},
|
|
"scripts": {
|
|
"preinstall": "node ../../preinstall_check",
|
|
"kbn": "node ../../scripts/kbn",
|
|
"es": "node ../../scripts/es",
|
|
"lint": "eslint .",
|
|
"start": "plugin-helpers start",
|
|
"test:server": "plugin-helpers test:server",
|
|
"test:browser": "plugin-helpers test:browser",
|
|
"build": "plugin-helpers build"
|
|
},
|
|
"devDependencies": {
|
|
"@elastic/eslint-config-kibana": "link:../../packages/eslint-config-kibana",
|
|
"@elastic/eslint-import-resolver-kibana": "link:../../packages/kbn-eslint-import-resolver-kibana",
|
|
"@kbn/expect": "link:../../packages/kbn-expect",
|
|
"@kbn/plugin-helpers": "link:../../packages/kbn-plugin-helpers"
|
|
},
|
|
"dependencies": {
|
|
"babel-eslint": "^10.0.1",
|
|
"eslint": "^5.16.0",
|
|
"eslint-plugin-babel": "^5.3.0",
|
|
"eslint-plugin-import": "^2.16.0",
|
|
"eslint-plugin-jest": "^22.4.1",
|
|
"eslint-plugin-jsx-a11y": "^6.2.1",
|
|
"eslint-plugin-mocha": "^5.3.0",
|
|
"eslint-plugin-no-unsanitized": "^3.0.2",
|
|
"eslint-plugin-prefer-object-spread": "^1.2.1",
|
|
"eslint-plugin-react": "^7.12.4",
|
|
"@hapi/wreck": "^15.0.1",
|
|
"bluebird": "^3.2.1",
|
|
"boom": "^2.8.0",
|
|
"chai": "^3.5.0",
|
|
"gulp": "^3.9.0",
|
|
"gulp-eslint": "^1.1.1",
|
|
"gulp-gzip": "^1.2.0",
|
|
"gulp-mocha": "^2.2.0",
|
|
"gulp-tar": "^1.8.0",
|
|
"gulp-util": "^3.0.7",
|
|
"joi": "^9.0.4",
|
|
"lodash": "^4.2.1",
|
|
"mkdirp": "^0.5.1",
|
|
"proxyquire": "^1.7.4",
|
|
"rimraf": "^2.5.1",
|
|
"rsync": "^0.4.0",
|
|
"semver": "^5.3.0",
|
|
"sinon": "^1.17.3",
|
|
"hoek": "^4.0.1",
|
|
"keystone-v3-client": "~0.0.8",
|
|
"@hapi/yar": "^9.2.x",
|
|
"request": "^2.88.0"
|
|
}
|
|
}
|