All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.package.json Maven / Gradle / Ivy

Go to download

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

The newest version!
{
  "name": "@patternfly/react-core",
  "version": "5.2.3",
  "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"
  },
  "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",
    "build:single:packages": "node ../../scripts/build-single-packages.js --config single-packages.config.json",
    "clean": "rimraf dist components layouts helpers next deprecated node_modules",
    "generate": "node scripts/copyStyles.js",
    "subpaths": "node ../../scripts/exportSubpaths.js --config subpaths.config.json",
    "clean:exports": "node scripts/cleanDistExports.js"
  },
  "dependencies": {
    "@patternfly/react-icons": "^5.2.1",
    "@patternfly/react-styles": "^5.2.1",
    "@patternfly/react-tokens": "^5.2.1",
    "focus-trap": "7.5.2",
    "react-dropzone": "^14.2.3",
    "tslib": "^2.5.0"
  },
  "devDependencies": {
    "@patternfly/patternfly": "5.2.1",
    "@rollup/plugin-commonjs": "^25.0.0",
    "@rollup/plugin-node-resolve": "^15.0.2",
    "@rollup/plugin-replace": "^5.0.2",
    "css": "^2.2.3",
    "fs-extra": "^11.1.1",
    "glob": "^7.1.2",
    "rimraf": "^3.0.2",
    "rollup": "^3.21.5",
    "rollup-plugin-scss": "^4.0.0",
    "rollup-plugin-svg": "2.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "typescript": "^4.7.4"
  },
  "peerDependencies": {
    "react": "^17 || ^18",
    "react-dom": "^17 || ^18"
  },
  "gitHead": "e2c4e3eda92725fe67026096807086f5635fd947"
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy