speakyourcode/grafana-button-panel

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "speakyourcode-button-panel",
  "version": "0.3.2",
  "description": "Grafana button control panel",
  "scripts": {
    "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",
    "dev": "webpack -w -c ./.config/webpack/webpack.config.ts --env development",
    "test": "jest --watch --onlyChanged",
    "test:ci": "jest --maxWorkers 4",
    "typecheck": "tsc --noEmit",
    "lint": "eslint --cache --ignore-path ./.gitignore --ext .js,.jsx,.ts,.tsx .",
    "lint:fix": "yarn lint --fix",
    "e2e": "yarn cypress install && yarn grafana-e2e run",
    "e2e:update": "yarn cypress install && yarn grafana-e2e run --update-screenshots",
    "server": "docker-compose up --build",
    "sign": "grafana-toolkit plugin:sign"
  },
  "author": "Speakyourcode",
  "license": "Apache-2.0",
  "devDependencies": {
    "@babel/core": "^7.16.7",
    "@grafana/e2e": "9.2.4",
    "@grafana/e2e-selectors": "9.2.4",
    "@grafana/eslint-config": "^5.1.0",
    "@grafana/toolkit": "9.2.4",
    "@grafana/tsconfig": "^1.2.0-rc1",
    "@swc/core": "^1.3.18",
    "@swc/helpers": "^0.4.13",
    "@swc/jest": "^0.2.20",
    "@testing-library/jest-dom": "^5.16.2",
    "@testing-library/react": "^13.4.0",
    "@types/enzyme": "^3.10.12",
    "@types/glob": "^8.0.0",
    "@types/jest": "^29.2.3",
    "@types/lodash": "latest",
    "@types/node": "^18.11.9",
    "@typescript-eslint/eslint-plugin": "^5.43.0",
    "@typescript-eslint/parser": "^5.43.0",
    "copy-webpack-plugin": "^11.0.0",
    "css-loader": "6.7.2",
    "enzyme": "^3.11.0",
    "eslint": "^8.27.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-jsdoc": "^39.6.2",
    "eslint-plugin-prettier": "^4.0.0",
    "eslint-plugin-react": "^7.26.1",
    "eslint-plugin-react-hooks": "^4.2.0",
    "eslint-webpack-plugin": "^3.1.1",
    "fork-ts-checker-webpack-plugin": "^7.2.0",
    "glob": "^8.0.3",
    "identity-obj-proxy": "3.0.0",
    "jest": "29.3.1",
    "jest-environment-jsdom": "^29.3.1",
    "prettier": "^2.5.0",
    "replace-in-file-webpack-plugin": "^1.0.6",
    "sass": "1.56.1",
    "sass-loader": "13.2.0",
    "style-loader": "3.3.1",
    "swc-loader": "^0.2.3",
    "ts-node": "^10.5.0",
    "tsconfig-paths": "^4.1.0",
    "typescript": "^4.9.3",
    "webpack": "^5.69.1",
    "webpack-cli": "^4.9.2",
    "webpack-livereload-plugin": "^3.0.2"
  },
  "engines": {
    "node": ">=16"
  },
  "dependencies": {
    "@emotion/css": "^11.1.3",
    "@grafana/data": "9.2.4",
    "@grafana/runtime": "9.2.4",
    "@grafana/ui": "9.2.4",
    "@types/react": "^17",
    "react": "18.2.0",
    "react-dom": "18.2.0"
  }
}