{
  "name": "@tidepool/viz",
  "version": "1.17.0",
  "description": "Tidepool data visualization for diabetes device data.",
  "keywords": [
    "data visualization"
  ],
  "main": "dist/index.js",
  "scripts": {
    "apidocs": "./node_modules/.bin/jsdoc2md",
    "browser-tests": "NODE_ENV=test ./node_modules/.bin/karma start --browsers Chrome",
    "build": "NODE_ENV=production npm run clean && NODE_ENV=production ./node_modules/.bin/webpack --config package.config.js",
    "build-dev": "npm run clean && NODE_ENV=development  ./node_modules/.bin/webpack --config package.config.js --progress",
    "build-docs": "./update-gh-pages.sh",
    "build-storybooks": "./node_modules/.bin/build-storybook -c storybook -o web/stories && ./node_modules/.bin/build-storybook -c storybookDatatypes -o web/diabetes-data-stories",
    "clean": "NODE_ENV=production ./node_modules/.bin/rimraf ./dist/*",
    "lint": "NODE_ENV=test ./node_modules/.bin/eslint src/ stories/ storiesDatatypes/ test/ *.js",
    "prepublishOnly": "NODE_ENV=production ./node_modules/.bin/rimraf ./node_modules && yarn install --frozen-lockfile && npm test && NODE_ENV=production npm run build",
    "pretest": "NODE_ENV=test npm run lint",
    "serve-docs": "./node_modules/.bin/gitbook serve",
    "start": "NODE_ENV=development ./node_modules/.bin/webpack --config package.config.js --watch --progress",
    "stories": "NODE_ENV=development ./node_modules/.bin/start-storybook -c storybook -p 8083 -s ./static --ci",
    "test": "TZ=UTC NODE_ENV=test ./node_modules/karma/bin/karma start",
    "test-watch": "TZ=UTC NODE_ENV=test ./node_modules/.bin/karma start --no-single-run --reporters=mocha",
    "typestories": "NODE_ENV=development ./node_modules/.bin/start-storybook -c storybookDatatypes -p 8082 --ci"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/tidepool-org/viz.git"
  },
  "engines": {
    "node": ">=10.x",
    "npm": ">=6.x"
  },
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/tidepool-org/viz/issues"
  },
  "homepage": "https://github.com/tidepool-org/viz#readme",
  "dependencies": {
    "bluebird": "3.5.2",
    "bows": "1.7.0",
    "classnames": "2.2.6",
    "crossfilter2": "1.5.2",
    "d3-array": "1.2.4",
    "d3-format": "1.3.2",
    "d3-scale": "2.1.2",
    "d3-shape": "1.2.2",
    "d3-time": "1.0.10",
    "d3-time-format": "2.1.3",
    "emotion": "9.2.9",
    "fastest-validator": "0.6.10",
    "gsap": "2.0.2",
    "i18next": "11.9.0",
    "intl": "1.2.5",
    "lodash": "4.17.19",
    "memorystream": "0.3.1",
    "moment": "2.22.2",
    "moment-timezone": "0.5.21",
    "parse-svg-path": "0.1.2",
    "prop-types": "15.6.2",
    "react": "16.12.0",
    "react-clipboard.js": "2.0.16",
    "react-collapse": "5.0.1",
    "react-dimensions": "1.3.1",
    "react-dom": "16.12.0",
    "react-markdown": "4.0.3",
    "react-motion": "0.5.2",
    "react-redux": "7.2.0",
    "react-select": "2.0.0",
    "react-sizeme": "2.6.12",
    "react-transition-group-plus": "0.5.3",
    "reductio": "1.0.0",
    "redux": "3.5.2",
    "serialize-svg-path": "0.1.0",
    "sundial": "1.6.0",
    "text-table": "0.2.0",
    "translate-svg-path": "0.0.1",
    "victory": "31.3.0",
    "voilab-pdf-table": "0.4.0"
  },
  "devDependencies": {
    "@babel/cli": "7.1.0",
    "@babel/core": "7.1.0",
    "@babel/plugin-proposal-class-properties": "7.1.0",
    "@babel/polyfill": "7.0.0",
    "@babel/preset-env": "7.1.0",
    "@babel/preset-react": "7.0.0",
    "@babel/runtime": "7.0.0",
    "@hot-loader/react-dom": "16.11.0",
    "@storybook/addon-knobs": "5.0.10",
    "@storybook/addon-notes": "5.0.10",
    "@storybook/addon-viewport": "5.0.10",
    "@storybook/addons": "5.0.10",
    "@storybook/react": "5.0.10",
    "babel-core": "7.0.0-bridge.0",
    "babel-eslint": "9.0.0",
    "babel-loader": "8.0.2",
    "babel-plugin-istanbul": "5.0.1",
    "babel-preset-react-app": "9.1.0",
    "chai": "4.1.2",
    "chance": "1.0.16",
    "chromedriver": "79.0.0",
    "css-loader": "1.0.0",
    "enzyme": "3.11.0",
    "enzyme-adapter-react-16": "1.15.2",
    "eslint": "5.6.0",
    "eslint-config-airbnb": "17.1.0",
    "eslint-plugin-import": "2.14.0",
    "eslint-plugin-jsx-a11y": "6.1.1",
    "eslint-plugin-lodash": "2.7.0",
    "eslint-plugin-moment-utc": "1.0.0",
    "eslint-plugin-react": "7.11.1",
    "gitbook-cli": "2.3.2",
    "jsdoc-to-markdown": "4.0.1",
    "json-loader": "0.5.7",
    "jsx-ast-utils": "2.0.1",
    "karma": "4.4.1",
    "karma-chai": "0.1.0",
    "karma-chrome-launcher": "3.1.0",
    "karma-coverage": "2.0.1",
    "karma-intl-shim": "1.0.3",
    "karma-mocha": "1.3.0",
    "karma-mocha-reporter": "2.2.5",
    "karma-sinon": "1.0.5",
    "karma-sourcemap-loader": "0.3.7",
    "karma-webpack": "4.0.2",
    "mocha": "5.2.0",
    "object-invariant-test-helper": "0.1.1",
    "optional": "0.1.4",
    "postcss": "7.0.2",
    "postcss-calc": "6.0.1",
    "postcss-custom-properties": "7.0.0",
    "postcss-loader": "3.0.0",
    "react-hot-loader": "4.12.19",
    "react-test-renderer": "16.12.0",
    "rimraf": "2.6.2",
    "sinon": "6.3.3",
    "style-loader": "0.23.0",
    "tidepool-standard-action": "0.1.1",
    "url-loader": "1.1.1",
    "webpack": "4.18.0",
    "webpack-cli": "3.1.0"
  },
  "peerDependencies": {
    "babel-core": "6.x || ^7.0.0-bridge.0",
    "classnames": "2.x",
    "lodash": "4.x",
    "moment-timezone": "0.x",
    "react": "16.x",
    "react-dom": "16.x",
    "react-addons-update": "16.x",
    "react-redux": "5.x",
    "redux": "3.x"
  },
  "resolutions": {
    "sundial/moment-timezone": "0.5.21"
  }
}
