forked from mmoyles87/react-esri-map
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.53 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
{
"name": "react-esri-map",
"version": "0.1.3",
"description": "React component for loading an ESRI map",
"main": "dist/index.js",
"scripts": {
"prepublish": "make build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/socialradar/react-esri-map.git"
},
"keywords": [
"react",
"map",
"esri",
"react-component",
"geo"
],
"author": "Victor Quinn <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/socialradar/react-esri-map/issues"
},
"homepage": "https://github.com/socialradar/react-esri-map#readme",
"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.10.1",
"babel-core": "^6.9.1",
"babel-loader": "^6.2.4",
"babel-plugin-transform-es2015-modules-commonjs": "^6.10.3",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-0": "^6.5.0",
"css-loader": "^0.23.1",
"file-loader": "^0.8.5",
"immutable": "^3.8.1",
"json-loader": "^0.5.4",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-hot-loader": "^1.3.0",
"react-map-styles": "^0.3.0",
"react-mixin": "^3.0.5",
"style-loader": "^0.13.1",
"url-loader": "^0.5.7",
"webpack": "^1.13.1",
"webpack-dev-server": "^1.14.1",
"webpack-hot-middleware": "^2.10.0"
},
"dependencies": {
"chance": "^1.0.3",
"esri-leaflet": "^2.0.0",
"leaflet": "^0.7.7"
}
}