UNPKG

@breakaway/react-core

Version:

This library provides a set of common React components for use with the PatternFly reference implementation.

74 lines (73 loc) 1.89 kB
{ "name": "@breakaway/react-core", "version": "5.3.12", "description": "This library provides a set of common React components for use with the PatternFly reference implementation.", "main": "dist/js/index.js", "module": "dist/esm/index.js", "types": "dist/esm/index.d.ts", "typesVersions": { "*": { "next": [ "dist/esm/next/index.d.ts" ], "deprecated": [ "dist/esm/deprecated/index.d.ts" ] } }, "patternfly:src": "src/", "sideEffects": [ "*.css", "*.scss" ], "publishConfig": { "access": "public", "tag": "latest" }, "repository": { "type": "git", "url": "https://github.com/patternfly/patternfly-react.git" }, "keywords": [ "react", "patternfly" ], "author": "Red Hat", "license": "MIT", "bugs": { "url": "https://github.com/patternfly/patternfly-react/issues" }, "homepage": "https://github.com/patternfly/patternfly-react#readme", "scripts": { "build:umd": "rollup -c --environment IS_PRODUCTION", "clean": "rimraf dist", "generate": "node scripts/copyStyles.js" }, "dependencies": { "@patternfly/react-icons": "^4.92.10", "@breakaway/react-styles": "^5.5.0", "@patternfly/react-tokens": "^4.93.10", "focus-trap": "6.9.2", "react-dropzone": "9.0.0", "tippy.js": "5.1.2", "tslib": "^2.0.0" }, "devDependencies": { "@patternfly/patternfly": "4.219.2", "@rollup/plugin-commonjs": "^21.0.0", "@rollup/plugin-node-resolve": "^13.0.0", "@rollup/plugin-replace": "^3.0.0", "css": "^2.2.3", "fs-extra": "^6.0.1", "glob": "^7.1.2", "rimraf": "^3.0.2", "rollup": "^2.58.0", "rollup-plugin-scss": "^3.0.0", "rollup-plugin-terser": "^7.0.0", "typescript": "^4.7.4" }, "peerDependencies": { "react": "^16.8 || ^17 || ^18", "react-dom": "^16.8 || ^17 || ^18" } }