dc-population-pyramid
Version:
DC Population Pyramid
29 lines (28 loc) • 648 B
JSON
{
"name": "dc-population-pyramid",
"description": "DC Population Pyramid",
"version": "1.0.0",
"keywords": [
"dc.js",
"visualization"
],
"scripts": {
"build": "webpack --mode production",
"prepublish": "npm run build"
},
"repository": "https://github.com/PopulateTools/dc-population-pyramid",
"main": "dist/index.js",
"dependencies": {
"crossfilter2": "^1.4.5",
"d3": "5.16.0",
"dc": "^4.2.0"
},
"devDependencies": {
"@babel/core": "^7.13.16",
"babel-loader": "^8.2.2",
"css-loader": "^5.2.4",
"style-loader": "^2.0.0",
"webpack": "^5.36.0",
"webpack-cli": "^4.6.0"
}
}