{
    "name": "eurostat-map",
    "version": "4.1.40",
    "description": "Reusable library to quickly create and customise web maps showing Eurostat data directly retrieved from Eurostat database.",
    "keywords": [
        "eurostat",
        "statistics",
        "europe",
        "SVG",
        "NUTS",
        "map",
        "D3",
        "cartography",
        "thematic",
        "mapping",
        "eurostat-map",
        "dataviz",
        "data visualization"
    ],
    "homepage": "https://github.com/eurostat/eurostat-map",
    "author": "",
    "license": "EUPL-1.2",
    "repository": {
        "type": "git",
        "url": "https://github.com/eurostat/eurostat-map.git"
    },
    "main": "build/eurostatmap.min.js",
    "unpkg": "build/eurostatmap.min.js",
    "files": [
        "build"
    ],
    "scripts": {
        "start": "webpack --config webpack/webpack.config.dev.js",
        "server": "webpack-dev-server --open --watch",
        "build-prod": "webpack --config webpack/webpack.config.prod.js",
        "build-prod-debug": "webpack --config webpack/webpack.config.debug-size.js",
        "format": "prettier --write .",
        "test": "jest"
    },
    "dependencies": {
        "colorbrewer": "^1.3.0",
        "d3": "^7.8.5",
        "d3-geo-projection": "^3.0.0",
        "d3-sankey": "^0.12.3",
        "d3-svg-annotation": "^2.5.1",
        "jsonstat-toolkit": "^1.0.8",
        "simple-statistics": "^7.8.7",
        "topojson-client": "^3.1.0"
    },
    "overrides": {
        "d3-color": "3.1.0"
    },
    "devDependencies": {
        "@babel/core": "^7.22.6",
        "@babel/plugin-transform-runtime": "^7.22.6",
        "@babel/preset-env": "^7.22.6",
        "@babel/runtime": "^7.12.1",
        "babel-loader": "^9.1.2",
        "css-loader": "^7.1.2",
        "prettier": "^3.4.1",
        "style-loader": "^4.0.0",
        "webpack": "^5.88.1",
        "webpack-bundle-analyzer": "^4.10.2",
        "webpack-cli": "^5.0.0",
        "webpack-dev-server": "^4.15.1",
        "webpack-livereload-plugin": "^3.0.2"
    }
}
