forked from strateos/react-map-interaction
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1004 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 1004 Bytes
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
{
"name": "react-map-interaction",
"version": "1.3.1",
"description": "'Add map like zooming and dragging to any element'",
"main": "dist/react-map-interaction.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dist": "webpack --config webpack.config.js --mode production",
"dist:dev": "npm run dist && ./copy-to-example.sh",
"prepare": "npm run dist"
},
"keywords": [
"react",
"zoom",
"pan",
"pinch",
"data visualization",
"map"
],
"author": "Transcriptic",
"private": false,
"license": "MIT",
"peerDependencies": {
"react": ">=0.14",
"prop-types": ">=15.0"
},
"devDependencies": {
"@babel/core": "^7.3.3",
"@babel/preset-env": "^7.3.1",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.5",
"webpack": "^4.29.5",
"webpack-cli": "^3.2.3"
},
"repository": {
"type": "git",
"url": "https://github.com/transcriptic/react-map-interaction"
},
"dependencies": {}
}