-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.44 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.44 KB
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-zoom-indicator",
"version": "0.1.2",
"description": "React component to display and change the current zoom level of a leaflet map.",
"scripts": {
"build": "rimraf dist && webpack",
"babel": "babel src --out-dir lib && cp src/*.css lib",
"examples": "webpack-serve ./examples/webpack.config.js"
},
"keywords": [
"react-leaflet",
"react",
"leaflet",
"zoom",
"indicator"
],
"author": "Orkun Tumer",
"license": "MIT",
"bugs": {
"url": "https://github.com/tumerorkun/react-leaflet-zoom-indicator/issues"
},
"homepage": "https://github.com/tumerorkun/react-leaflet-zoom-indicator#readme",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/tumerorkun/react-leaflet-zoom-indicator.git"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^1.0.0",
"leaflet": "^1.3.3",
"mini-css-extract-plugin": "^0.4.1",
"optimize-css-assets-webpack-plugin": "^5.0.0",
"react": "^15.6.2",
"react-dom": "^15.6.2",
"react-leaflet": "^1.9.1",
"rimraf": "^2.6.2",
"style-loader": "^0.21.0",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "^4.16.3",
"webpack-cli": "^3.1.0",
"webpack-serve": "^2.0.2"
}
}