65 lines
1.8 KiB
JSON
65 lines
1.8 KiB
JSON
{
|
|
"name": "react-simple-maps",
|
|
"version": "3.0.0",
|
|
"description": "An svg map chart component built with and for React",
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.es.js",
|
|
"browser": "dist/index.umd.js",
|
|
"files": [
|
|
"dist"
|
|
],
|
|
"scripts": {
|
|
"build": "rollup -c",
|
|
"watch": "rollup -cw",
|
|
"prepare": "rollup -c",
|
|
"test": "mocha './tests/**/*.spec.js' --compilers js:babel-core/register"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/zcreativelabs/react-simple-maps.git"
|
|
},
|
|
"keywords": [
|
|
"react",
|
|
"maps",
|
|
"charts",
|
|
"worldmap",
|
|
"usa",
|
|
"d3-geo"
|
|
],
|
|
"author": "Richard Zimerman <richard@zcreativelabs.com> (https://github.com/zimrick)",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/zcreativelabs/react-simple-maps/issues"
|
|
},
|
|
"homepage": "https://github.com/zcreativelabs/react-simple-maps#readme",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.18.6",
|
|
"@babel/plugin-external-helpers": "^7.18.6",
|
|
"@babel/plugin-proposal-object-rest-spread": "^7.18.6",
|
|
"@babel/plugin-transform-react-jsx": "^7.18.6",
|
|
"@babel/preset-env": "^7.18.6",
|
|
"@rollup/plugin-babel": "^5.3.1",
|
|
"@rollup/plugin-commonjs": "^22.0.1",
|
|
"@rollup/plugin-node-resolve": "^13.3.0",
|
|
"expect": "^23.5.0",
|
|
"mocha": "^5.2.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-test-utils": "^0.0.1",
|
|
"rollup": "^2.75.7",
|
|
"rollup-plugin-terser": "^7.0.2"
|
|
},
|
|
"peerDependencies": {
|
|
"prop-types": "^15.7.2",
|
|
"react": "^16.8.0 || 17.x || 18.x",
|
|
"react-dom": "^16.8.0 || 17.x || 18.x"
|
|
},
|
|
"dependencies": {
|
|
"d3-geo": "^2.0.2",
|
|
"d3-selection": "^2.0.0",
|
|
"d3-zoom": "^2.0.0",
|
|
"topojson-client": "^3.1.0"
|
|
}
|
|
}
|