{
    "name": "react-mapbox-gl-spiderifier",
    "version": "1.12.0",
    "main": "dist/index.js",
    "module": "dist/index.js",
    "files": [
        "dist",
        "README.md"
    ],
    "repository": {
        "type": "git",
        "url": "https://github.com/thuanmb/react-mapbox-gl-spiderifier"
    },
    "dependencies": {
        "classnames": "2.5.1",
        "lodash": "4.17.21",
        "mapbox-gl": "3.6.0",
        "node-sass": "9.0.0",
        "prop-types": "15.8.1",
        "react-mapbox-gl": "5.1.1"
    },
    "scripts": {
        "start": "react-scripts start",
        "build": "rm -rf dist && NODE_ENV=production babel src/lib --out-dir dist --copy-files --ignore __tests__,spec.js,test.js,__snapshots__ --presets=./babelPresets.js",
        "test": "react-scripts test",
        "eject": "react-scripts eject"
    },
    "eslintConfig": {
        "extends": "react-app"
    },
    "browserslist": [
        "defaults",
        "not ie 11"
    ],
    "devDependencies": {
        "@babel/cli": "7.24.8",
        "babel-preset-react-app": "10.0.1",
        "react": "18.3.1",
        "react-dom": "18.3.1",
        "react-scripts": "5.0.1"
    }
}
