UNPKG

@carbon/layout

Version:

Layout helpers for digital and software products using the Carbon Design System

50 lines (49 loc) 1.43 kB
{ "name": "@carbon/layout", "description": "Layout helpers for digital and software products using the Carbon Design System", "version": "11.53.0", "license": "Apache-2.0", "main": "lib/index.js", "types": "lib/index.d.ts", "module": "es/index.js", "sass": "index.scss", "repository": { "type": "git", "url": "https://github.com/carbon-design-system/carbon.git", "directory": "packages/layout" }, "bugs": "https://github.com/carbon-design-system/carbon/issues", "keywords": [ "ibm", "elements", "carbon", "carbon-elements", "carbon-design-system", "components", "react" ], "publishConfig": { "access": "public", "provenance": true }, "scripts": { "build:types": "tsc -p tsconfig.types.json", "build": "yarn clean && carbon-cli bundle src/index.ts --name CarbonLayout && node tasks/build.js && yarn build:types", "clean": "rimraf es lib umd scss/generated", "postinstall": "ibmtelemetry --config=telemetry.yml" }, "devDependencies": { "@carbon/cli": "^11.44.0", "@carbon/cli-reporter": "^10.8.0", "@carbon/scss-generator": "^10.20.0", "@carbon/test-utils": "^10.41.0", "core-js": "^3.16.0", "rimraf": "^6.0.1", "typescript": "^5.7.3", "typescript-config-carbon": "^0.10.0" }, "dependencies": { "@ibm/telemetry-js": "^1.5.0" }, "gitHead": "2d98f4ee9914fa44acba58f62599c3f5382acad0" }