UNPKG

@carbon/themes

Version:

Themes for applying color in the Carbon Design System

62 lines (61 loc) 1.97 kB
{ "name": "@carbon/themes", "description": "Themes for applying color in the Carbon Design System", "version": "11.76.1", "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/themes" }, "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": { "ci-check": "carbon-cli check \"scss/**/*.scss\" -i \"**/generated/**\" -i \"**/compat/**\"", "clean": "rimraf es lib umd scss/generated scss/compat/generated", "build:types": "tsc -p tsconfig.types.json", "build": "yarn clean && carbon-cli bundle src/index.ts --name CarbonThemes && babel-node --extensions '.js,.ts' --presets '@babel/preset-env,@babel/preset-typescript' tasks/build.js && yarn build:types && carbon-cli check \"scss/*.scss\"", "postinstall": "ibmtelemetry --config=telemetry.yml" }, "dependencies": { "@carbon/colors": "^11.53.0", "@carbon/layout": "^11.54.0", "@carbon/type": "^11.62.0", "@ibm/telemetry-js": "^1.5.0", "color": "^4.0.0" }, "devDependencies": { "@babel/node": "^7.27.1", "@babel/preset-env": "^7.27.2", "@carbon/cli": "^11.45.0", "@carbon/cli-reporter": "^10.8.0", "@carbon/scss-generator": "^10.20.0", "@carbon/test-utils": "^10.41.0", "@types/color": "^4.2.1", "change-case-all": "^2.1.0", "core-js": "^3.16.0", "fs-extra": "^11.0.0", "js-yaml": "^4.1.0", "rimraf": "^6.0.1", "typescript": "^5.7.3", "typescript-config-carbon": "^0.10.0" }, "sideEffects": false, "gitHead": "1110000e8374c35b7e040b09a7e292b2227f331d" }