{
  "name": "@salo/interactive-map",
  "version": "3.1.0",
  "description": "An SVG interactive map",
  "main": "./index.js",
  "sideEffects": false,
  "scripts": {
    "start": "start-storybook -p 6002 -s ./public",
    "bundle": "rm -rf dist/ && babel --copy-files src --out-dir dist",
    "demo": "npm run test:output -u && npm start",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:cover": "jest --coverage --maxWorkers=10",
    "release": "chmod +x ./ci/release.sh && ./ci/release.sh",
    "release:ghp": "chmod +x ./ci/ghpRelease.sh && ./ci/ghpRelease.sh",
    "deploy-storybook": "storybook-to-ghpages",
    "test:output": "jest -u --json --outputFile=.storybook/jest-test-results.json"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/salo-creative/react-interactive-map.git"
  },
  "jest": {
    "setupFilesAfterEnv": [
      "./test-setup.js"
    ],
    "collectCoverageFrom": [
      "src/**/*.js",
      "!src/**/_story.js",
      "!src/**/*.story.js",
      "!src/helpers/globalStyles/*.js"
    ],
    "notify": true,
    "moduleNameMapper": {
      "\\.(css|scss)$": "identity-obj-proxy"
    },
    "testPathIgnorePatterns": [
      "/node_modules/",
      "/dist/"
    ],
    "globals": {
      "webpackVars": {
        "ENV": "test"
      }
    },
    "verbose": true,
    "testURL": "http://localhost:6001/"
  },
  "keywords": [
    "React",
    "Styled",
    "Components",
    "Storybook",
    "Jest"
  ],
  "author": "Rich Comber",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/salo-creative/react-interactive-map/issues"
  },
  "homepage": "https://github.com/salo-creative/react-interactive-map#readme",
  "devDependencies": {
    "@babel/cli": "~7.8.4",
    "@babel/core": "~7.9.0",
    "@babel/plugin-proposal-class-properties": "~7.8.3",
    "@babel/plugin-syntax-decorators": "~7.8.3",
    "@babel/plugin-syntax-dynamic-import": "~7.8.3",
    "@babel/plugin-transform-runtime": "~7.9.0",
    "@babel/preset-env": "~7.9.5",
    "@babel/preset-react": "~7.9.4",
    "@babel/runtime-corejs3": "~7.9.2",
    "@salo/core-ui": "^0.11.19",
    "@salo/icons": "~1.3.5",
    "@storybook/addon-actions": "~5.3.18",
    "@storybook/addon-info": "~5.3.18",
    "@storybook/addon-jest": "~5.3.18",
    "@storybook/addon-knobs": "~5.3.18",
    "@storybook/addon-links": "~5.3.18",
    "@storybook/addon-notes": "~5.3.18",
    "@storybook/addon-options": "~5.3.18",
    "@storybook/addons": "~5.3.18",
    "@storybook/cli": "~5.3.18",
    "@storybook/react": "~5.3.18",
    "@storybook/storybook-deployer": "~2.8.5",
    "@testing-library/jest-dom": "~5.5.0",
    "@testing-library/react": "~10.0.3",
    "@types/react": "~16.9.34",
    "babel-eslint": "~10.1.0",
    "babel-loader": "~8.1.0",
    "babel-plugin-lodash": "~3.3.4",
    "babel-plugin-react-transform": "~3.0.0",
    "babel-plugin-styled-components": "~1.10.7",
    "circular-dependency-plugin": "~5.2.0",
    "core-js": "3",
    "css-loader": "~3.5.2",
    "enzyme": "~3.11.0",
    "enzyme-adapter-react-16": "~1.15.2",
    "eslint": "~6.8.0",
    "eslint-config-airbnb": "~18.1.0",
    "eslint-config-airbnb-base": "~14.1.0",
    "eslint-plugin-import": "~2.20.2",
    "eslint-plugin-jsx-a11y": "~6.2.3",
    "eslint-plugin-react": "~7.19.0",
    "eslint-plugin-react-hooks": "~2.5.0",
    "file-loader": "~6.0.0",
    "identity-obj-proxy": "~3.0.0",
    "jest": "~25.4.0",
    "jest-styled-components": "~6.3.4",
    "lodash": "~4.17.15",
    "node-sass": "~4.13.1",
    "npm-cli-login": "~0.1.1",
    "polished": "~3.5.2",
    "prop-types": "~15.7.2",
    "raw-loader": "~4.0.1",
    "react": "~16.13.1",
    "react-dom": "~16.13.1",
    "react-router-dom": "~5.1.2",
    "regenerator-runtime": "^0.13.5",
    "sass-loader": "~8.0.2",
    "style-loader": "~1.1.4",
    "styled-components": "~4.4.1",
    "url-loader": "~3.0.0",
    "webpack": "~4.43.0"
  },
  "peerDependencies": {
    "lodash": "^4.17.11",
    "polished": "^3.4.1",
    "react": "^16.8.4",
    "react-dom": "^16.8.4",
    "styled-components": "^4.2.0"
  },
  "dependencies": {
    "@babel/polyfill": "^7.8.7",
    "@babel/runtime": "^7.9.2"
  }
}
