@carbon/elements
Version:
A collection of design elements in code for the IBM Design Language
59 lines (58 loc) • 1.45 kB
JSON
{
"name": "@carbon/elements",
"description": "A collection of design elements in code for the IBM Design Language",
"version": "11.73.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.38.0",
"@carbon/grid": "^11.41.0",
"@carbon/icons": "^11.65.0",
"@carbon/layout": "^11.39.0",
"@carbon/motion": "^11.33.0",
"@carbon/themes": "^11.58.0",
"@carbon/type": "^11.45.0",
"@ibm/telemetry-js": "^1.5.0"
},
"devDependencies": {
"@carbon/cli": "^11.32.0",
"fs-extra": "^11.0.0",
"klaw-sync": "^6.0.0",
"rimraf": "^6.0.1"
},
"gitHead": "d66cc6afbdf6802cf8b14042f20f7c350beef90b"
}