UNPKG

veritatisquam

Version:
52 lines (51 loc) 1.45 kB
{ "name": "@carbon/elements", "description": "A collection of design elements in code for the IBM Design Language", "version": "10.10.1", "license": "Apache-2.0", "main": "lib/index.js", "module": "es/index.js", "repository": "https://github.com/carbon-design-system/carbon/tree/master/packages/elements", "bugs": "https://github.com/carbon-design-system/carbon/issues", "files": [ "es", "lib", "scss", "src", "umd" ], "keywords": [ "ibm", "elements", "carbon", "carbon-elements", "carbon-design-system", "components", "react" ], "publishConfig": { "access": "public" }, "scripts": { "build": "yarn clean && bundler bundle src/index.js --name CarbonElements && node tasks/build.js && bundler check \"scss/*.scss\" && bundler sassdoc \"scss/**/*.scss\" -i \"**/{_inlined,vendor}/**\"", "clean": "rimraf es lib umd && node tasks/clean.js" }, "dependencies": { "@carbon/colors": "^10.8.0", "@carbon/grid": "^10.9.1", "@carbon/icons": "^10.9.1", "@carbon/import-once": "^10.3.0", "@carbon/layout": "^10.8.1", "@carbon/motion": "^10.6.0", "@carbon/themes": "^10.10.1", "@carbon/type": "^10.9.1" }, "devDependencies": { "@carbon/bundler": "^10.6.0", "fs-extra": "^8.1.0", "klaw-sync": "^6.0.0", "replace-in-file": "^3.4.2", "rimraf": "^3.0.0" }, "gitHead": "7d43dabaf011f2bcc70798b96c30173f7fc54e44" }