-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
45 lines (45 loc) · 1.21 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
{
"name": "react-leaflet-custom-control",
"version": "1.4.0",
"description": "Creates a control wrapper around a React element",
"main": "lib/Control.js",
"author": "chris-m92",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/chris-m92/react-leaflet-custom-control.git"
},
"keywords": [
"react",
"leaflet",
"react-leaflet",
"react-leaflet-v3",
"react-leaflet-control",
"react-leaflet-custom-control"
],
"peerDependencies": {
"leaflet": "^1.7.1",
"react": "^17.0.2 || ^18.0.0",
"react-dom": "^17.0.2 || ^18.0.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.1.1",
"@testing-library/user-event": "^14.1.1",
"@types/jest": "^27.4.1",
"@types/leaflet": "^1.7.9",
"@types/node": "^17.0.25",
"@types/react": "^18.0.6",
"@types/react-dom": "^18.0.2",
"react-scripts": "^5.0.1",
"typescript": "^5.0.4"
},
"bugs": {
"url": "https://github.com/chris-m92/react-leaflet-custom-control/issues"
},
"homepage": "https://github.com/chris-m92/react-leaflet-custom-control#readme",
"type": "module",
"dependencies": {
"react-leaflet": "^4.2.1"
}
}