{
  "name": "@massds/mayflower-react-test",
  "description": "React versions of Mayflower design system UI components",
  "author": "Massachusetts Digital Services (MDS)",
  "version": "9.44.2-test3",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "css",
    "es",
    "lib"
  ],
  "scripts": {
    "backstop:test": "docker-compose run backstop test --rm",
    "backstop": "npm-run-all build-storybook backstop:test",
    "backstop:approve": "docker-compose run backstop approve",
    "build-css": "node-sass-chokidar --include-path ./src/components/styles --include-path ../assets/scss src/ --include-path node_modules src/ -o src/",
    "watch-css": "node-sass-chokidar --include-path ./src/components/styles --include-path ../assets/scss src/ --include-path node_modules src/ -o src/ --watch",
    "build-nwb": "nwb build-react-component --copy-files",
    "build": "npm-run-all build-css build-nwb",
    "clean": "nwb clean-module",
    "start": "npm-run-all -p watch-css storybook",
    "lint": "./node_modules/.bin/eslint .",
    "lint-fix": "./node_modules/.bin/eslint --fix .; exit 0",
    "test": "nwb test-react",
    "test:coverage": "nwb test-react --coverage",
    "test:watch": "nwb test-react --server",
    "prepublishOnly": "npm run build && ./scripts/cleanup-package.sh",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook"
  },
  "pre-push": [
    "lint"
  ],
  "dependencies": {
    "airbnb-prop-types": "^2.13.2",
    "autosuggest-highlight": "^3.1.1",
    "b-jsonp": "^1.2.0",
    "bourbon": "^5.1.0",
    "bourbon-neat": "^1.7.2",
    "classnames": "^2.2.6",
    "fuse.js": "^3.4.5",
    "is": "^3.3.0",
    "moment": "^2.21.0",
    "normalize-scss": "^7.0.1",
    "numbro": "^2.1.2",
    "object.entries": "^1.0.4",
    "pikaday": "^1.7.0",
    "react-autosuggest": "^9.4.3",
    "react-autowhatever": "^10.2.0",
    "react-character-counter": "^1.0.1",
    "react-compound-slider": "^0.19.2",
    "react-html-parser": "^2.0.2",
    "react-portal": "^4.2.0",
    "react-select": "^1.2.1",
    "react-table": "^6.8.6",
    "react-transition-group": "^2.4.0",
    "shortid": "^2.2.8",
    "svg-sprite-loader": "^4.1.6"
  },
  "devDependencies": {
    "@babel/plugin-proposal-export-default-from": "^7.2.0",
    "@babel/plugin-syntax-dynamic-import": "^7.2.0",
    "@storybook/addon-a11y": "^5.2.3",
    "@storybook/addon-actions": "^5.2.3",
    "@storybook/addon-info": "^5.2.3",
    "@storybook/addon-knobs": "^5.2.3",
    "@storybook/addon-links": "^5.2.3",
    "@storybook/addon-storysource": "^5.2.3",
    "@storybook/addon-viewport": "^5.2.3",
    "@storybook/addons": "^5.2.3",
    "@storybook/react": "^5.2.3",
    "acorn": "^5.7.2",
    "acorn-jsx": "^4.1.1",
    "acorn-object-rest-spread": "^1.1.0",
    "acorn-static-class-property-initializer": "^1.0.0",
    "babel-eslint": "^8.2.6",
    "babel-plugin-dynamic-import-node": "^2.2.0",
    "babel-plugin-module-resolver": "^3.1.1",
    "babel-plugin-transform-import-paths": "^1.0.0",
    "cross-env": "^5.2.0",
    "eslint": "^4.19.1",
    "eslint-config-airbnb": "^16.1.0",
    "eslint-import-resolver-alias": "^1.1.1",
    "eslint-loader": "^2.1.0",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.1",
    "eslint-plugin-react": "^7.14.3",
    "eslint-plugin-react-hooks": "^1.0.1",
    "github-markdown-css": "^3.0.1",
    "markdown-it": "^10.0.0",
    "node-sass-chokidar": "^1.2.2",
    "npm-run-all": "^4.1.2",
    "nwb": "0.23.x",
    "pre-push": "^0.1.1",
    "prop-types": "^15.7.1",
    "react": "16.8.6",
    "react-dom": "16.9.0",
    "react-scripts": "^2.1.3"
  },
  "homepage": "",
  "license": "MIT",
  "repository": "https://github.com/massgov/mayflower/tree/master/react",
  "keywords": [
    "react-component"
  ]
}
