forked from kmwhelan93/react-geocoder-autocomplete
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.01 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": "@thebookofeveryone/mapbox-geocoder",
"version": "3.3.9",
"description": "a mapbox geocoder component for autocomplete",
"main": "index.js",
"scripts": {
"build": "babel src/main.js -o index.js",
"example": "parcel serve example/index.html",
"prepublish": "npm run build"
},
"repository": {
"type": "git",
"url": "[email protected]:thebookofeveryone/mapbox-geocoder.git"
},
"keywords": [
"react",
"react-component",
"geocoder",
"flux",
"mapbox",
"geo"
],
"author": "Tom MacWright",
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.10.2",
"@babel/cli": "^7.10.1",
"@babel/core": "^7.10.2",
"@babel/preset-react": "^7.10.1",
"parcel-bundler": "^1.12.4",
"st": "^0.5.2",
"tape": "^4.6.2",
"watchify": "^2.1.0"
},
"dependencies": {
"prop-types": "^15.7.2",
"react": "^0.14.9",
"react-dom": "^0.14.9",
"xhr": "^1.17.0"
},
"peerDependencies": {
"react": "16.x",
"react-dom": "16.x"
}
}