{
  "name": "hig-react",
  "description": "HIG components in React",
  "author": "Autodesk Inc.",
  "license": "Apache-2.0",
  "homepage": "https://hig.autodesk.com",
  "repository": {
    "type": "git",
    "url": "https://github.com/Autodesk/hig"
  },
  "version": "0.29.0",
  "main": "lib/hig-react.js",
  "files": [
    "lib/*"
  ],
  "scripts": {
    "build": "yarn babel && NODE_ENV=production webpack -p",
    "babel": "babel --ignore test.js,Tests.js,test,__gemini__,__stories__,playground -d lib src",
    "build-playground": "react-scripts build",
    "build-icons": "node scripts/build-icons.js",
    "deploy-playground": "react-scripts build && surge build",
    "generate-docs": "node ./scripts/generate-docs.js",
    "lint": "eslint ./src/** -c ./.eslintrc.js --color",
    "lint-fix": "eslint ./src/** -c ./.eslintrc.js --fix --color",
    "playground": "react-scripts start",
    "start": "react-scripts start",
    "test": "jest --watch",
    "test-ci": "jest --coverage --runInBand --colors",
    "type-check": "tsc"
  },
  "dependencies": {
    "@hig/avatar": "^0.1.0",
    "@hig/icon": "^0.1.0",
    "@hig/icon-button": "^0.1.0",
    "@hig/icons": "^0.1.0",
    "@hig/timestamp": "^0.1.0",
    "@hig/typography": "^0.1.0",
    "hig-vanilla": "^0.1.27",
    "react-flip-move": "^3.0.1",
    "react-transition-group": "^2.3.0"
  },
  "peerDependencies": {
    "prop-types": "^15.5.10",
    "react": "^15.4.1",
    "react-dom": "^15.4.1"
  },
  "devDependencies": {
    "@hig/babel-preset": "^0.1.0",
    "@hig/styles": "^0.1.1",
    "@types/jest": "^19.2.3",
    "@types/node": "^7.0.21",
    "@types/react": "^15.0.24",
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.4",
    "babel-plugin-react-docgen": "^1.8.1",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-2": "^6.24.1",
    "classnames": "^2.2.5",
    "css-loader": "^0.28.10",
    "dotenv": "^5.0.1",
    "enzyme": "^2.9.1",
    "eslint": "^4.9.0",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-config-prettier": "^2.6.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jsx-a11y": "^5.1.1",
    "eslint-plugin-prettier": "^2.3.1",
    "eslint-plugin-react": "^7.4.0",
    "extract-text-webpack-plugin": "^3.0.2",
    "jest": "^21.2.1",
    "jest-enzyme": "^3.8.3",
    "jest-extended": "^0.6.0",
    "lodash": "^4.17.5",
    "node-fetch": "^1.7.3",
    "node-sass": "^4.7.2",
    "optimize-css-assets-webpack-plugin": "^3.2.0",
    "prettier": "^1.7.4",
    "prop-types": "^15.6.1",
    "raf": "^3.4.0",
    "react": "^15.4.1",
    "react-addons-test-utils": "^15.6.2",
    "react-devtools-core": "^2.0.12",
    "react-dom": "^15.6.1",
    "react-scripts": "1.0.14",
    "react-test-renderer": "^15.6.1",
    "sass-loader": "^6.0.7",
    "style-loader": "^0.20.2",
    "surge": "^0.19.0",
    "svgo": "^1.0.5",
    "typescript": "^2.3.2",
    "webpack": "^3.5.5"
  },
  "css": "lib/hig-react.css"
}
