veritatisquam
Version:
Carbon charting components, lerna monorepo
43 lines (42 loc) • 1.22 kB
JSON
{
"name": "@carbon/layout",
"description": "Layout helpers for digital and software products using the Carbon Design System",
"version": "10.8.1",
"license": "Apache-2.0",
"main": "lib/index.js",
"module": "es/index.js",
"repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/layout",
"bugs": "https://github.com/carbon-design-system/carbon/issues",
"keywords": [
"eyeglass-module",
"ibm",
"elements",
"carbon",
"carbon-elements",
"carbon-design-system",
"components",
"react"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "yarn clean && bundler bundle src/index.js --name CarbonLayout && node tasks/build.js && bundler sassdoc \"scss/**/*.scss\"",
"clean": "rimraf es lib umd scss/generated"
},
"devDependencies": {
"@carbon/bundler": "^10.6.0",
"@carbon/cli-reporter": "^10.3.0",
"@carbon/scss-generator": "^10.6.0",
"@carbon/test-utils": "^10.7.0",
"core-js": "^3.4.0",
"rimraf": "^3.0.0"
},
"eyeglass": {
"exports": false,
"name": "@carbon/layout",
"sassDir": "scss",
"needs": "^1.3.0"
},
"gitHead": "7d43dabaf011f2bcc70798b96c30173f7fc54e44"
}