-
Notifications
You must be signed in to change notification settings - Fork 472
/
Copy pathpackage.json
60 lines (60 loc) · 1.81 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
55
56
57
58
59
60
{
"name": "@appbaseio/reactivemaps",
"version": "4.0.0",
"description": "React Components for building map UIs",
"main": "lib/index.js",
"files": [
"lib/",
"umd"
],
"scripts": {
"watch": "yarn run build -w",
"build": "babel src --out-dir lib",
"build:umd": "webpack --progress --mode=production --config webpack.config.umd.js",
"stats": "webpack --progress --mode=production --config webpack.config.umd.js --json > stats.json",
"prepublishOnly": "yarn run build",
"version-upgrade": "nps upgrade-maps -c ../../package-scripts.js",
"postpublish": "yarn run version-upgrade"
},
"repository": {
"type": "git",
"url": "https://github.com/appbaseio/reactivesearch.git"
},
"author": "Deepak Grover <[email protected]> (https://github.com/metagrover)",
"license": "Apache-2.0",
"dependencies": {
"@appbaseio/rheostat": "^1.0.0-alpha.15",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"@react-google-maps/api": "^2.7.0",
"downshift": "^1.31.2",
"emotion-theming": "^10.0.27",
"leaflet": "^1.3.4",
"markerwithlabel": "^2.0.2",
"ngeohash": "^0.6.3",
"prop-types": "^15.6.0",
"react-leaflet": "^2.1.3"
},
"peerDependencies": {
"@appbaseio/reactivesearch": ">=4.0.0-rc.1",
"react": ">=15",
"react-dom": ">=15"
},
"devDependencies": {
"@appbaseio/reactivesearch": ">=4.0.0-rc.1",
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-emotion": "^10.0.33",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babili-webpack-plugin": "^0.1.2",
"brotli-webpack-plugin": "^0.5.0",
"compression-webpack-plugin": "^1.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webpack": "^4.18.0"
}
}