UNPKG

carbon-components-react

Version:

The Carbon Design System is IBM’s open-source design system for products and experiences.

79 lines (78 loc) 2.28 kB
{ "name": "carbon-components-react", "description": "The Carbon Design System is IBM’s open-source design system for products and experiences.", "version": "8.67.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/react" }, "bugs": "https://github.com/carbon-design-system/carbon/issues", "files": [ "es", "lib", "scss", "index.scss", "scripts/postinstall.js", "telemetry.yml" ], "keywords": [ "react", "carbon", "carbon-components", "ibm", "carbon-design-system", "components" ], "publishConfig": { "access": "public", "provenance": true }, "scripts": { "build": "yarn clean && node tasks/build-styles.js && node tasks/build.js", "clean": "rimraf es lib", "postinstall": "ibmtelemetry --config=telemetry.yml && node scripts/postinstall.js" }, "peerDependencies": { "react": "^16.8.6 || ^17.0.1 || ^18.2.0", "react-dom": "^16.8.6 || ^17.0.1 || ^18.2.0", "sass": "^1.33.0" }, "dependencies": { "@carbon/react": "^1.67.0", "@carbon/styles": "^1.66.0", "@ibm/telemetry-js": "^1.5.0", "chalk": "1.1.3" }, "devDependencies": { "@babel/core": "^7.24.7", "@babel/plugin-proposal-export-default-from": "^7.24.7", "@babel/plugin-transform-class-properties": "^7.24.7", "@babel/plugin-transform-export-namespace-from": "^7.24.7", "@babel/plugin-transform-react-constant-elements": "^7.24.7", "@babel/preset-env": "^7.24.7", "@babel/preset-react": "^7.24.7", "@carbon/test-utils": "^10.33.0", "@rollup/plugin-babel": "^6.0.0", "@rollup/plugin-commonjs": "^26.0.0", "@rollup/plugin-node-resolve": "^15.0.0", "babel-plugin-dev-expression": "^0.2.3", "babel-preset-carbon": "^0.6.0", "browserslist-config-carbon": "^11.2.0", "fs-extra": "^11.0.0", "react": "^18.2.0", "react-dom": "^18.2.0", "rimraf": "^6.0.0", "rollup": "^2.79.1", "rollup-plugin-strip-banner": "^3.0.0" }, "sideEffects": [ "index.scss", "scss/**/*.scss", "scss/**/*.css" ], "gitHead": "ea46616d9ea6afb2f14b862a344203e54d19e5a0" }