{
  "name": "react-gauge-component",
  "version": "2.0.28",
  "main": "dist/lib/index.js",
  "module": "dist/lib/index.js",
  "types": "dist/lib/index.d.ts",
  "homepage": "https://antoniolago.github.io/react-gauge-component/",
  "keywords": [
    "gauge",
    "chart",
    "speedometer",
    "grafana gauge",
    "react"
  ],
  "license": "MIT",
  "files": [
    "dist",
    "README.md"
  ],
  "sideEffects": false,
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antoniolago/react-gauge-component.git"
  },
  "dependencies": {
    "d3": "^7.9.0"
  },
  "scripts": {
    "start": "react-scripts start",
    "dev": "react-scripts start",
    "prebuild": "rimraf dist",
    "build": "cross-env NODE_ENV=production babel src/lib --out-dir dist --copy-files",
    "build:types": "tsc",
    "build:package": "bun run build && bun run build:types",
    "build:demo": "react-scripts build",
    "test": "react-scripts test --watchAll=false",
    "test:watch": "react-scripts test",
    "test:coverage": "react-scripts test --watchAll=false --coverage",
    "lint": "eslint src/",
    "eject": "react-scripts eject",
    "predeploy": "bun run build:demo",
    "deploy": "gh-pages -d build",
    "pack:local": "bun run build:package && npm pack --pack-destination ./",
    "docs": "node scripts/generate-docs.js"
  },
  "resolutions": {
    "@types/react": "~17.0.1"
  },
  "browserslist": [
    ">0.2%",
    "not dead",
    "not ie <= 11",
    "not op_mini all"
  ],
  "jest": {
    "moduleNameMapper": {
      "^d3$": "<rootDir>/src/__mocks__/d3.js",
      "^d3-shape$": "<rootDir>/src/__mocks__/d3.js",
      "^d3-selection$": "<rootDir>/src/__mocks__/d3.js",
      "^d3-scale$": "<rootDir>/src/__mocks__/d3.js",
      "^d3-interpolate$": "<rootDir>/src/__mocks__/d3.js",
      "^d3-ease$": "<rootDir>/src/__mocks__/d3.js",
      "^d3-drag$": "<rootDir>/src/__mocks__/d3.js",
      "^d3-transition$": "<rootDir>/src/__mocks__/d3.js",
      "\\.(css|less|scss|sass)$": "<rootDir>/src/__mocks__/styleMock.js"
    },
    "transformIgnorePatterns": [
      "node_modules/(?!(d3|d3-.*|internmap|delaunator|robust-predicates)/)"
    ]
  },
  "devDependencies": {
    "@babel/cli": "^7.12.8",
    "@babel/core": "^7.6.2",
    "@babel/plugin-proposal-class-properties": "^7.4.4",
    "@babel/plugin-proposal-private-property-in-object": "^7.21.11",
    "@babel/preset-env": "^7.4.4",
    "@babel/preset-react": "^7.0.0",
    "@babel/runtime": "^7.6.2",
    "@eslint/compat": "^1.1.0",
    "@eslint/js": "^9.6.0",
    "@types/d3": "^7.4.0",
    "@types/jest": "^30.0.0",
    "@types/node": "^20.1.0",
    "@types/react": "^17.0.1",
    "@types/react-dom": "^17.0.1",
    "babel-preset-react-app": "^8.0.0",
    "bootstrap": "^5.3.8",
    "cross-env": "^5.2.1",
    "eslint": "9.x",
    "eslint-config-airbnb": "^19.0.4",
    "eslint-config-prettier": "^9.1.0",
    "eslint-plugin-import": "^2.29.1",
    "eslint-plugin-jest": "^28.6.0",
    "eslint-plugin-jsx-a11y": "^6.9.0",
    "eslint-plugin-prettier": "^5.1.3",
    "eslint-plugin-react": "^7.34.3",
    "eslint-plugin-react-hooks": "^4.6.2",
    "eslint-plugin-testing-library": "^6.2.2",
    "gh-pages": ">=5.0.0",
    "globals": "^15.7.0",
    "jest": "^29.7.0",
    "lucide-react": "^0.556.0",
    "prettier": "^3.3.2",
    "react": "^17.0.1",
    "react-bootstrap": "^1.4.0",
    "react-docgen-typescript-plugin": "^1.0.8",
    "react-dom": "^17.0.1",
    "react-grid-layout": "^1.4.4",
    "react-scripts": "^5.0.1",
    "rimraf": "^2.7.1",
    "typedoc": "^0.28.15",
    "typedoc-plugin-markdown": "^4.9.0",
    "typescript": "^5.0.4",
    "typescript-eslint": "^7.14.1"
  },
  "peerDependencies": {
    "react": "^16.8.2 || ^17.0 || ^18.x || ^19.x",
    "react-dom": "^16.8.2 || ^17.0 || ^18.x || ^19.x"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "description": "Gauge component for React",
  "bugs": {
    "url": "https://github.com/antoniolago/react-gauge-component/issues"
  },
  "author": "Antônio Lago",
  "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}