{
  "name": "@util-co/sdg-wheel",
  "version": "0.0.29",
  "description": "Wheel chart showing positive and negative impact on 17 SDGs (Sustainable Development Goals)",
  "keywords": [
    "sdg-wheel",
    "sdg",
    "sustainable-development-goals",
    "impact-assessment",
    "sdg-visualization",
    "positive-impact",
    "negative-impact",
    "sustainability",
    "goal-tracking",
    "sdg-data",
    "wheel-chart",
    "impact-analysis",
    "sustainability-metrics",
    "sdg-reporting",
    "sdg-indicators",
    "sustainability-visualization",
    "impact-measurement"
  ],
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "authors": [
    "Scott Quested <scott@util.co>",
    "Tatiana Karamorina <tatiana@util.co>"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/util-co/util-sdg-wheel.git"
  },
  "scripts": {
    "build": "webpack --config=config/webpack.prod.js",
    "start": "webpack serve --config=config/webpack.dev.js",
    "lint": "eslint src"
  },
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0"
  },
  "dependencies": {
    "classnames": "^2.3.2",
    "d3": "^7.8.5",
    "react-tooltip": "^5.21.3"
  },
  "devDependencies": {
    "@types/d3": "^7.4.0",
    "@types/react": "^18.2.21",
    "@types/react-dom": "^18.2.7",
    "clean-webpack-plugin": "^4.0.0",
    "css-loader": "^6.8.1",
    "file-loader": "^6.2.0",
    "html-webpack-plugin": "^5.5.3",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "sass": "^1.67.0",
    "sass-loader": "^13.3.2",
    "style-loader": "^3.3.3",
    "terser-webpack-plugin": "^5.3.9",
    "ts-loader": "^9.4.4",
    "tsconfig-paths-webpack-plugin": "^4.1.0",
    "typescript": "^5.2.2",
    "@util-co/eslint-config-util": "^2.0.0",
    "webpack": "^5.88.2",
    "webpack-cli": "^5.1.4",
    "webpack-dev-server": "^4.15.1",
    "webpack-merge": "^5.9.0"
  }
}
