{ "name": "grafana-zabbix", "private": false, "version": "3.10.4", "description": "Zabbix plugin for Grafana", "homepage": "http://grafana-zabbix.org", "scripts": { "build": "webpack --config webpack/webpack.prod.conf.js --progress --colors", "dev": "webpack --config webpack/webpack.dev.conf.js --progress --colors", "watch": "webpack --config webpack/webpack.dev.conf.js --progress --colors", "test": "jest", "jest": "jest --notify --watch", "codecov": "jest --coverage && codecov", "ci-test": "jest --coverage && codecov", "lint": "jshint --reporter=node_modules/jshint-stylish src/ & jscs src/", "benchmark": "webpack --config webpack/webpack.bench.conf.js && grunt bench" }, "repository": { "type": "git", "url": "git+https://github.com/alexanderzobnin/grafana-zabbix.git" }, "author": "Alexander Zobnin", "license": "Apache-2.0", "bugs": { "url": "https://github.com/alexanderzobnin/grafana-zabbix/issues" }, "devDependencies": { "@babel/core": "^7.7.7", "@babel/preset-env": "^7.7.7", "@babel/preset-react": "^7.6.3", "@grafana/data": "^6.4.2", "@grafana/ui": "^6.4.2", "@types/classnames": "^2.2.6", "@types/grafana": "github:CorpGlory/types-grafana", "@types/jest": "^23.1.1", "@types/jquery": "^3.3.0", "@types/lodash": "^4.14.104", "@types/moment": "^2.13.0", "@types/react": "^16.4.6", "@types/react-dom": "^16.0.11", "@types/react-transition-group": "^2.0.15", "babel-jest": "^24.9.0", "babel-loader": "^8.0.6", "babel-plugin-transform-class-properties": "^6.24.1", "babel-plugin-transform-object-rest-spread": "^6.26.0", "benchmark": "^2.1.4", "classnames": "^2.2.6", "clean-webpack-plugin": "^0.1.19", "codecov": "^3.1.0", "copy-webpack-plugin": "^5.1.1", "css-loader": "2.1.1", "extract-text-webpack-plugin": "^4.0.0-beta.0", "grunt": "^1.0.3", "grunt-benchmark": "^1.0.0", "grunt-cli": "^1.3.1", "grunt-execute": "^0.2.2", "html-loader": "^0.5.5", "jest": "^24.9.0", "jscs": "^3.0.7", "jsdom": "~11.3.0", "jshint": "^2.9.6", "jshint-stylish": "^2.1.0", "load-grunt-tasks": "~3.2.0", "lodash": "~4.17.13", "moment": "~2.21.0", "ng-annotate-webpack-plugin": "^0.3.0", "node-sass": "^4.13.0", "prop-types": "^15.6.2", "react": "^16.7.0", "react-dom": "^16.7.0", "react-popper": "^1.3.2", "react-table": "^6.8.6", "react-test-renderer": "^16.7.0", "react-transition-group": "^2.5.2", "rst2html": "github:thoward/rst2html#990cb89", "sass-loader": "7.1.0", "style-loader": "^0.23.1", "tether-drop": "^1.4.2", "ts-jest": "^24.2.0", "ts-loader": "^4.4.1", "tslint": "5.20.1", "typescript": "3.7.2", "webpack": "4.29.6", "webpack-cli": "3.2.3" }, "resolutions": { "js-yaml": "^3.13.1", "lodash": "~4.17.13", "set-value": "^2.0.1", "mixin-deep": "^1.3.2", "minimatch": "^3.0.2", "fstream": "^1.0.12" } }