-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 loc) · 1.32 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
{
"name": "react-leaflet-fullscreen-plugin",
"version": "1.0.1",
"description": "Plugin For react-leaflet for Fullscreen Control",
"main": "Fullscreen.js",
"scripts": {
"start": "babel FullscreenComponent.js > Fullscreen.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/elangobharathi/react-leaflet-fullscreen-plugin.git"
},
"author": "Elango Bharathi Dhandapani",
"license": "MIT",
"keywords": [
"react",
"react-leaflet",
"react-leaflet-v3",
"fullscreen",
"leaflet.fullscreen",
"react-leaflet-fullscreen",
"react-leaflet-fullscreen-plugin"
],
"peerDependencies": {
"leaflet": "^1.3.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-leaflet": "^3.1.0"
},
"devDependencies": {
"@babel/cli": "^7.13.16",
"@babel/core": "^7.14.2",
"@babel/preset-env": "^7.14.2",
"@babel/preset-react": "^7.13.13",
"leaflet": "^1.3.3",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-leaflet": "^3.1.0"
},
"dependencies": {
"@react-leaflet/core": "^1.0.2",
"leaflet.fullscreen": "^2.0.0",
"screenfull": "^5.1.0"
},
"bugs": {
"url": "https://github.com/elangobharathi/react-leaflet-fullscreen-plugin/issues"
},
"homepage": "https://github.com/elangobharathi/react-leaflet-fullscreen-plugin#readme"
}