-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
69 lines (69 loc) · 1.94 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
61
62
63
64
65
66
67
68
69
{
"name": "react-map-gl-alt",
"version": "1.1.1",
"description": "A React wrapper for Mapbox-GL-JS",
"main": "index.js",
"files": [
"dist"
],
"scripts": {
"start": "node ./node_modules/webpack-dev-server/bin/webpack-dev-server.js --config example/webpack.config.js --host 0.0.0.0 --port 8080 --open",
"lint": "node ./node_modules/eslint/bin/eslint.js src/**/*",
"compile": "babel -d dist/ src/",
"prepublish": "npm run compile"
},
"repository": "https://github.com/AlpacaTravel/react-map-gl-alt.git",
"keywords": [
"react",
"mapbox-gl",
"mapbox",
"vector",
"map"
],
"author": "Cam Manderson",
"license": "ISC",
"bugs": {
"url": "https://github.com/AlpacaTravel/react-map-gl-alt/issues"
},
"homepage": "https://github.com/AlpacaTravel/react-map-gl-alt#readme",
"dependencies": {
"@mapbox/mapbox-gl-style-spec": "^10.0.0",
"element-resize-event": "^3.0.3",
"lodash.has": "^4.5.2",
"lodash.isequal": "^4.5.0",
"prop-types": "^15.6.2",
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"peerDependencies": {
"mapbox-gl": "^1.5.0"
},
"devDependencies": {
"@mapbox/mapbox-gl-style-spec": "^10.0.0",
"babel-cli": "^6.16.0",
"babel-core": "^6.17.0",
"babel-loader": "^6.2.5",
"babel-preset-es2015": "^6.16.0",
"babel-preset-react": "^6.16.0",
"babel-preset-stage-1": "^6.16.0",
"element-resize-event": "^3.0.3",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.8.1",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "^5.1.1",
"gl": "^4.0.2",
"istanbul": "^0.4.5",
"jsdom": "^9.6.0",
"json-loader": "^0.5.4",
"json2mq": "^0.2.0",
"lodash.has": "^4.5.2",
"lodash.isequal": "^4.5.0",
"mapbox-gl": "^1.5.0",
"prop-types": "^15.6.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"webpack": "^1.13.2",
"webpack-dev-server": "^1.16.2"
}
}