{
  "name": "@carbon/elements",
  "description": "A collection of design elements in code for the IBM Design Language",
  "version": "11.87.0",
  "license": "Apache-2.0",
  "main": "lib/index.js",
  "module": "es/index.js",
  "sass": "index.scss",
  "repository": {
    "type": "git",
    "url": "https://github.com/carbon-design-system/carbon.git",
    "directory": "packages/elements"
  },
  "bugs": "https://github.com/carbon-design-system/carbon/issues",
  "files": [
    "es",
    "lib",
    "src",
    "umd",
    "index.scss",
    "telemetry.yml"
  ],
  "keywords": [
    "ibm",
    "elements",
    "carbon",
    "carbon-elements",
    "carbon-design-system",
    "components",
    "react"
  ],
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "scripts": {
    "build": "yarn clean && carbon-cli bundle src/index.js --name CarbonElements",
    "clean": "rimraf es lib umd",
    "postinstall": "ibmtelemetry --config=telemetry.yml"
  },
  "dependencies": {
    "@carbon/colors": "^11.50.0",
    "@carbon/grid": "^11.53.0",
    "@carbon/icons": "^11.78.0",
    "@carbon/layout": "^11.51.0",
    "@carbon/motion": "^11.44.0",
    "@carbon/themes": "^11.71.0",
    "@carbon/type": "^11.57.0",
    "@ibm/telemetry-js": "^1.5.0"
  },
  "devDependencies": {
    "@carbon/cli": "^11.42.0",
    "fs-extra": "^11.0.0",
    "klaw-sync": "^6.0.0",
    "rimraf": "^6.0.1"
  },
  "gitHead": "937649543e9cc6af9dfb6b53a2adb76760bca986"
}
