{
  "name": "@button-inc/bcgov-theme",
  "version": "1.0.1",
  "description": "Accessible and progressively-enhancing BC Gov component theme",
  "homepage": "https://github.com/thebuttonclan/service-development-toolkit#readme",
  "bugs": {
    "url": "https://github.com/thebuttonclan/service-development-toolkit/issues"
  },
  "license": "Apache-2.0",
  "author": "Button Inc.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thebuttonclan/service-development-toolkit.git"
  },
  "dependencies": {
    "@babel/runtime": "^7.4.2",
    "@bcgov/bc-sans": "^1.0.1",
    "@button-inc/component-library": "1.0.1",
    "@button-inc/storybook-progressive-enhancement-addon": "^0.0.9",
    "@storybook/addon-links": "^6.2.9",
    "@types/lodash": "^4.14.168",
    "@types/styled-components": "^5.1.4",
    "lodash": "^4.17.21",
    "react-typography": "^0.16.19",
    "styled-components": "^5.2.1",
    "typography": "^0.16.19"
  },
  "peerDependencies": {
    "react": ">=16.8.0",
    "react-dom": ">=16.8.0"
  },
  "publishConfig": {
    "directory": "lib"
  },
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "types": "esm/index.d.ts"
}