UNPKG

react-mapbox-wrapper

Version:
97 lines (96 loc) 3.26 kB
{ "name": "react-mapbox-wrapper", "version": "2.6.1", "description": "Mapbox GL Javascript wrapper for ReactJS", "repository": { "type": "git", "url": "git+https://github.com/MeilleursAgents/react-mapbox-wrapper.git" }, "main": "build/index.js", "scripts": { "peers": "npm-install-peers", "format:file": "prettier-eslint --write --", "format": "npm run format:file \"$(pwd)/src/**/**.js\" \"$(pwd)/src/**/**.jsx\"", "lint:file": "eslint --fix --ext .jsx,.js --", "lint": "npm run lint:file src", "test": "nyc --all mocha \"./src/**/*.test.js\" \"./src/**/*.test.jsx\"", "test:file": "mocha", "doc": "esdoc -c esdoc.json", "start": "webpack --watch", "build": "webpack", "ci": "npm run format && npm run lint && npm run test && npm run doc && npm run build && codecov" }, "keywords": [ "react", "component", "library", "mapboxgl-js", "webpack" ], "author": "MeilleursAgents", "license": "MIT", "homepage": "http://meilleursagents.github.io/react-mapbox-wrapper", "engines": { "node": ">=8.0.0" }, "peerDependencies": { "@turf/circle": "^6.0.0", "mapbox-gl": "^0.46.0", "prop-types": "^15.6.0", "react": "^16.0.0", "react-dom": "^16.0.0" }, "devDependencies": { "@babel/core": "7.11.6", "@babel/plugin-proposal-class-properties": "7.10.4", "@babel/preset-env": "7.11.5", "@babel/preset-react": "7.10.4", "@babel/register": "7.11.5", "babel-cli": "6.26.0", "babel-eslint": "10.1.0", "babel-loader": "8.1.0", "babel-plugin-module-resolver": "4.0.0", "babel-template": "6.26.0", "babel-types": "6.26.0", "chai": "4.2.0", "codecov": "3.8.0", "css-loader": "4.3.0", "enzyme": "3.11.0", "enzyme-adapter-react-16": "1.15.5", "esdoc": "1.1.0", "esdoc-coverage-plugin": "1.1.0", "esdoc-ecmascript-proposal-plugin": "1.0.0", "esdoc-es7-plugin": "0.0.3", "esdoc-jsx-plugin": "1.0.0", "esdoc-plugin-require-coverage": "0.1.2", "esdoc-publish-html-plugin": "1.1.2", "esdoc-standard-plugin": "1.0.0", "eslint": "7.11.0", "eslint-config-airbnb": "18.2.0", "eslint-config-prettier": "6.12.0", "eslint-import-resolver-webpack": "0.13.0", "eslint-loader": "4.0.2", "eslint-plugin-babel": "5.3.1", "eslint-plugin-import": "2.22.1", "eslint-plugin-jsx-a11y": "6.3.1", "eslint-plugin-react": "7.21.4", "ignore-styles": "5.0.1", "jsdom": "16.4.0", "mocha": "8.1.3", "npm-install-peers": "1.2.1", "nyc": "15.1.0", "prettier-eslint-cli": "5.0.0", "sinon": "9.2.0", "sinon-chai": "3.5.0", "style-loader": "2.0.0", "webpack": "5.1.0", "webpack-cli": "4.0.0", "webpack-node-externals": "2.5.2" }, "bugs": { "url": "https://github.com/MeilleursAgents/react-mapbox-wrapper/issues" }, "directories": { "example": "examples" } }