-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.38 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
{
"name": "react-leaflet-with-many-plugins",
"version": "1.0.1",
"description": "A leaflet map with many plugins",
"main": "lib/MapComponent.js",
"homepage": "https://github.com/mehmetalikuyucu/react-leaflet-with-many-plugins",
"files": [
"lib"
],
"keywords": [
"react",
"map",
"marker cluster",
"responsive popup",
"geoman",
"polyline measure",
"plugins",
"leaflet"
],
"scripts": {
"build": "babel src --out-dir lib --copy-files",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@geoman-io/leaflet-geoman-free": "^2.14.2",
"leaflet": "^1.9.4",
"leaflet-responsive-popup": "^1.0.0",
"leaflet.markercluster": "^1.5.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-leaflet": "^4.2.1",
"react-leaflet-cluster": "^2.1.0"
},
"author": "mehmetalikuyucu",
"license": "ISC",
"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/plugin-transform-modules-commonjs": "^7.9.6",
"@babel/plugin-transform-runtime": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@babel/preset-react": "^7.9.4",
"babel-eslint": "^10.1.0",
"babel-plugin-loop-optimizer": "^1.4.1",
"babel-preset-minify": "^0.5.1",
"css-loader": "^6.10.0",
"file-loader": "^6.2.0",
"style-loader": "^3.3.4"
}
}