UNPKG

carbon-components

Version:

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

205 lines (204 loc) • 5.91 kB
{ "name": "carbon-components", "description": "The Carbon Design System is IBM’s open-source design system for products and experiences.", "version": "10.58.1", "license": "Apache-2.0", "main": "umd/index.js", "module": "es/index.js", "repository": { "type": "git", "url": "https://github.com/carbon-design-system/carbon.git", "directory": "packages/components" }, "bugs": "https://github.com/carbon-design-system/carbon/issues", "homepage": "https://www.carbondesignsystem.com/", "files": [ "css/**/*", "es/**/*", "html/**/*", "scripts/**/*", "scss/**/*", "src/**/*", "umd/**/*", "!**/*.config.js", "!**/__tests__/**/*" ], "keywords": [ "carbon", "component", "components", "css", "html", "ibm", "javascript", "js", "library", "pattern", "patterns", "sass", "scss", "style guide", "eyeglass-module", "carbon-design-system", "react" ], "publishConfig": { "access": "public" }, "scripts": { "build": "./tools/copy-vendor-styles.sh && gulp build && carbon-cli check \"scss/**/*.scss\" -i \"**/vendor/**\"", "build-dev": "gulp build:dev", "build-dev-rollup": "gulp build:dev:deploy --rollup --use-custom-properties", "clean": "gulp clean", "ci-check": "sh ./tools/ci-check.sh", "dev": "gulp serve", "format:check": "prettier --check \"**/*.{css,js,md,scss}\"", "postinstall": "carbon-telemetry collect --install", "prebuild": "gulp clean", "prepublishOnly": "yarn build", "start": "node server.js", "test": "gulp test", "test:unit": "gulp test:unit", "test:a11y": "gulp test:a11y", "semantic-release": "semantic-release" }, "dependencies": { "@carbon/telemetry": "0.1.0", "flatpickr": "4.6.1", "lodash.debounce": "^4.0.8", "warning": "^3.0.0" }, "devDependencies": { "@babel/core": "^7.16.7", "@babel/plugin-proposal-class-properties": "^7.16.7", "@babel/plugin-proposal-object-rest-spread": "^7.16.7", "@babel/plugin-transform-modules-umd": "^7.16.7", "@babel/plugin-transform-runtime": "^7.16.7", "@babel/preset-env": "^7.16.7", "@babel/preset-react": "^7.16.7", "@babel/runtime": "^7.16.7", "@carbon/cli": "^10.34.0", "@carbon/elements": "^10.56.0", "@carbon/icons-handlebars": "^10.48.0", "@carbon/icons-react": "^10.49.0", "@carbon/test-utils": "^10.21.0", "@frctl/fractal": "^1.1.0", "@rollup/plugin-babel": "^5.3.0", "@rollup/plugin-commonjs": "^21.0.0", "@rollup/plugin-node-resolve": "^13.0.0", "@rollup/plugin-replace": "^4.0.0", "@rollup/plugin-virtual": "^2.0.3", "adaro": "1.0.4", "autoprefixer": "^9.7.4", "babel-loader": "^8.2.3", "babel-plugin-dev-expression": "^0.2.3", "babel-plugin-istanbul": "^6.1.1", "babel-plugin-rewire": "^1.2.0", "bluebird": "~3.7.0", "browser-sync": "^2.26.3", "browserslist-config-carbon": "^10.6.1", "carbon-components": "^9.0.0", "carbon-components-react": "^6.0.0", "chokidar": "^3.0.0", "classnames": "^2.2.0", "commander": "^2.13.0", "core-js": "^3.16.0", "cross-env": "^7.0.0", "css-loader": "^3.4.2", "custom-event": "^1.0.0", "del": "~6.0.0", "diff": "^5.0.0", "express-handlebars": "^5.2.1", "fancy-log": "^2.0.0", "glob": "^7.1.2", "globby": "^11.0.2", "gulp": "^4.0.0", "gulp-babel": "^8.0.0", "gulp-header": "^2.0.0", "gulp-jsdoc3": "^2.0.0", "gulp-nodemon": "^2.4.2", "gulp-postcss": "^9.0.0", "gulp-rename": "^2.0.0", "gulp-sass": "^4.1.0", "gulp-sass-lint": "^1.4.0", "gulp-sourcemaps": "^2.6.0", "gulp-terser": "^1.0.0", "handlebars": "^4.0.12", "handlebars-helpers": "^0.10.0", "html-loader": "^0.5.0", "jasmine-core": "^4.0.0", "karma": "^6.0.0", "karma-chrome-launcher": "^3.0.0", "karma-coverage": "^2.0.3", "karma-firefox-launcher": "^2.1.0", "karma-html2js-preprocessor": "^1.1.0", "karma-ie-launcher": "^1.0.0", "karma-jasmine": "^2.0.1", "karma-safari-launcher": "^1.0.0", "karma-sourcemap-loader": "~0.3.7", "karma-spec-reporter": "0.0.33", "karma-webpack": "^5.0.0", "lolex": "^5.0.0", "markdown-it": "^12.0.4", "minimatch": "^5.0.0", "mkdirp": "^0.5.0", "mock-raf": "^1.0.0", "node-sass": "^7.0.1", "nodemon": "^1.18.7", "path-to-regexp": "^6.2.0", "portscanner": "^2.2.0", "postcss-custom-properties": "^9.0.0", "postcss-loader": "^3.0.0", "promise": "^8.0.1", "prop-types": "^15.6.0", "react": "^17.0.2", "react-copy-to-clipboard": "^5.0.0", "react-dom": "^17.0.2", "react-ga": "^3.3.0", "rollup": "^2.46.0", "rollup-plugin-filesize": "^9.1.1", "rollup-plugin-terser": "^7.0.2", "sass": "^1.43.3", "sass-loader": "^8.0.2", "serve-static": "^1.13.0", "style-loader": "^1.1.3", "terser": "^5.7.0", "terser-webpack-plugin": "^2.3.2", "through2": "^3.0.0", "vinyl-named": "^1.1.0", "webpack": "^4.41.5", "webpack-dev-middleware": "^3.7.2", "webpack-hot-middleware": "^2.21.0", "whatwg-fetch": "^3.6.2" }, "sideEffects": [ "css/**/*.css", "es/bundle.js", "es/globals/js/boot.js", "es/globals/js/watch.js", "scripts/*", "scss/**/*.scss", "src/globals/js/boot.js", "src/globals/js/watch.js", "umd/bundle.js", "umd/globals/js/boot.js", "umd/globals/js/watch.js" ], "eyeglass": { "sassDir": "scss", "exports": false, "name": "carbon-components", "needs": "^1.2.1" }, "babel": { "presets": [ "./tools/env" ], "plugins": [ "@babel/plugin-proposal-class-properties", "@babel/plugin-proposal-object-rest-spread", "dev-expression" ] }, "gitHead": "ac521063e2c3a8a3e9d1630cbef2088caa371db0" }