{
  "name": "avocode-ui",
  "version": "9.13.7",
  "description": "Avocode UI components",
  "license": "UNLICENSED",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "maintainers": [
    {
      "name": "Petr Brzek",
      "email": "petr@avocode.com"
    }
  ],
  "files": [
    "package.json",
    "lib",
    "images",
    "main.less",
    "src/styles/*.less",
    "src/components/*/*.less",
    "src/components/*/*/*.less",
    "src/icons/defs.svg",
    "src/icons/svg"
  ],
  "scripts": {
    "build:playground": "rimraf build && babel-node -x .ts ./scripts/svg2ts.ts && NODE_ENV=production webpack --progress --colors",
    "prepublish": "rimraf lib && babel-node -x .ts ./scripts/svg2ts.ts && babel src -d lib -x .ts,.tsx && tsc --declaration --emitDeclarationOnly --outDir lib",
    "start": "babel-node -x .ts ./scripts/svg2ts.ts && webpack-dev-server --progress --colors --content-base playground/",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "lint": "eslint --cache src --ext ts,tsx",
    "snyk": "snyk test"
  },
  "jest": {
    "setupFiles": [
      "./test/setup.js"
    ],
    "snapshotSerializers": [
      "<rootDir>/node_modules/enzyme-to-json/serializer"
    ],
    "moduleNameMapper": {
      "\\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga|wasm)$": "<rootDir>/test/mocks/file.mock.js"
    }
  },
  "peerDependencies": {
    "react": "^16.0.0",
    "react-dom": "^16.0.0"
  },
  "dependencies": {
    "classnames": "^2.2.5",
    "escape-string-regexp": "^1.0.5",
    "react-custom-properties": "^1.2.0",
    "react-gravatar": "2.6.3",
    "react-native-listener": "^1.0.1",
    "react-tooltip": "^4.2.9",
    "react-window-resize-listener": "github:avocode/react-window-resize-listener#0cfd4e707f892ead0a6b6c98806ae843a87146a6"
  },
  "devDependencies": {
    "@babel/cli": "^7.10.4",
    "@babel/core": "^7.10.4",
    "@babel/node": "^7.10.4",
    "@babel/plugin-proposal-class-properties": "^7.10.4",
    "@babel/plugin-proposal-decorators": "^7.10.4",
    "@babel/plugin-transform-flow-strip-types": "^7.10.4",
    "@babel/plugin-transform-react-constant-elements": "^7.10.4",
    "@babel/plugin-transform-react-inline-elements": "^7.10.4",
    "@babel/preset-env": "^7.10.4",
    "@babel/preset-react": "^7.10.4",
    "@babel/preset-typescript": "^7.10.4",
    "@babel/register": "^7.10.4",
    "@types/classnames": "^2.2.10",
    "@types/react": "^16.9.41",
    "@types/react-dom": "^16.9.8",
    "@types/react-gravatar": "^2.6.8",
    "@types/react-tooltip": "^4.2.4",
    "@typescript-eslint/eslint-plugin": "^3.6.0",
    "@typescript-eslint/parser": "^3.6.0",
    "autoprefixer-loader": "^3.2.0",
    "babel-eslint": "8.2.6",
    "babel-jest": "^26.1.0",
    "babel-loader": "^8.1.0",
    "babel-plugin-transform-react-pure-class-to-function": "^1.0.1",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
    "chai": "^3.5.0",
    "chai-enzyme": "1.0.0-beta.0",
    "chai-jest-snapshot": "^2.0.0",
    "cheerio": "^0.22.0",
    "css-loader": "^1.0.0",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.15.1",
    "enzyme-to-json": "^3.3.4",
    "eslint": "^7.4.0",
    "eslint-config-airbnb": "^15.0.1",
    "eslint-import-resolver-typescript": "^2.0.0",
    "eslint-import-resolver-webpack": "~0.10.1",
    "eslint-plugin-babel": "~5.1.0",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jest": "^21.18.0",
    "eslint-plugin-jsx-a11y": "^6.1.1",
    "eslint-plugin-react": "^7.10.0",
    "eslint-plugin-standard": "~3.1.0",
    "extract-text-webpack-plugin": "^3.0.2",
    "file-loader": "^1.1.11",
    "html-webpack-plugin": "^3.2.0",
    "immutable": "3.8.2",
    "jest": "^26.1.0",
    "less": "^2.7.2",
    "less-loader": "^4.1.0",
    "mini-css-extract-plugin": "^0.4.1",
    "react": "^16.0.0",
    "react-addons-test-utils": "15.4.2",
    "react-dom": "^16.0.0",
    "react-dom-factories": "^1.0.2",
    "react-test-renderer": "15.4.2",
    "rimraf": "^2.6.2",
    "sinon": "^1.17.7",
    "sinon-chai": "^3.3.0",
    "snyk": "^1.117.1",
    "style-loader": "^0.19.1",
    "stylelint": "^8.4.0",
    "stylelint-config-standard": "^18.0.0",
    "stylelint-selector-bem-pattern": "^2.0.0",
    "typescript": "^3.9.6",
    "webpack": "^4.16.2",
    "webpack-cli": "^3.1.0",
    "webpack-dev-server": "^3.1.5"
  },
  "resolutions": {
    "ua-parser-js": "0.7.19"
  }
}
