{
  "name": "@helpscout/artboard",
  "version": "0.2.0",
  "description": "A tool kit for React UI development and design",
  "main": "dist/index.js",
  "private": false,
  "scripts": {
    "check:npm": "node scripts/check-npm.js",
    "prestart": "npm run check:npm",
    "build:js": "zero build",
    "build:ts": "tsc",
    "build": "npm run clean && npm run build:js && npm run build:ts",
    "bundle": "zero build --bundle",
    "lint": "zero lint",
    "dev": "zero test --watchAll",
    "git:push": "git push --follow-tags",
    "test": "zero test --coverage",
    "test:ci": "zero test",
    "test:update": "npm test -- --updateSnapshot --coverage",
    "validate": "zero validate",
    "setup": "npm install && npm run validate -s",
    "precommit": "zero precommit",
    "clean": "rm -rf dist lib",
    "coverage": "nyc report --temp-directory=coverage --reporter=text-lcov | coveralls",
    "release": "npm version",
    "version": "npm run build",
    "postversion": "npm publish && npm run git:push",
    "start": "npm run storybook",
    "storybook": "start-storybook -p 6007",
    "build-storybook": "build-storybook",
    "prettier": "prettier \"src/**/*.js\" --write",
    "pretty": "npm run prettier"
  },
  "author": "Jon Quach <hello@jonquach.com> (https://jonquach.com)",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/helpscout/artboard.git"
  },
  "bugs": {
    "url": "https://github.com/helpscout/artboard/issues"
  },
  "license": "MIT",
  "keywords": [
    "artboard",
    "components",
    "guidelines",
    "devkit",
    "guides",
    "gutter",
    "helpscout",
    "keyline",
    "react",
    "sketch",
    "storybook",
    "toolkit"
  ],
  "engines": {
    "node": ">=8"
  },
  "peerDependencies": {
    "react": "^16 || ^15"
  },
  "devDependencies": {
    "@babel/plugin-proposal-class-properties": "7.1.0",
    "@babel/plugin-transform-flow-strip-types": "7.1.6",
    "@babel/preset-env": "7.1.6",
    "@babel/preset-react": "7.0.0",
    "@helpscout/hsds-react": "^2.2.0",
    "@helpscout/zero": "^0.0.9",
    "@storybook/addon-actions": "^4.0.9",
    "@storybook/addon-knobs": "^4.0.9",
    "@storybook/addon-links": "^4.0.9",
    "@storybook/addons": "^4.0.9",
    "@storybook/cli": "^4.0.9",
    "@storybook/react": "^4.0.9",
    "@types/enzyme": "^3.1.14",
    "@types/jest": "^23.3.3",
    "@types/react": "^16.4.14",
    "@types/react-dom": "^16.0.8",
    "@types/react-redux": "^6.0.9",
    "@types/react-transition-group": "^2.0.14",
    "@types/redux": "^3.6.0",
    "awesome-typescript-loader": "^5.2.1",
    "babel-loader": "^8.0.4",
    "check-dependencies": "1.1.0",
    "coveralls": "3.0.2",
    "enzyme": "^3.7.0",
    "enzyme-adapter-react-16": "^1.7.0",
    "np": "2.20.1",
    "nyc": "13.0.0",
    "react": "^16",
    "react-dom": "^16",
    "react-scripts": "2.1.1",
    "react-test-renderer": "^16",
    "ts-jest": "^23.10.5",
    "typescript": "^3.2.1",
    "webpack": "4.26.1"
  },
  "dependencies": {
    "@helpscout/fancy": "^2.1.2",
    "@helpscout/react-utils": "^1.0.4",
    "html2canvas": "1.0.0-alpha.12",
    "polished": "^2.3.0",
    "react-redux": "^5.1.1",
    "react-resizable": "^1.7.5",
    "redux": "^4.0.1",
    "resize-observer-polyfill": "^1.5.0"
  }
}
