{
  "name": "@opentripplanner/building-blocks",
  "version": "3.1.1",
  "description": "Styling and UI Component Library",
  "author": "@binh-dam-ibigroup",
  "homepage": "https://github.com/opentripplanner/otp-ui/#readme",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "esm/index.js",
  "private": false,
  "devDependencies": {
    "@opentripplanner/types": "^8.4.0",
    "@opentripplanner/core-utils": "^16.0.3"
  },
  "peerDependencies": {
    "react": "^18.2.0",
    "react-animate-height": "^3.0.4",
    "styled-components": "^5.3.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/opentripplanner/otp-ui.git"
  },
  "bugs": {
    "url": "https://github.com/opentripplanner/otp-ui/issues"
  },
  "gitHead": "0af1b7cda60bd4252b219dcf893e01c2acb2ed5d",
  "dependencies": {
    "@styled-icons/bootstrap": "^10.47.0"
  },
  "scripts": {
    "test": "echo \"Error: run tests from root\" && exit 1",
    "tsc": "tsc"
  }
}