-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 975 Bytes
/
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
{
"name": "@syndicode/react-algolia-places",
"version": "2.1.1",
"description": "Modern ReactJS component that provides functionality of Algoliasearch Places API",
"main": "build/bundle.cjs.js",
"browser": "build/bundle.umd.js",
"module": "build/bundle.es.js",
"repository": {
"type": "git",
"url": "https://github.com/Syndicode/react-algolia-places"
},
"scripts": {
"bundle": "rollup --config rollup.config.js",
"prepublish": "npm run bundle"
},
"devDependencies": {
"@babel/core": "^7.7.0",
"@babel/preset-env": "^7.7.1",
"rollup": "^1.23.1",
"rollup-plugin-babel": "^4.3.3",
"rollup-plugin-peer-deps-external": "^2.2.0"
},
"peerDependencies": {
"react": "^16.10.1",
"algoliasearch": "^16.10.1"
},
"keywords": [
"algoliasearch",
"places",
"maps",
"geo"
],
"authors": [
"Anton Rusinov <anton.rusinov@syndicode.com> (https://github.com/RusinovAnton)"
],
"license": "MIT"
}