{
  "name": "@lodgify/ui",
  "version": "1.298.0",
  "description": "React components for building amazing websites with Lodgify",
  "main": "lib/commonjs/index.js",
  "module": "lib/es/index.js",
  "config": {
    "jest_config": "tools/jest/jest.config.js",
    "less_build_config": "tools/webpack/less.build.config.js",
    "less_build_orphan": "-rf lib/styles/*-orphan.js",
    "styleguide_config": "styleguide/config",
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  },
  "files": [
    "lib"
  ],
  "release": {
    "extends": "./tools/semantic-release/release.config.js"
  },
  "size-limit": [
    {
      "limit": "315.3 KB",
      "path": "lib/es/index.js"
    }
  ],
  "scripts": {
    "build": "npm-run-all -s clean -p build:less build:commonjs build:es -s rm:build-orphan",
    "build:commonjs": "BABEL_ENV=commonjs babel src/ -d lib/commonjs --ignore '**/*.spec.js'",
    "build:es": "BABEL_ENV=es babel src/ -d lib/es --ignore '**/*.spec.js'",
    "build:less": "webpack --config $npm_package_config_less_build_config",
    "clean": "rm -rf lib",
    "commit": "git-cz",
    "dev": "npm run styleguide:dev-server",
    "install-peers": "npm install react@^16.3.2 react-dom@^16.3.2 moment@^2.18.1 --no-save",
    "lint": "run-p lint:js:fix lint:less",
    "lint:js": "eslint . --ext .js,.jsx",
    "lint:js:debug": "npm run lint:js -- --debug",
    "lint:js:fix": "npm run lint:js -- --fix",
    "lint:less": "stylelint \"src/styles/semantic/themes/**/*.(overrides|variables)\" --syntax less",
    "lint:less:fix": "npm run lint:less -- --fix",
    "pre-commit": "run-p lint test build styleguide:build",
    "rm:build-orphan": "rm $npm_package_config_less_build_orphan",
    "size": "size-limit",
    "start": "run-p test:watch styleguide:dev-server",
    "styleguide:build": "styleguidist build --config $npm_package_config_styleguide_config",
    "styleguide:dev-server": "styleguidist server --config $npm_package_config_styleguide_config",
    "test": "jest --coverage --config $npm_package_config_jest_config",
    "test:ci": "npm run test -- --runInBand",
    "test:no-cache": "npm run test -- --no-cache",
    "test:watch": "jest --config $npm_package_config_jest_config --watch --coverage"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/lodgify/lodgify-ui.git"
  },
  "author": "Lodgify",
  "license": "UNLICENSED",
  "bugs": {
    "url": "https://github.com/lodgify/lodgify-ui/issues"
  },
  "homepage": "https://lodgify.github.io/lodgify-ui/",
  "devDependencies": {
    "@babel/cli": "^7.0.0",
    "@babel/core": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-object-rest-spread": "^7.0.0",
    "@babel/preset-env": "^7.0.0",
    "@babel/preset-react": "^7.0.0",
    "@lodgify/enzyme-jest-expect-helpers": "0.0.1",
    "@lodgify/eslint-config": "^2.0.0",
    "@semantic-release/changelog": "^2.0.2",
    "babel-core": "^7.0.0-bridge.0",
    "babel-eslint": "^8.2.3",
    "babel-jest": "^23.4.2",
    "babel-loader": "^8.0.2",
    "babel-plugin-lodash": "^3.3.4",
    "babel-plugin-module-resolver": "^3.1.1",
    "babel-plugin-semantic-ui-react-transform-imports": "^1.3.2",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.19",
    "babel-plugin-transform-rename-import": "^2.3.0",
    "commitizen": "^2.9.6",
    "css-loader": "^0.28.10",
    "cz-conventional-changelog": "^2.1.0",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.1.1",
    "enzyme-to-json": "^3.3.4",
    "eslint": "^4.19.1",
    "eslint-config-prettier": "^2.6.0",
    "eslint-import-resolver-babel-module": "^5.0.0-beta.1",
    "eslint-plugin-babel": "^5.0.0",
    "eslint-plugin-import": "^2.11.0",
    "eslint-plugin-jsdoc": "^3.8.0",
    "eslint-plugin-prettier": "^2.6.0",
    "eslint-plugin-react": "7.13.0",
    "file-loader": "^1.1.9",
    "identity-obj-proxy": "^3.0.0",
    "jest": "^23.5.0",
    "less": "^2.7.3",
    "less-loader": "^4.1.0",
    "mini-css-extract-plugin": "^0.4.0",
    "mockdate": "^2.0.2",
    "npm-run-all": "^4.1.2",
    "optimize-css-assets-webpack-plugin": "^5.0.1",
    "prettier": "^1.12.1",
    "react-moment-proptypes": "^1.6.0",
    "react-styleguidist": "^7.1.0",
    "react-transition-group": "^2.3.1",
    "semantic-release": "^15.4.0",
    "size-limit": "^0.20.1",
    "style-loader": "^0.20.2",
    "stylelint": "^9.7.0",
    "stylelint-config-standard": "^18.2.0",
    "webpack": "^4.19.0",
    "webpack-cli": "^3.0.0"
  },
  "dependencies": {
    "array-flat-polyfill": "^1.0.1",
    "classnames": "^2.2.6",
    "debounce": "^1.2.0",
    "fast-deep-equal": "^2.0.1",
    "get-value": "^3.0.1",
    "google-map-react": "^1.1.4",
    "is-html": "^1.1.0",
    "is-url": "^1.2.4",
    "libphonenumber-js": "^1.1.9",
    "react-compound-slider": "^2.0.0",
    "react-dates": "^17.0.0",
    "react-image-gallery": "^0.8.7",
    "react-phone-number-input": "2.3.22",
    "react-player": "^1.4.0",
    "recompose": "^0.26.0",
    "semantic-ui-less": "^2.3.1",
    "semantic-ui-react": "^0.88.1",
    "uuid": "^8.3.1"
  },
  "peerDependencies": {
    "moment": "^2.18.1",
    "react": ">=0.14.0 <= 16",
    "react-dom": ">=0.14.0 <= 16"
  }
}
