forked from tumerorkun/react-leaflet-search
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
54 lines (54 loc) · 1.55 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
53
54
{
"name": "react-leaflet-search",
"version": "1.0.3",
"description": "React component for search lat lng on leaflet",
"scripts": {
"compile": "tsc -p .",
"build": "rollup -c && tsc -p .",
"npm:publish": "npm publish"
},
"keywords": [
"react",
"leaflet",
"search"
],
"author": "Orkun Tumer",
"license": "MIT",
"main": "cjs/v2/index.js",
"module": "lib/index.js",
"types": "lib/",
"repository": {
"type": "git",
"url": "https://github.com/tumerorkun/react-leaflet-search.git"
},
"peerDependencies": {
"leaflet": "^1.6.0",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-leaflet": "^2.6.0",
"react-dom": "^16.12.0"
},
"devDependencies": {
"@types/leaflet": "^1.5.6",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"@types/react-leaflet": "^2.5.0",
"autoprefixer": "^9.7.3",
"cssnano": "^4.1.10",
"leaflet": "^1.6.0",
"postcss": "^7.0.24",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-leaflet": "^2.6.0",
"rollup": "^1.27.12",
"rollup-plugin-clear": "^2.0.7",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-css-only": "^1.0.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-sass": "^1.2.2",
"rollup-plugin-terser": "^5.1.3",
"rollup-plugin-typescript2": "^0.25.3",
"typescript": "^3.7.3"
}
}