{
  "name": "@politico/interactive-style",
  "version": "4.4.10",
  "description": "The reusable foundation of interactive stories at POLITICO",
  "main": "dist/index.js",
  "publishPath": "interactives/uploads/documentation/politico-interactive-style/v4/",
  "sideEffects": false,
  "scripts": {
    "makeComponent": "node bin/makeComponent.js",
    "addTests": "node bin/addTests.js",
    "test": "jest src/**",
    "test:coverage": "jest src/** --coverage --coverageReporters=text",
    "test:generate-output": "jest src/** --json --outputFile=.jest-test-results.json",
    "test:generate-output:watch": "jest src/** --json --outputFile=.jest-test-results.json --watchAll || true",
    "lint-scripts": "npx eslint \"./src/\" --ext js,jsx",
    "lint-styles": "npx stylelint \"./src/**/*.?(s)css\"",
    "lint": "npm-run-all lint-styles lint-scripts",
    "storybook:only": "start-storybook -p 6006",
    "storybook": "npm-run-all --parallel test:generate-output:watch storybook:only",
    "rebuild-icons": "node bin/rebuild_icons.js",
    "docs:build": "node bin/docs_build.js",
    "docs:pub": "node bin/docs_publish.js",
    "build": "node bin/build.js --input ./src --output ./dist",
    "build:watch": "npm run build -- --watch",
    "release": "node bin/release.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/The-Politico/politico-interactive-style.git"
  },
  "keywords": [
    "interactives"
  ],
  "files": [
    "int.scss",
    "dist",
    "!dist/storybook/**",
    "!dist/**/*.test.js",
    "!dist/**/_stories/**"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/The-Politico/politico-interactive-style/issues"
  },
  "homepage": "https://github.com/The-Politico/politico-interactive-style#readme",
  "peerDependencies": {
    "next": "*",
    "react": ">17.0.2",
    "react-dom": ">17.0.2"
  },
  "dependencies": {
    "@newswire/frames": "^1.0.0",
    "@phosphor-icons/react": "2.0.9",
    "@radix-ui/react-scroll-area": "^1.2.0",
    "@react-spring/web": "^9.7.3",
    "classnames": "^2.3.2",
    "d3-array": "^3.2.4",
    "d3-geo": "^3.1.0",
    "d3-interpolate": "^3.0.1",
    "d3-scale": "^4.0.2",
    "d3-selection": "^3.0.0",
    "d3-shape": "^3.0.0",
    "d3-zoom": "^3.0.0",
    "isomorphic-unfetch": "^3.0.0",
    "journalize": "^2.6.0",
    "lodash": "^4.17.21",
    "normalize.css": "^8.0.1",
    "papaparse": "^5.4.1",
    "prettier": "^3.5.3",
    "prop-types": "^15.8.1",
    "random-weighted-choice": "^0.1.4",
    "react-click-away-listener": "^2.2.3",
    "react-copy-to-clipboard": "^5.1.0",
    "recoil": "^0.7.7",
    "rehype-minify-whitespace": "^6.0.0",
    "rehype-parse": "^8.0.4",
    "rehype-react": "^7.2.0",
    "rehype-stringify": "^9.0.3",
    "remark-gfm": "^3.0.1",
    "remark-parse": "^10.0.1",
    "remark-rehype": "^10.1.0",
    "string": "^3.3.3",
    "topojson-client": "^3.1.0",
    "unified": "^10.1.2",
    "unist-builder": "^4.0.0",
    "unist-util-visit": "^5.0.0",
    "us": "^2.0.0"
  },
  "devDependencies": {
    "@aws-sdk/client-dynamodb": "^3.405.0",
    "@aws-sdk/client-s3": "^3.405.0",
    "@aws-sdk/client-secrets-manager": "^3.405.0",
    "@aws-sdk/client-ssm": "^3.405.0",
    "@aws-sdk/client-sts": "^3.405.0",
    "@aws-sdk/credential-providers": "^3.405.0",
    "@aws-sdk/lib-dynamodb": "^3.405.0",
    "@babel/cli": "^7.21.0",
    "@babel/core": "^7.21.3",
    "@babel/plugin-syntax-jsx": "^7.21.4",
    "@babel/preset-env": "^7.20.2",
    "@babel/preset-react": "^7.18.6",
    "@babel/runtime": "^7.16.7",
    "@jest/globals": "^29.5.0",
    "@notionhq/client": "^2.2.13",
    "@politico/eslint-config-interactives": "^1.0.2",
    "@politico/hermes": "^1.0.4",
    "@politico/stylelint-config-interactives": "^1.0.3",
    "@slack/web-api": "^6.9.0",
    "@storybook/addon-a11y": "^6.5.16",
    "@storybook/addon-actions": "^6.5.16",
    "@storybook/addon-docs": "^6.5.16",
    "@storybook/addon-essentials": "^6.5.16",
    "@storybook/addon-interactions": "^6.5.16",
    "@storybook/addon-jest": "^6.5.16",
    "@storybook/addon-links": "^6.5.16",
    "@storybook/addon-styling": "^0.3.1",
    "@storybook/builder-webpack5": "^6.5.16",
    "@storybook/manager-webpack5": "^6.5.16",
    "@storybook/react": "^6.5.16",
    "@storybook/testing-library": "^0.0.13",
    "@storybook/theming": "^6.5.16",
    "aws-sdk": "^2.1338.0",
    "babel-jest": "^29.5.0",
    "babel-loader": "^8.3.0",
    "babel-plugin-tsconfig-paths": "^1.0.3",
    "chokidar": "^3.5.3",
    "d3-ease": "^3.0.1",
    "dedent": "^0.7.0",
    "eslint": "^7.32.0",
    "eslint-plugin-mdx": "^2.0.5",
    "glob": "^10.2.1",
    "inquirer": "^8.2.0",
    "javascript-stringify": "^2.1.0",
    "jest": "^29.5.0",
    "jsdoc-api": "^8.0.0",
    "loader-utils": "^3.2.1",
    "msw": "^1.2.1",
    "msw-storybook-addon": "^1.8.0",
    "next": "^12.1.5",
    "npm-run-all": "^4.1.5",
    "postcss-scss": "^4.0.6",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "react-syntax-highlighter": "^15.5.0",
    "resolve-url-loader": "^5.0.0",
    "sass": "^1.58.3",
    "sass-loader": "^13.2.0",
    "sharp": "^0.31.3",
    "styled-jsx": "^5.1.2",
    "stylelint": "^15.2.0",
    "stylelint-config-standard-scss": "^8.0.0",
    "stylelint-order": "^6.0.3",
    "stylelint-scss": "^4.6.0",
    "ts-jest": "^29.1.0",
    "tsconfig-paths": "^4.2.0",
    "yargs": "^17.7.1"
  },
  "msw": {
    "workerDirectory": ".storybook/static"
  }
}
