{
  "name": "@flexera/ui-react-components",
  "license": "MIT",
  "description": "",
  "version": "4.8.4",
  "author": "Flexera",
  "main": "./dist/bundle.cjs.js",
  "module": "./dist/bundle.es.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">= 10.6.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://github.com/flexera/ui-react-components",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com:flexera/ui-react-components.git"
  },
  "scripts": {
    "start": "rollup -c --watch",
    "build": "rollup -c",
    "build:iconIndex": "cross-env && cd internals/scripts && node iconsParser.js",
    "prepare:environment": "yarn build:iconIndex",
    "lint": "yarn eslint '**/*.ts?(x)'",
    "lint:fix": "yarn eslint '**/*.ts?(x)' --fix",
    "test": "cross-env NODE_ENV=test yarn prepare:environment && jest . --coverage",
    "analyze": "yarn build && node analyze.js"
  },
  "devDependencies": {
    "@testing-library/react-hooks": "^1.0.4",
    "@types/enzyme-adapter-react-16": "^1.0.5",
    "@types/jest": "^24.0.6",
    "@types/rebass": "^3.0.4",
    "@types/styled-system": "3.2.2",
    "@typescript-eslint/eslint-plugin": "^1.4.2",
    "@typescript-eslint/parser": "^1.4.2",
    "axe-core": "^3.1.2",
    "babel-plugin-styled-components": "^1.11.1",
    "cross-env": "^5.2.0",
    "enzyme": "^3.7.0",
    "enzyme-adapter-react-16": "^1.7.0",
    "enzyme-to-json": "^3.3.4",
    "eslint": "^5.9.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-config-airbnb-base": "^13.1.0",
    "eslint-plugin-import": "^2.16.0",
    "eslint-plugin-react": "^7.12.4",
    "history": "^4.9.0",
    "jest": "^24.9.0",
    "jest-cli": "24.1.0",
    "jest-styled-components": "^7.0.2",
    "rollup": "^0.67.4",
    "rollup-plugin-react-svg": "3.0.1",
    "rollup-plugin-typescript2": "0.19.2",
    "rollup-plugin-url": "^2.2.2",
    "rollup-plugin-visualizer": "^4.1.0",
    "styled-components": "5.1.1",
    "styled-system": "3.1.11",
    "ts-jest": "^24.0.2",
    "ts-loader": "^5.3.3",
    "typescript": "3.5.1"
  },
  "peerDependencies": {
    "@fortawesome/fontawesome-svg-core": "^1.2.0-7",
    "@fortawesome/free-solid-svg-icons": "^5.6.1",
    "@fortawesome/react-fontawesome": "^0.1.3",
    "@types/styled-system": "3.2.2",
    "react": "16.9.0",
    "react-dom": "16.9.0",
    "styled-components": "5.1.1",
    "styled-system": "3.1.11"
  },
  "dependencies": {
    "@babel/preset-react": "^7.8.3",
    "@rebass/components": "^4.0.0-1",
    "@types/react": "16.9.0",
    "@types/react-dom": "16.9.0",
    "@types/react-router-dom": "5.1.2",
    "@types/react-select": "3.1.2",
    "focus-trap-react": "^6.0.0",
    "lodash.throttle": "^4.1.1",
    "open": "^7.1.0",
    "react-router-dom": "*",
    "react-select": "^3.1.0",
    "rebass": "^3.1.0"
  }
}
