-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (53 loc) · 1.7 KB
/
package.json
File metadata and controls
54 lines (53 loc) · 1.7 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
50
51
52
53
54
{
"name": "react-leaflet-components-examples",
"version": "1.0.0",
"description": "React Leaflet components Examples",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development --open",
"build": "rimraf dist && webpack --mode development",
"updatemypack": "yarn add react-leaflet-search@latest react-leaflet-gridcanvas@latest react-leaflet-grouped-layer-control@latest react-leaflet-zoom-indicator@latest",
"deploy": "gh-pages -d dist",
"build:prod": "rimraf dist && webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tumerorkun/react-leaflet-components-examples.git"
},
"keywords": [
"react",
"react-leaflet",
"leaflet"
],
"author": "Orkun Tumer",
"license": "MIT",
"bugs": {
"url": "https://github.com/tumerorkun/react-leaflet-components-examples/issues"
},
"homepage": "https://github.com/tumerorkun/react-leaflet-components-examples#readme",
"dependencies": {
"babel-polyfill": "^6.26.0",
"leaflet": "^1.6.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-leaflet": "^2.6.0",
"react-leaflet-gridcanvas": "^0.1.1",
"react-leaflet-grouped-layer-control": "^0.0.13",
"react-leaflet-search": "^1.0.3",
"react-leaflet-zoom-indicator": "^0.1.2"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"css-loader": "^1.0.0",
"html-webpack-plugin": "^3.2.0",
"mini-css-extract-plugin": "^0.4.1",
"rimraf": "^2.6.2",
"style-loader": "^0.21.0",
"webpack": "^4.16.3",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
}
}