{
  "name": "@neos-project/react-ui-components",
  "version": "9.1.5",
  "description": "The UI components which power the Neos backend application.",
  "repository": "neos/neos-ui",
  "bugs": "https://github.com/neos/neos-ui/issues",
  "homepage": "https://github.com/neos/neos-ui/blob/master/packages/react-ui-components/README.md",
  "main": "./dist/index.js",
  "publishConfig": {
    "main": "./dist/index.js",
    "types": "./types/index.d.ts",
    "exports": {
      ".": {
        "import": "./dist/index.js",
        "types": "./types/index.d.ts"
      },
      "./identifiers": {
        "import": "./dist/identifiers.js",
        "types": "./types/identifiers.d.ts"
      },
      "./unstyled": {
        "import": "./dist/unstyled.js",
        "types": "./types/unstyled.d.ts"
      }
    }
  },
  "files": [
    "dist",
    "types"
  ],
  "sideEffects": false,
  "scripts": {
    "build": "rm -rf dist types && tsc && node esbuild.js",
    "example": "cd example && yarn esbuild test.jsx --outdir=dist --bundle --sourcemap=linked --loader:.woff2=file"
  },
  "peerDependencies": {
    "@fortawesome/free-brands-svg-icons": "^6.5.2",
    "@fortawesome/free-regular-svg-icons": "^6.5.2",
    "@fortawesome/free-solid-svg-icons": "^6.5.2",
    "@friendsofreactjs/react-css-themr": "~4.2.0",
    "notosans-fontface": "^1.3.0",
    "prop-types": "^15.5.10",
    "react": "^16.12.0",
    "react-dom": "^16.0.0"
  },
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^6.5.2",
    "@fortawesome/react-fontawesome": "^0.2.2",
    "classnames": "^2.2.3",
    "hoist-non-react-statics": "^3.3.1",
    "lodash.assign": "^4.2.0",
    "lodash.debounce": "^4.0.8",
    "lodash.escaperegexp": "^4.1.2",
    "lodash.isequal": "^4.5.0",
    "lodash.isfunction": "^3.0.8",
    "lodash.omit": "^4.5.0",
    "lodash.throttle": "^4.0.8",
    "moment": "^2.30.1",
    "raf": "^3.4.1",
    "react-collapse": "^5.0.1",
    "react-datetime": "^2.8.10",
    "react-dnd": "^10.0.0",
    "react-dnd-html5-backend": "^10.0.0",
    "react-height": "^3.0.0",
    "react-keydown": "^1.9.4",
    "react-motion": "^0.5.0",
    "react-svg": "^11.1.2",
    "react-textarea-autosize": "^8.3.0"
  },
  "devDependencies": {
    "@neos-project/debug-reason-for-rendering": "9.1.5",
    "@neos-project/eslint-config-neos": "^2.6.1",
    "@neos-project/jest-preset-neos-ui": "9.1.5",
    "@neos-project/utils-helpers": "9.1.5",
    "@types/classnames": "^2.2.9",
    "@types/enzyme": "^3.1.14",
    "@types/he": "^1.1.0",
    "@types/jest": "^23.3.10",
    "@types/lodash.defaultsdeep": "^4.6.7",
    "@types/lodash.isequal": "^4.5.5",
    "@types/lodash.mapvalues": "^4.6.7",
    "@types/lodash.merge": "^4.6.6",
    "@types/lodash.omit": "^4.5.7",
    "@types/prop-types": "^15.7.3",
    "@types/react": "^16.9.17",
    "@types/react-dom": "^16.9.4",
    "@types/react-fontawesome": "^1.6.4",
    "@types/react-portal": "^4.0.1",
    "enzyme": "^3.8.0",
    "enzyme-to-json": "^3.1.3",
    "esbuild": "~0.17.0",
    "eslint": "^5.3.0",
    "lightningcss": "^1.18.0",
    "stylelint": "^13.7.2",
    "typescript": "^4.6.0"
  },
  "license": "GNU GPLv3",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./types/index.d.ts"
    },
    "./identifiers": {
      "import": "./dist/identifiers.js",
      "types": "./types/identifiers.d.ts"
    },
    "./unstyled": {
      "import": "./dist/unstyled.js",
      "types": "./types/unstyled.d.ts"
    }
  },
  "types": "./types/index.d.ts"
}