UNPKG

1.8 kBJSONView Raw
1{
2 "name": "react-simple-maps",
3 "version": "3.0.0",
4 "description": "An svg map chart component built with and for React",
5 "main": "dist/index.js",
6 "module": "dist/index.es.js",
7 "browser": "dist/index.umd.js",
8 "files": [
9 "dist"
10 ],
11 "scripts": {
12 "build": "rollup -c",
13 "watch": "rollup -cw",
14 "prepare": "rollup -c",
15 "test": "mocha './tests/**/*.spec.js' --compilers js:babel-core/register"
16 },
17 "repository": {
18 "type": "git",
19 "url": "git+https://github.com/zcreativelabs/react-simple-maps.git"
20 },
21 "keywords": [
22 "react",
23 "maps",
24 "charts",
25 "worldmap",
26 "usa",
27 "d3-geo"
28 ],
29 "author": "Richard Zimerman <richard@zcreativelabs.com> (https://github.com/zimrick)",
30 "license": "MIT",
31 "bugs": {
32 "url": "https://github.com/zcreativelabs/react-simple-maps/issues"
33 },
34 "homepage": "https://github.com/zcreativelabs/react-simple-maps#readme",
35 "devDependencies": {
36 "@babel/core": "^7.18.6",
37 "@babel/plugin-external-helpers": "^7.18.6",
38 "@babel/plugin-proposal-object-rest-spread": "^7.18.6",
39 "@babel/plugin-transform-react-jsx": "^7.18.6",
40 "@babel/preset-env": "^7.18.6",
41 "@rollup/plugin-babel": "^5.3.1",
42 "@rollup/plugin-commonjs": "^22.0.1",
43 "@rollup/plugin-node-resolve": "^13.3.0",
44 "expect": "^23.5.0",
45 "mocha": "^5.2.0",
46 "prop-types": "^15.7.2",
47 "react": "^17.0.1",
48 "react-dom": "^17.0.1",
49 "react-test-utils": "^0.0.1",
50 "rollup": "^2.75.7",
51 "rollup-plugin-terser": "^7.0.2"
52 },
53 "peerDependencies": {
54 "prop-types": "^15.7.2",
55 "react": "^16.8.0 || 17.x || 18.x",
56 "react-dom": "^16.8.0 || 17.x || 18.x"
57 },
58 "dependencies": {
59 "d3-geo": "^2.0.2",
60 "d3-selection": "^2.0.0",
61 "d3-zoom": "^2.0.0",
62 "topojson-client": "^3.1.0"
63 }
64}