-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.22 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
{
"name": "mbgl-components",
"version": "0.5.2",
"description": "Express a Mapbox GL configuration as React components",
"main": "dist/mbgl-components.js",
"module": "lib/index.js",
"scripts": {
"build": "webpack --config webpack.config.babel.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/consbio/mbgl-components.git"
},
"author": "Nikolas Stevenson-Molnar <[email protected]> (https://github.com/nikmolnar)",
"license": "MIT",
"bugs": {
"url": "https://github.com/consbio/mbgl-components/issues"
},
"homepage": "https://github.com/consbio/mbgl-components#readme",
"dependencies": {
"clone-deep": "^4.0.1",
"fast-deep-equal": "^3.1.3",
"mapbox-gl": "^1.8.1",
"prop-types": "^15.7.2",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"uuid": "^7.0.2"
},
"devDependencies": {
"@babel/core": "^7.8.7",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.8.3",
"@babel/register": "^7.8.6",
"@hot-loader/react-dom": "^16.13.0",
"babel-loader": "^8.0.6",
"eslint": "^6.8.0",
"prettier": "^1.19.1",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
}
}