UNPKG

1.46 kBJSONView Raw
1{
2 "version": "0.2.9",
3 "license": "MIT",
4 "main": "dist/index.js",
5 "typings": "dist/index.d.ts",
6 "files": [
7 "dist"
8 ],
9 "scripts": {
10 "start": "tsdx watch",
11 "build": "tsdx build",
12 "test": "tsdx test --env=jest-environment-jsdom-sixteen --passWithNoTests",
13 "lint": "tsdx lint src",
14 "prepare": "tsdx build"
15 },
16 "peerDependencies": {
17 "react": ">=16",
18 "supercluster": ">=6"
19 },
20 "husky": {
21 "hooks": {
22 "pre-commit": "tsdx lint"
23 }
24 },
25 "name": "use-supercluster",
26 "author": "Leigh Halliday",
27 "repository": {
28 "type": "git",
29 "url": "https://github.com/leighhalliday/use-supercluster.git"
30 },
31 "homepage": "https://github.com/leighhalliday/use-supercluster",
32 "keywords": [
33 "react",
34 "supercluster",
35 "clustering",
36 "maps",
37 "hook"
38 ],
39 "module": "dist/use-supercluster.esm.js",
40 "devDependencies": {
41 "@testing-library/jest-dom": "^5.11.4",
42 "@testing-library/react": "^11.0.4",
43 "@types/jest": "^26.0.14",
44 "@types/react": "^16.9.49",
45 "@types/react-dom": "^16.9.8",
46 "@types/supercluster": "^5.0.2",
47 "geojson": "^0.5.0",
48 "husky": "^4.3.0",
49 "jest-environment-jsdom-sixteen": "^1.0.3",
50 "react": "^16.13.1",
51 "react-dom": "^16.13.1",
52 "supercluster": "^7.1.0",
53 "tsdx": "^0.13.3",
54 "tslib": "^2.0.1",
55 "typescript": "^4.0.3"
56 },
57 "dependencies": {
58 "dequal": "^2.0.2",
59 "use-deep-compare-effect": "^1.4.0"
60 }
61}