package.package.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of layout Show documentation
Show all versions of layout Show documentation
Layout helpers for digital and software products using the Carbon Design System
The newest version!
{
"name": "@carbon/layout",
"description": "Layout helpers for digital and software products using the Carbon Design System",
"version": "11.24.0",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
"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": "yarn clean && carbon-cli bundle src/index.js --name CarbonLayout && node tasks/build.js",
"clean": "rimraf es lib umd scss/generated",
"postinstall": "ibmtelemetry --config=telemetry.yml"
},
"devDependencies": {
"@carbon/cli": "^11.19.0",
"@carbon/cli-reporter": "^10.7.0",
"@carbon/scss-generator": "^10.18.0",
"@carbon/test-utils": "^10.30.0",
"core-js": "^3.16.0",
"rimraf": "^5.0.0"
},
"dependencies": {
"@ibm/telemetry-js": "^1.5.0"
},
"gitHead": "70a0775c76273e311cb1bb16db02d3f11ad8d018"
}