-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
72 lines (72 loc) · 2.11 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "react-topojson-heatmap",
"version": "1.1.0",
"description": "A highly flexible React component for displaying heatmaps using TopoJSON data. Supports custom TopoJSON inputs, allowing users to visualize data distributions across any geographical region.",
"main": "dist/react-topojson-heatmap.umd.js",
"module": "dist/react-topojson-heatmap.es.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "vite build",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/Gilsonlgd/react-topojson-heatmap.git"
},
"keywords": [
"topojson",
"heatmap",
"react-topojson-heatmap",
"topojson-heatmap",
"mapa-de-calor",
"react",
"geojson",
"data visualization",
"geographical data",
"react heatmap",
"maps",
"spatial data",
"visualization",
"geospatial analysis"
],
"author": "Gilson Garcia",
"license": "ISC",
"bugs": {
"url": "https://github.com/Gilsonlgd/react-topojson-heatmap/issues"
},
"homepage": "https://github.com/Gilsonlgd/react-topojson-heatmap#readme",
"dependencies": {
"@vitejs/plugin-react": "^4.3.1",
"d3": "^7.9.0",
"d3-scale": "^4.0.2",
"prop-types": "^15.7.2",
"react-simple-maps": "^3.0.0",
"react-tooltip": "^5.28.0",
"topojson-client": "^3.1.0",
"tslib": "^2.7.0",
"vite-plugin-dts": "^4.0.0"
},
"devDependencies": {
"@types/d3": "^7.4.3",
"@types/d3-scale": "^4.0.8",
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-simple-maps": "^3.0.6",
"@types/topojson-client": "^3.1.5",
"@types/topojson-specification": "^1.0.5",
"@typescript-eslint/eslint-plugin": "^8.0.1",
"@typescript-eslint/parser": "^8.0.1",
"eslint": "^9.8.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"typescript": "^5.5.4",
"vite": "^5.3.5",
"vite-plugin-libcss": "^1.1.1"
},
"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
}
}