eurostat-map
Version:
Reusable library to quickly create and customise web maps showing Eurostat data directly retrieved from Eurostat database.
84 lines (83 loc) • 2.63 kB
JSON
{
"name": "eurostat-map",
"version": "4.3.58",
"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",
"module": "build/eurostatmap.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": {
"d3-array": "^3.2.4",
"d3-axis": "^3.0.0",
"d3-ease": "^3.0.1",
"d3-fetch": "^3.0.1",
"d3-force": "^3.0.0",
"d3-format": "^3.1.0",
"d3-geo": "^3.1.1",
"d3-geo-projection": "^3.0.0",
"d3-interpolate": "^3.0.1",
"d3-scale": "^4.0.2",
"d3-scale-chromatic": "^3.1.0",
"d3-selection": "^3.0.0",
"d3-shape": "^3.2.0",
"d3-svg-annotation": "^2.5.1",
"d3-zoom": "^3.0.0",
"idb-keyval": "^6.2.2",
"jsonstat-toolkit": "^1.0.8",
"proj4": "^2.17.0",
"simple-statistics": "^7.8.8",
"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",
"ts-loader": "^9.5.4",
"typescript": "^5.9.3",
"webpack": "^5.88.1",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.0.0",
"webpack-dev-server": "^5.2.2",
"webpack-livereload-plugin": "^3.0.2"
}
}