forked from JoakimSM/react-leaflet-search
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.26 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
{
"name": "react-leaflet-search",
"version": "0.7.1",
"description": "React component for search lat lng on leaflet",
"scripts": {
"build": "rimraf dist && webpack",
"babel": "babel src --out-dir lib && cp src/*.css lib",
"examples": "webpack-serve ./examples/webpack.config.js",
"npm:publish": "npm run babel && npm publish"
},
"keywords": [
"react",
"leaflet",
"search"
],
"author": "Orkun Tumer",
"license": "MIT",
"main": "lib/index.js",
"repository": {
"type": "git",
"url": "https://github.com/tumerorkun/react-leaflet-search.git"
},
"devDependencies": {
"@tumerorkun/v-up": "0.0.2",
"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"
}
}