{
  "name": "@epam/uui-docs",
  "version": "6.4.4",
  "description": "EPAM UUI Documentation infrastructure",
  "author": "EPAM",
  "license": "MIT",
  "module": "index.esm.js",
  "main": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "build": "ts-node -T ../uui-build/ts/scripts/buildUuiModule.ts",
    "prepublish": "yarn build"
  },
  "dependencies": {
    "@epam/assets": "6.4.4",
    "@epam/loveship": "6.4.4",
    "@epam/promo": "6.4.4",
    "@epam/uui": "6.4.4",
    "@epam/uui-components": "6.4.4",
    "@epam/uui-core": "6.4.4",
    "@types/classnames": "2.2.6",
    "classnames": "^2.2.6"
  },
  "peerDependencies": {
    "react": ">=16.0.0",
    "react-dom": ">=16.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/epam/UUI"
  },
  "gitHead": "f6da9778ecbb962b8197fa94c085537156a7529c",
  "publishConfig": {
    "directory": "build"
  }
}