forked from tumerorkun/react-leaflet-grouped-layer-control
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.61 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
{
"name": "react-leaflet-grouped-layer-control",
"version": "0.1.0",
"description": "leaflet-groupedlayercontrol kind of functionality for react-leaflet",
"scripts": {
"build": "rimraf dist && webpack",
"babel": "babel src --out-dir lib && cp src/*.css lib",
"babel-win": "babel src --out-dir lib && copy src\\*.css lib",
"examples": "webpack-serve ./examples/webpack.config.js",
"npm:publish": "npm run babel && npm publish"
},
"keywords": [
"react",
"leaflet",
"grouped",
"layer",
"control"
],
"author": "Orkun Tumer",
"license": "MIT",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/clarity-h2020/react-leaflet-grouped-layer-control.git"
},
"bugs": {
"url": "https://github.com/clarity-h2020/react-leaflet-grouped-layer-control/issues"
},
"homepage": "https://github.com/clarity-h2020/react-leaflet-grouped-layer-control#readme",
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^8.0.6",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^3.4.2",
"leaflet": "^1.6.0",
"mini-css-extract-plugin": "^0.9.0",
"optimize-css-assets-webpack-plugin": "^5.0.3",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-leaflet": "^2.6.1",
"rimraf": "^3.0.0",
"style-loader": "^1.1.3",
"uglifyjs-webpack-plugin": "^2.2.0",
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-serve": "^3.2.0"
}
}